Small FreeBSD fixes

This commit is contained in:
Michiel Broek
2003-01-12 16:13:48 +00:00
parent 2d417964d6
commit 8eafac306b
6 changed files with 14 additions and 15 deletions

View File

@@ -43,8 +43,8 @@ case "$1" in
echo -n " logoff users"
su mbse -c '$MBSE_ROOT/bin/mbstat close wait -quiet' >/dev/null
fi
# kill -15 `pidof ${MBSE_ROOT}/bin/mbtask`
# echo -n " mbtask"
kill -15 `pidof ${MBSE_ROOT}/bin/mbtask`
echo -n " mbtask"
;;
*)
echo "Usage: `basename $0` {start|stop}" >&2