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

View File

@@ -1,6 +1,6 @@
#
# BBS Startup script, should be run as BBS owner.
# Note: This is only used on Slackware systems until 7.0.0, FreeBSD and NetBSD.
# Note: This is only used on Slackware systems until 7.0.0 and NetBSD.
#
# $Id$
#

View File

@@ -1,6 +1,6 @@
#
# BBS Shutdown script, should be run as BBS owner.
# Note: this is only used on old Slackware, FreeBSD and NetBSD systems.
# Note: this is only used on old Slackware and NetBSD systems.
#
# On FreeBSD it needs the psmisc package.
#