author | sandman <sandman> | 2002-12-10 22:53:21 (UTC) |
---|---|---|
committer | sandman <sandman> | 2002-12-10 22:53:21 (UTC) |
commit | 50c0db8b07915b6129d120f21a976cbdd54cccfe (patch) (unidiff) | |
tree | 98ceea4caf4fa976b58dc218d0d6358a606b776f | |
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 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | PATH=/usr/bin:/bin | ||
4 | HOME=/root | ||
5 | |||
6 | case "$1" in | ||
7 | start) | ||
8 | /opt/QtPalmtop/bin/opieatd & | ||
9 | ;; | ||
10 | stop) | ||
11 | kill `cat /var/run/opieatd.pid` | ||
12 | ;; | ||
13 | esac | ||
14 | |||
15 | exit 0 | ||