From: Todd Blumer Date: Mon, 3 Jul 2006 22:03:08 +0000 (+0200) Subject: udev 084: play nice with busybox start-stop-daemon. X-Git-Tag: familiar-v0.8.4-rc3~39 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=e21db81eaee4484024db097b4f44ac15161c2dc6;p=familiar-h63xx-build.git udev 084: play nice with busybox start-stop-daemon. Signed-off-by: Rene Wagner --- diff --git a/org.handhelds.familiar/packages/udev/udev-084/init b/org.handhelds.familiar/packages/udev/udev-084/init index 3138e55..e5e9265 100644 --- a/org.handhelds.familiar/packages/udev/udev-084/init +++ b/org.handhelds.familiar/packages/udev/udev-084/init @@ -204,12 +204,12 @@ case "$1" in stop) echo "Stopping the hotplug events dispatcher" "udevd" - start-stop-daemon --stop --name udevd --quiet --oknodo --retry 5 + start-stop-daemon --stop --name udevd --quiet ;; restart|force-reload) echo "Stopping the hotplug events dispatcher" "udevd" - if start-stop-daemon --stop --name udevd --quiet --oknodo --retry 5; then + if start-stop-daemon --stop --name udevd --quiet; then exit 1 fi diff --git a/org.handhelds.familiar/packages/udev/udev_084.bb b/org.handhelds.familiar/packages/udev/udev_084.bb index ab72026..ac21dff 100644 --- a/org.handhelds.familiar/packages/udev/udev_084.bb +++ b/org.handhelds.familiar/packages/udev/udev_084.bb @@ -3,7 +3,7 @@ DESCRIPTION = "udev is a daemon which dynamically creates and removes device nod the hotplug package and requires a kernel not older than 2.6.12." RPROVIDES = "hotplug" -PR = "r5" +PR = "r6" SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \ file://noasmlinkage.patch;patch=1 \