-rwxr-xr-x | root/etc/init.d/opieatd | 15 |
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 |