Fixed debian init script
This commit is contained in:
parent
b582f488d1
commit
c7b97427ee
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
Reference in New Issue
Block a user