Fixed freebsd startup script

This commit is contained in:
Michiel Broek 2003-02-23 16:50:31 +00:00
parent 84c43b6855
commit 8bd7d3c93e
2 changed files with 4 additions and 1 deletions

View File

@ -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.

View File

@ -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"
;;
*)