diff --git a/ChangeLog b/ChangeLog index e22123e5..cad8941c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/script/init.FreeBSD b/script/init.FreeBSD index b11aeb9b..047c8ca7 100644 --- a/script/init.FreeBSD +++ b/script/init.FreeBSD @@ -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" ;; *)