diff options
author | kay.sievers@vrfy.org <kay.sievers@vrfy.org> | 2004-12-07 22:55:08 +0100 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 23:06:10 -0700 |
commit | e4b5f339c7b63e9f67fccf2d0ef549ca34d56a7d (patch) | |
tree | 492a0eeafe7d1f9cd3d1456594aa7a4311b83756 /etc/conf.d/udev | |
parent | c64081980e7dc693327ad18995bc25e3eec61eea (diff) |
[PATCH] update Fedora dev.d/ example and remove unused conf.d/ directory
Diffstat (limited to 'etc/conf.d/udev')
-rw-r--r-- | etc/conf.d/udev | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/etc/conf.d/udev b/etc/conf.d/udev deleted file mode 100644 index 50eda3a970..0000000000 --- a/etc/conf.d/udev +++ /dev/null @@ -1,11 +0,0 @@ -# if selinux file attributes -# should be restored (leave to yes, if unsure) -UDEV_SELINUX="yes" - -# if console permissions (pam_console) -# should be restored (leave to yes, if unsure) -UDEV_CONSOLE="yes" - -# if dbus messages should be sent -UDEV_DBUS="no" - |