]> git.pld-linux.org Git - packages/systemd.git/commitdiff
- making /dev/.udev/queue isn't the best idea auto/th/udev-104-1 auto/th/udev-104-3
authorczarny <czarny@pld-linux.org>
Mon, 18 Dec 2006 15:05:47 +0000 (15:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    start_udev -> 1.37

start_udev

index 421d77a801542e23691a3151ed1906399d1472c0..d680b0b91effbc95f577b3df1e01053d463cd284 100644 (file)
@@ -109,7 +109,10 @@ if [ -f "/sys/class/tty/console/uevent" ]; then
        ret=$(( $ret + $? ))
 
        # retrigger all events
-       mkdir -p /dev/.udev/queue
+       # Udev find's it's own way of making this dir
+       # and making it by hand makes udevsettle
+       # work forever
+       #mkdir -p /dev/.udev/queue
        udevtrigger     
        ret=$(( $ret + $? ))
        
This page took 0.037671 seconds and 4 git commands to generate.