Small FreeBSD fixes
This commit is contained in:
@@ -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
|
||||
|
@@ -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$
|
||||
#
|
||||
|
@@ -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.
|
||||
#
|
||||
|
Reference in New Issue
Block a user