fix init script

This commit is contained in:
Jan Wagner 2007-07-06 21:13:00 +00:00
parent 1344d0b133
commit 7d8b6199ba

4
debian/init.d vendored
View file

@ -66,8 +66,8 @@ case "$1" in
;; ;;
stop) stop)
echo -n "Stopping $DESC: " echo -n "Stopping $DESC: "
#start-stop-daemon --stop --quiet --pidfile /var/run/$NAME.pid \ start-stop-daemon --stop --quiet --pidfile /var/run/$NAME.pid \
# --exec $DAEMON --exec $DAEMON
echo "$NAME." echo "$NAME."
;; ;;
restart|force-reload) restart|force-reload)