summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@suse.de>2005-12-16 21:16:32 +0100
committerKay Sievers <kay.sievers@suse.de>2005-12-16 21:16:32 +0100
commitc602535043cbe74dfdcc5f2926e8518237602694 (patch)
treed53ff3089d8d23950701f193e22aead65c25a7ea /etc
parent632b682b2a1b4b71500a633369668b0cc7379bcd (diff)
remove default settings in udev.conf
Changing the default values in udev.conf will render allmost all current systems unusable. So just remove the settings that can't be changed anyway. Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Diffstat (limited to 'etc')
-rw-r--r--etc/udev/udev.conf.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/etc/udev/udev.conf.in b/etc/udev/udev.conf.in
index a92f688c3a..41902c4f06 100644
--- a/etc/udev/udev.conf.in
+++ b/etc/udev/udev.conf.in
@@ -1,11 +1,5 @@
# udev.conf
-# Where in the filesystem to place the device nodes.
-udev_root="@udevdir@"
-
-# The name and location of the udev rules file(s).
-udev_rules="@configdir@/rules.d"
-
# The initial syslog(3) priority: "err", "info", "debug" or its
# numerical equivalent. For runtime debugging, the daemons internal
# state can be changed with: "udevcontrol log_priority=<value>".