From bf13813d8c277a0bb9baf121e1a6ddbaa1e1dd8e Mon Sep 17 00:00:00 2001 From: sandman Date: Fri, 31 May 2002 03:55:42 +0000 Subject: Initial check in of opiealarm/opieatd This is a (tiny) replacement for ipaqalarm/qpe2uschedule/uscheduled Made w2k-ppp only claim the needed files (not the whole etc dir) --- (limited to 'root/etc/init.d/opieatd') diff --git a/root/etc/init.d/opieatd b/root/etc/init.d/opieatd new file mode 100755 index 0000000..83f6035 --- a/dev/null +++ b/root/etc/init.d/opieatd @@ -0,0 +1,15 @@ +#!/bin/sh + +PATH=/usr/bin:/bin +HOME=/root + +case "$1" in + start) + /opt/QtPalmtop/bin/opieatd & + ;; + stop) + killall opieatd + ;; +esac + +exit 0 -- cgit v0.9.0.2