No need to remove the file with defaults in YAIM.
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Sun, 17 Mar 2013 23:21:02 +0000 (23:21 +0000)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Sun, 17 Mar 2013 23:36:24 +0000 (00:36 +0100)
org.glite.lb.yaim/config/functions/config_glite_lb.in

index 9b1976c..beafeb3 100644 (file)
@@ -146,8 +146,6 @@ function config_glite_lb() {
   lcas_plugin="$GLITE_LOCATION/$lcas_libarch/modules/lcas_lb.mod"
   echo "pluginname=\"$lcas_plugin\"" > ${GLITE_LOCATION_ETC}/glite-lb/lcas.db
 
-  # remove config file with defaults for yaim-less setup
-  rm -f @defaultdir@/glite-lb
   # main L&B setup
   . ${GLITE_LOCATION}/sbin/glite-lb-setup yaim
   if [ $? != 0 ]; then