]> matita.cs.unibo.it Git - helm.git/commitdiff
fixed some typos in sample init.d
authorStefano Zacchiroli <zack@upsilon.cc>
Fri, 16 Apr 2004 16:02:27 +0000 (16:02 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Fri, 16 Apr 2004 16:02:27 +0000 (16:02 +0000)
helm/scripts/init.d/daemon_respawner.sh

index 7eaccee8a1341f96a44c87843ae821ed38dfa5cf..7bbe47a108454be6c596b92d181955cdfee22372 100755 (executable)
 #        --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