packages/atd/atd_0.70.bb: apply patch from #341 to remove -oknodo from the initscript
authorKoen Kooi <koen@openembedded.org>
Fri, 23 Sep 2005 08:27:21 +0000 (08:27 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Fri, 23 Sep 2005 08:27:21 +0000 (08:27 +0000)
packages/atd/atd_0.70.bb
packages/atd/files/.mtn2git_empty [new file with mode: 0644]
packages/atd/files/no-oknodo.patch [new file with mode: 0644]

index fce9a73..64f7dc1 100644 (file)
@@ -1,9 +1,10 @@
 DESCRIPTION = "Lightweight At Daemon"
 SECTION = "base"
 LICENSE = "GPLV2"
-PR = "r1"
+PR = "r2"
 
-SRC_URI = "${HANDHELDS_CVS};module=apps/atd;tag=ATD-0_70"
+SRC_URI = "${HANDHELDS_CVS};module=apps/atd;tag=ATD-0_70 \
+                       file://no-oknodo.patch;patch=1"
 S = "${WORKDIR}/atd"
 
 inherit update-rc.d
diff --git a/packages/atd/files/.mtn2git_empty b/packages/atd/files/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/atd/files/no-oknodo.patch b/packages/atd/files/no-oknodo.patch
new file mode 100644 (file)
index 0000000..e1eb252
--- /dev/null
@@ -0,0 +1,11 @@
+--- atd/dist/etc/init.d/atd.orig       2003-01-24 07:09:03.000000000 -0800
++++ atd/dist/etc/init.d/atd    2005-09-22 14:50:55.000000000 -0700
+@@ -16,7 +16,7 @@ case "$1" in
+         ;;
+   stop)
+         echo -n "Stopping at daemon: atd"
+-        start-stop-daemon --stop --quiet --oknodo --pidfile /var/run/atd.pid --exec /usr/sbin/atd
++        start-stop-daemon --stop --quiet --pidfile /var/run/atd.pid --exec /usr/sbin/atd
+         rm -f /var/spool/at/trigger
+         echo "."
+         ;;