Remove traces of $cred_copy file.
authorZdeněk Salvet <salvet@ics.muni.cz>
Thu, 9 Dec 2004 15:32:55 +0000 (15:32 +0000)
committerZdeněk Salvet <salvet@ics.muni.cz>
Thu, 9 Dec 2004 15:32:55 +0000 (15:32 +0000)
org.glite.lb.logger/config/startup
org.glite.lb.server/config/startup

index 6ac5d82..0d1e095 100755 (executable)
@@ -13,8 +13,6 @@ GLITE_LOCATION_VAR=${GLITE_LOCATION_VAR:-$GLITE_LOCATION/var}
 
 unset creds port
 
-cred_copy=/var/tmp/glite-lb-logger.pem
-
 start()
 {
        if test -z "$GLITE_USER" ;then
@@ -55,7 +53,6 @@ stop()
                echo -n Stopping glite-lb-interlogd ...
                killall glite-lb-interlogd
                echo " done"
-               rm -f $cred_copy
 }
 
 status()
index 8eaef75..87e7278 100755 (executable)
@@ -16,8 +16,6 @@ GLITE_LOCATION_VAR=${GLITE_LOCATION_VAR:-${GLITE_LOCATION}/var}
 
 unset creds port
 
-cred_copy=/var/tmp/glite-lb-server.pem
-
 start()
 {
        if test -z "$GLITE_USER" ;then
@@ -75,7 +73,6 @@ stop()
                echo $pidfile does not exist - glite-lb-bkserverd not running? >&2
                return 1
        fi
-       rm -f $cred_copy
 }
 
 status()