diff options
author | Kay Sievers <kay.sievers@suse.de> | 2005-11-16 05:22:31 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2005-11-16 05:22:31 +0100 |
commit | c249f66a70f9ea623205f27f7931727acbafba9e (patch) | |
tree | e9983ac234246c58e27744f6b2731d89c7ac06ee /etc/udev | |
parent | d7363ee14c3ea46611d3e706a3e198e07869afc3 (diff) |
update README and RELEASE-NOTES
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Diffstat (limited to 'etc/udev')
-rw-r--r-- | etc/udev/udev.conf.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/udev/udev.conf.in b/etc/udev/udev.conf.in index 90c1f99ba6..a92f688c3a 100644 --- a/etc/udev/udev.conf.in +++ b/etc/udev/udev.conf.in @@ -1,13 +1,13 @@ # udev.conf -# Where in the filesystem to place the device nodes +# 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, change the daemons -# internal state with: "udevcontrol log_priority=<value>". +# numerical equivalent. For runtime debugging, the daemons internal +# state can be changed with: "udevcontrol log_priority=<value>". udev_log="err" |