Fixed debian init script

This commit is contained in:
Michiel Broek 2003-09-20 10:40:37 +00:00
parent b582f488d1
commit c7b97427ee
2 changed files with 4 additions and 1 deletions

View File

@ -9,6 +9,9 @@ v0.37.9 17-Sep-2003
mbsetup:
Made menus editor work on non-intel platforms.
script:
Fixed debian init script to allow it to run over the network.
v0.37.8 14-Sep-2003 - 17-Sep-2003

View File

@ -49,7 +49,7 @@ case "$1" in
echo -n "logoff users "
su mbse -c '$MBSE_ROOT/bin/mbstat close wait -quiet' >/dev/null
fi
start-stop-daemon --stop --signal 15 --user mbse
kill `pidof mbtask`
echo "$NAME done."
;;
force-reload|restart)