chiark / gitweb /
[PATCH] update the Red Hat .dev files to work on other distros
[elogind.git] / etc / dev.d / default / dbus.dev
1 #!/bin/sh
2
3 if [ -f /etc/sysconfig/udev ]; then
4         . /etc/sysconfig/udev
5 fi
6
7 if [ -f /etc/conf.d/udev ]; then
8         . /etc/conf.d/udev
9 fi
10
11 [ "$UDEV_DBUS" != "yes" ] && exit 0
12
13 if [ -x /usr/sbin/udev_dbus ]; then
14         exec /usr/sbin/udev_dbus "$@"
15 fi