]> git.pld-linux.org Git - packages/systemd.git/commitdiff
- fix udevd path in scripts
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 31 May 2012 10:28:27 +0000 (10:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    systemd.spec -> 1.174

systemd.spec

index 33efec5d68d4233c4cb8a6c8b3d6fe6a410eebc8..777adf4743e2a23bc5f753accbecce8224250c3d 100644 (file)
@@ -869,7 +869,7 @@ if [ $1 -gt 1 ]; then
        if [ ! -x /bin/systemd_booted ] || ! /bin/systemd_booted; then
                if grep -qs devtmpfs /proc/mounts && [ -n "$(pidof udevd)" ]; then
                        /sbin/udevadm control --exit
-                       /lib/systemd/systemd-udevd --daemon
+                       /lib/udev/udevd --daemon
                fi
        else
                SYSTEMD_LOG_LEVEL=warning SYSTEMD_LOG_TARGET=syslog \
This page took 0.03728 seconds and 4 git commands to generate.