]> git.pld-linux.org Git - packages/systemd.git/commitdiff
- handle lib64, too auto/th/udev-111-0_1 auto/th/udev-111-1 auto/th/udev-112-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 10 Apr 2007 18:02:50 +0000 (18:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    start_udev -> 1.38

start_udev

index d680b0b91effbc95f577b3df1e01053d463cd284..065ad16a8beab9b5625ca2cbea8a2b599d1f3517 100644 (file)
@@ -47,7 +47,8 @@ make_extra_nodes () {
                *) echo "links.conf: unparseable line ($type $name $arg1)" ;;
            esac
        done
-       cp -a /lib/udev/devices/* /dev/ >/dev/null 2>&1 || :
+       [ -d /lib/udev/devices ] && cp -a /lib/udev/devices/* /dev/ >/dev/null 2>&1 || :
+       [ -d /lib64/udev/devices ] && cp -a /lib64/udev/devices/* /dev/ >/dev/null 2>&1 || :
 }
 
 kill_udevd() {
This page took 0.055355 seconds and 4 git commands to generate.