summaryrefslogtreecommitdiff
path: root/root
Side-by-side diff
Diffstat (limited to 'root') (more/less context) (ignore whitespace changes)
-rwxr-xr-xroot/etc/init.d/opieatd15
1 files changed, 0 insertions, 15 deletions
diff --git a/root/etc/init.d/opieatd b/root/etc/init.d/opieatd
deleted file mode 100755
index 765426c..0000000
--- a/root/etc/init.d/opieatd
+++ b/dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-
-PATH=/usr/bin:/bin
-HOME=/root
-
-case "$1" in
- start)
- /opt/QtPalmtop/bin/opieatd &
- ;;
- stop)
- kill `cat /var/run/opieatd.pid`
- ;;
-esac
-
-exit 0