Fix for stopscript on FreeBSD
This commit is contained in:
@@ -2,10 +2,12 @@
|
||||
# BBS Shutdown script, should be run as BBS owner.
|
||||
# Note: this is only used on old Slackware, FreeBSD and NetBSD systems.
|
||||
#
|
||||
# On FreeBSD it needs the psmisc package.
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
export PATH="/sbin:/usr/sbin:/bin:/usr/bin:$MBSE_ROOT/bin:"
|
||||
export PATH="/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin:$MBSE_ROOT/bin:"
|
||||
|
||||
|
||||
if [ "$MBSE_ROOT" = "" ]; then
|
||||
|
Reference in New Issue
Block a user