summaryrefslogtreecommitdiff
Unidiff
Diffstat (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 @@
1#!/bin/sh
2
3PATH=/usr/bin:/bin
4HOME=/root
5
6case "$1" in
7 start)
8 /opt/QtPalmtop/bin/opieatd &
9 ;;
10 stop)
11 kill `cat /var/run/opieatd.pid`
12 ;;
13esac
14
15exit 0