summaryrefslogtreecommitdiff
path: root/noncore/tools/opie-sh/scripts/service_manager.sh
Unidiff
Diffstat (limited to 'noncore/tools/opie-sh/scripts/service_manager.sh') (more/less context) (ignore whitespace changes)
-rwxr-xr-xnoncore/tools/opie-sh/scripts/service_manager.sh6
1 files changed, 3 insertions, 3 deletions
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 @@
19# 20020517-1 - added about and fullscreen 19# 20020517-1 - added about and fullscreen
20# 20#
21 21
22OPIE_SH=/opt/QtPalmtop/bin/opie-sh 22OPIE_SH=$OPIEDIR/bin/opie-sh
23INITPATH=/etc/init.d 23INITPATH=/etc/init.d
24 24
25###################################################################### 25######################################################################
26# subroutines 26# subroutines
27 27
28about() { 28about() {
29 ( echo "<img src=/opt/QtPalmtop/pics/opie-sh-scripts/service_manager.png>" 29 ( echo "<img src=$OPIEDIR/pics/opie-sh-scripts/service_manager.png>"
30 echo "<h3>About</h3>" 30 echo "<h3>About</h3>"
31 echo "This little App should make it possible for you to " 31 echo "This little App should make it possible for you to "
32 echo "easily start and stop services in /etc/init.d." 32 echo "easily start and stop services in /etc/init.d."
@@ -62,7 +62,7 @@ status_disclaimer() {
62 # tell that init scripts are not too standard 62 # tell that init scripts are not too standard
63 # 63 #
64 cat | $OPIE_SH -f <<EOT 64 cat | $OPIE_SH -f <<EOT
65<img src=/opt/QtPalmtop/pics/opie-sh-scripts/service_manager.png> 65<img src=$OPIEDIR/pics/opie-sh-scripts/service_manager.png>
66<h3>status has been disabled</h3> 66<h3>status has been disabled</h3>
67 67
68 the status service has been disabled 68 the status service has been disabled