From 3df06db9e6fd268c7d234be05b01a2303dc0f7ba Mon Sep 17 00:00:00 2001 From: zecke Date: Sat, 14 Aug 2004 12:05:39 +0000 Subject: Do not hardcode /opt/QtPalmtop but use $OPIEDIR --- (limited to 'noncore/tools/opie-sh/scripts/service_manager.sh') diff --git a/noncore/tools/opie-sh/scripts/service_manager.sh b/noncore/tools/opie-sh/scripts/service_manager.sh index d1423a5..e3c04bc 100755 --- a/noncore/tools/opie-sh/scripts/service_manager.sh +++ b/noncore/tools/opie-sh/scripts/service_manager.sh @@ -19,14 +19,14 @@ # 20020517-1 - added about and fullscreen # -OPIE_SH=/opt/QtPalmtop/bin/opie-sh +OPIE_SH=$OPIEDIR/bin/opie-sh INITPATH=/etc/init.d ###################################################################### # subroutines about() { - ( echo "" + ( echo "" echo "

About

" echo "This little App should make it possible for you to " echo "easily start and stop services in /etc/init.d." @@ -62,7 +62,7 @@ status_disclaimer() { # tell that init scripts are not too standard # cat | $OPIE_SH -f < +

status has been disabled

the status service has been disabled -- cgit v0.9.0.2