chiark / gitweb /
[PATCH] Various typos and other litte errors in udev.8.in
[elogind.git] / etc / dev.d / default / dbus.dev
index 0e79632b30fac13defa2513485d4c95848fe18f8..2fe1ed9b3a1acd06b1bce40cd47cfa920b30115a 100644 (file)
@@ -4,6 +4,10 @@ if [ -f /etc/sysconfig/udev ]; then
         . /etc/sysconfig/udev
 fi
 
+if [ -f /etc/conf.d/udev ]; then
+       . /etc/conf.d/udev
+fi
+
 [ "$UDEV_DBUS" != "yes" ] && exit 0
 
 if [ -x /usr/sbin/udev_dbus ]; then