From 6afa45ce3c546dd373791ce7f0db7aecb1ad373a Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Fri, 16 Apr 2004 16:02:27 +0000 Subject: [PATCH] fixed some typos in sample init.d --- helm/scripts/init.d/daemon_respawner.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.2