Fix for stopscript on FreeBSD
This commit is contained in:
parent
036b33e44b
commit
a7545f2b10
@ -4911,3 +4911,7 @@ v0.33.20 10-Feb-2002
|
|||||||
script moved from /sbin to /etc. Patch by Joachim Kuwan.
|
script moved from /sbin to /etc. Patch by Joachim Kuwan.
|
||||||
Also modified init.SuSE for Yast2 on SuSE 8.0
|
Also modified init.SuSE for Yast2 on SuSE 8.0
|
||||||
|
|
||||||
|
mbse.stop:
|
||||||
|
Added path /usr/local/bin for FreeBSD. Needs the psmisc
|
||||||
|
package from the ports collection to work.
|
||||||
|
|
||||||
|
@ -2,10 +2,12 @@
|
|||||||
# BBS Shutdown script, should be run as BBS owner.
|
# 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, FreeBSD and NetBSD systems.
|
||||||
#
|
#
|
||||||
|
# On FreeBSD it needs the psmisc package.
|
||||||
|
#
|
||||||
# $Id$
|
# $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
|
if [ "$MBSE_ROOT" = "" ]; then
|
||||||
|
Reference in New Issue
Block a user