debian changes for 0.2.1

This commit is contained in:
Ron Pedde
2005-01-29 05:12:06 +00:00
parent 9b6d39d447
commit 7dd3f05d0f
2 changed files with 10 additions and 6 deletions

6
debian/init.d vendored
View File

@@ -33,10 +33,8 @@ case "$1" in
;;
stop)
echo -n "Stopping $DESC: "
#start-stop-daemon --stop --quiet --pidfile /var/run/$NAME.pid \
# --exec $DAEMON
# XXX FIXME This shouldn't be a killall!
killall -INT mt-daapd || true
start-stop-daemon --stop --quiet --pidfile /var/run/$NAME.pid \
--signal 2
echo "$NAME."
;;
#reload)