diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2012-05-19 22:37:07 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2012-05-19 22:37:07 +0200 |
commit | aaf827203d3742c6a2768b7c0a26bd494e28ed3f (patch) | |
tree | 18048a782fcaefd3419c75512f581b7d2591eea9 /examples/mdev.conf | |
parent | 8d118546785bf20963fee979e85fc9393b095082 (diff) | |
parent | 044610413767eda4350c5adf35cf5e69a6d6df8f (diff) | |
download | busybox-aaf827203d3742c6a2768b7c0a26bd494e28ed3f.tar.gz |
Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busybox
Diffstat (limited to 'examples/mdev.conf')
-rw-r--r-- | examples/mdev.conf | 10 |
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 |