Fixed freebsd startup script
This commit is contained in:
parent
84c43b6855
commit
8bd7d3c93e
@ -138,6 +138,9 @@ v0.37.01 14-Jan-2003.
|
||||
English textfiles and menus are updated to show the new menu
|
||||
functions.
|
||||
|
||||
script:
|
||||
Added full path to pidof command in FreeBSD init script.
|
||||
|
||||
lang:
|
||||
Changed english, german and dutch language prompts 11, 12, 13,
|
||||
14 and 107.
|
||||
|
@ -43,7 +43,7 @@ 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`
|
||||
kill -15 `/usr/local/bin/pidof ${MBSE_ROOT}/bin/mbtask`
|
||||
echo -n " mbtask"
|
||||
;;
|
||||
*)
|
||||
|
Reference in New Issue
Block a user