X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=udev.8.in;h=aaaf231636642f43166d253bc3e7e1d790ded8d4;hp=581d6f4ed5417bfa64a5037404167810f1c1d961;hb=85925517e67b85c94180b1de5e2cbd6a1c67c54c;hpb=a866c0a305372305bc8363b8f3b24832082711aa diff --git a/udev.8.in b/udev.8.in index 581d6f4ed..aaaf23163 100644 --- a/udev.8.in +++ b/udev.8.in @@ -59,22 +59,6 @@ All rule files are read in lexical order. The default value is The switch to enable/disable logging of udev information The default value is .IR yes . -.TP -.B default_mode -The default mode for all nodes where no explicit value is given by a rule. -The default value is -.IR 0600 . -.TP -.B default_owner -The default owner for all nodes where no explicit value is given by a rule. -The default value is -.IR root . -.TP -.B default_group -The default group for all nodes where no explicitly value is given by a rule. -The default value is -.IR root . -.br .P .RI "A sample " udev.conf " file might look like this: .sp @@ -91,18 +75,6 @@ udev_rules="/etc/udev/rules.d/" # 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 -# permissions specified -default_mode="0666" - -# default_owner - set the default owner for all nodes that have no -# permissions specified -default_owner="root" - -# default_group - set the default group for all nodes that have no -# permissions specified -default_group="root" .fi .P The rules for device naming are read from the files located in the @@ -203,10 +175,10 @@ separate rules file, while the device nodes are maintained by the distribution provided rules file. .TP .B OWNER, GROUP, MODE -The permissions for this device. Every specified value overwrites the default -value specified in the config file. +The permissions for the device node. Every specified value overwrites the +compiled-in default value. .P -.RB "The " NAME " ," SYMLINK " and " PROGRAM +.RB "The " NAME ", " SYMLINK ", " PROGRAM ", " OWNER " and " GROUP fields support simple printf-like string substitutions: .TP .B %n