summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2004-02-13 00:35:30 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 21:32:27 -0700
commit0c040e8d7cc0d027a240769dd7455679beca521d (patch)
treed47f387ab5a76a125c6a411318e9b278e88e7446
parent89c941084f175904fed110fc254eac0c1897f036 (diff)
downloadsystemd-0c040e8d7cc0d027a240769dd7455679beca521d.tar.gz
[PATCH] add udev_log to the documentation.
-rw-r--r--udev.88
1 files changed, 8 insertions, 0 deletions
diff --git a/udev.8 b/udev.8
index 0c8f2b1e60..aea922675a 100644
--- a/udev.8
+++ b/udev.8
@@ -57,6 +57,11 @@ This is the location of the udev rules file. The default value for this is
This is the location of the udev permission file. The default value for this is
.I /etc/udev/udev.permissions
.TP
+.B udev_log
+If you want udev to log some information to the syslog for every node created or
+removed. The default value for this is
+.I yes
+.TP
.B default_mode
This is the default mode for all nodes that have no explicit match in the
permissions file. The default value for this is
@@ -88,6 +93,9 @@ udev_rules="/etc/udev/udev.rules"
# udev_permissions - The name and location of the udev permission file
udev_permissions="/etc/udev/udev.permissions"
+# udev_log - set to "yes" if you want logging, else "no"
+udev_log="yes"
+
# default_mode - set the default mode for all nodes that have no
# explicit match in the permissions file
default_mode="0666"