]> pilppa.org Git - familiar-h63xx-build.git/commitdiff
udev 084: play nice with busybox start-stop-daemon.
authorTodd Blumer <todd@sdgsystems.com>
Mon, 3 Jul 2006 22:03:08 +0000 (00:03 +0200)
committerRene Wagner <rw@handhelds.org>
Mon, 3 Jul 2006 22:03:08 +0000 (00:03 +0200)
Signed-off-by: Rene Wagner <rw@handhelds.org>
org.handhelds.familiar/packages/udev/udev-084/init
org.handhelds.familiar/packages/udev/udev_084.bb

index 3138e5554c74407db95ce0aebf648c9f8b48e2e6..e5e92655b591d53f7d9e01e9fe78d29e9267f191 100644 (file)
@@ -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
 
index ab72026c17a3a02683b212cd9ff2b5c8fca17471..ac21dffc0284233630e3a0109ebfca48972b4894 100644 (file)
@@ -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 \