aboutsummaryrefslogtreecommitdiff
path: root/examples/mdev.conf
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2012-05-18 11:39:57 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2012-05-18 11:39:57 +0200
commitea57f51819a358a6c1309cf028a1a2dcd90dd7a5 (patch)
tree91ae47398abb8401bc6cadb2eaff13e6d14acb33 /examples/mdev.conf
parent516530c932bd17d87c9eb4347a490be051e495f4 (diff)
downloadbusybox-ea57f51819a358a6c1309cf028a1a2dcd90dd7a5.tar.gz
mdev: when found, print major,minor into mdev.log
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'examples/mdev.conf')
-rw-r--r--examples/mdev.conf10
1 files changed, 8 insertions, 2 deletions
diff --git a/examples/mdev.conf b/examples/mdev.conf
index cdbb4fcfe..51795694d 100644
--- a/examples/mdev.conf
+++ b/examples/mdev.conf
@@ -7,8 +7,14 @@
# instead of the default 0:0 660.
#
# Syntax:
-# %s %d:%d %s
-# devicename_regex user:group mode
+# [-]devicename_regex user:group mode [=path]|[>path]|[!] [@|$|*cmd args...]
+# [-]$ENVVAR=regex user:group mode [=path]|[>path]|[!] [@|$|*cmd args...]
+# [-]@maj,min[-min2] user:group mode [=path]|[>path]|[!] [@|$|*cmd args...]
+#
+# [-]: do not stop on this match, continue reading mdev.conf
+# =: move, >: move and create a symlink
+# !: do not create device node
+# @|$|*: run@cmd if $ACTION=add, $cmd if $ACTION=remove, *cmd in all cases
null 0:0 666
zero 0:0 666