From 85345cbdff4424f945f6a11fe658ce4b99534e01 Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Sun, 26 Sep 2004 11:31:41 +0000 Subject: [PATCH] Changed style to Gentoo init --- script/init.Gentoo | 4 ---- 1 file changed, 4 deletions(-) diff --git a/script/init.Gentoo b/script/init.Gentoo index c4826285..d4e48108 100644 --- a/script/init.Gentoo +++ b/script/init.Gentoo @@ -40,11 +40,9 @@ start() { rm -f ${MBSE_ROOT}/var/*.LCK rm -f ${MBSE_ROOT}/tmp/mb* su mbse -c '${MBSE_ROOT}/bin/mbtask' >/dev/null - echo -n "mbtask " sleep 2 if [ -f ${MBSE_ROOT}/etc/config.data ]; then su mbse -c '${MBSE_ROOT}/bin/mbstat open -quiet' - echo -n "opened " fi eend $? "Loading error." @@ -54,9 +52,7 @@ stop() { ebegin "Stopping mbse" if [ -f ${MBSE_ROOT}/var/run/mbtask ]; then - echo -n "logoff users " su mbse -c '${MBSE_ROOT}/bin/mbstat close wait -quiet' >/dev/null - echo -n " stopping mbtask" kill `cat ${MBSE_ROOT}/var/run/mbtask` i=10 doit=1