chiark / gitweb /
[PATCH] add dbus.dev, pam_console.dev and selinux.dev files for /etc/dev.d/default...
[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 [ "$UDEV_DBUS" != "yes" ] && exit 0
8
9 if [ -x /usr/sbin/udev_dbus ]; then
10         exec /usr/sbin/udev_dbus "$@"
11 fi