author | sandman <sandman> | 2002-12-10 22:53:21 (UTC) |
---|---|---|
committer | sandman <sandman> | 2002-12-10 22:53:21 (UTC) |
commit | 50c0db8b07915b6129d120f21a976cbdd54cccfe (patch) (side-by-side diff) | |
tree | 98ceea4caf4fa976b58dc218d0d6358a606b776f /root/etc | |
parent | fb6080662ab5f63616665b5e57c6a2c567165751 (diff) | |
download | opie-50c0db8b07915b6129d120f21a976cbdd54cccfe.zip opie-50c0db8b07915b6129d120f21a976cbdd54cccfe.tar.gz opie-50c0db8b07915b6129d120f21a976cbdd54cccfe.tar.bz2 |
not needed anymore
-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 |