chiark / gitweb /
[PATCH] add udev_log to the documentation.
authorgreg@kroah.com <greg@kroah.com>
Fri, 13 Feb 2004 08:35:30 +0000 (00:35 -0800)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:32:27 +0000 (21:32 -0700)
udev.8

diff --git a/udev.8 b/udev.8
index 0c8f2b1e6090acc285ab12b3c23b8daec29dfaa9..aea922675a447dc86a5f665f2e0f056bf188e1c5 100644 (file)
--- 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"