]> git.pld-linux.org Git - packages/bluez.git/commitdiff
- explicit add udev action
authorvip <vip@pld-linux.org>
Sun, 25 Apr 2010 18:07:44 +0000 (18:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bluez.init -> 1.7

bluez.init

index 23292810e4c50787748d563a02019de24baa8988..38e114ad710d05cd1c2f4c6b55f68c9f7ce31f0c 100644 (file)
@@ -19,7 +19,7 @@ start() {
        if [ ! -f /var/lock/subsys/bluetooth ]; then
                if [ -x /sbin/udevadm ]; then
                        msg_starting "Bluetooth devices"
-                       daemon /sbin/udevadm trigger --subsystem-match=bluetooth
+                       daemon /sbin/udevadm trigger --subsystem-match=bluetooth --action=add
                        RETVAL=$?
                        touch /var/lock/subsys/bluetooth
                fi
This page took 0.180675 seconds and 4 git commands to generate.