aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2008-08-14 23:37:09 +0000
committerFlorian Boor <florian.boor@kernelconcepts.de>2008-08-14 23:37:09 +0000
commitcb55294e59eb05e8655e6953b12bd6e01c29b789 (patch)
treea2366015cf56000c94c35b0e7e82c633f7531e33
parent25465403b5abce33a9bb846ff4e76bcffd3d5da1 (diff)
downloadopenembedded-cb55294e59eb05e8655e6953b12bd6e01c29b789.tar.gz
atd: add 0.80
-rw-r--r--packages/atd/atd_0.80.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/atd/atd_0.80.bb b/packages/atd/atd_0.80.bb
new file mode 100644
index 0000000000..f3adbd7cb3
--- /dev/null
+++ b/packages/atd/atd_0.80.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "Lightweight At Daemon"
+SECTION = "base"
+LICENSE = "GPLV2"
+RCONFLICTS = "at"
+RREPLACES = "at"
+
+PR = "r0"
+
+SRC_URI = "http://projects.linuxtogo.org/frs/download.php/222/${P}.tar.gz"
+
+inherit autotools update-rc.d
+
+INITSCRIPT_NAME = "atd"
+INITSCRIPT_PARAMS = "defaults 97"