]> git.pld-linux.org Git - packages/systemd.git/commitdiff
- trim slash from $udev_root to support ancient udev.conf
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 29 Mar 2012 22:38:51 +0000 (22:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  see http://lists.pld-linux.org/mailman/pipermail/pld-devel-en/2012-March/022566.html

Changed files:
    start_udev -> 1.50

start_udev

index 5b03b4b2051ce363d4ca441cb47f09268a4c2b5b..b93ff085f334568bbf676667e858bdb07c8ccb26 100644 (file)
@@ -35,6 +35,8 @@ udevd_timeout=8
 prog=udev
 bin=/sbin/udev
 udevd=/lib/udev/udevd
+# trim traling slash, code expects it not to be there
+udev_root=${udev_root%/}
 
 make_extra_nodes () {
        grep '^[^#]' /etc/udev/links.conf | \
This page took 0.034913 seconds and 4 git commands to generate.