From: Stefano Zacchiroli Date: Fri, 16 Apr 2004 16:02:27 +0000 (+0000) Subject: fixed some typos in sample init.d X-Git-Tag: dead_dir_walking~51 X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=commitdiff_plain;h=6afa45ce3c546dd373791ce7f0db7aecb1ad373a fixed some typos in sample init.d --- diff --git a/helm/scripts/init.d/daemon_respawner.sh b/helm/scripts/init.d/daemon_respawner.sh index 7eaccee8a..7bbe47a10 100755 --- a/helm/scripts/init.d/daemon_respawner.sh +++ b/helm/scripts/init.d/daemon_respawner.sh @@ -29,13 +29,13 @@ # --start --background --pidfile $PIDFILE --make-pidfile --exec $DAEMON # echo "." # echo -n "Starting $DAEMON respawner" -# /home/zacchiro/bin/daemon_respawner.sh -p $PIDFILE \ -m root@localhost \ -# -r http://localhost:9999/bad -d `basename $0` & +# /etc/init.d/daemon_respawner.sh -p $PIDFILE \ -m root@localhost \ +# -r http://localhost:9999/help -d `basename $0` & # echo "." # ;; # stop) # echo -n "Stopping $DAEMON respawner" -# /home/zacchiro/bin/daemon_respawner.sh -d `basename $0` -s +# /etc/init.d/daemon_respawner.sh -d `basename $0` -s # echo "." # echo -n "Stopping $DAEMON" # start-stop-daemon --stop --pidfile $PIDFILE