From 50c0db8b07915b6129d120f21a976cbdd54cccfe Mon Sep 17 00:00:00 2001 From: sandman Date: Tue, 10 Dec 2002 22:53:21 +0000 Subject: not needed anymore --- (limited to 'root') 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 -- cgit v0.9.0.2