diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2013-02-26 00:40:46 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2013-02-26 00:40:46 +0100 |
commit | 40b97fb31ec7c24db706b47182f400f2a13dbbfc (patch) | |
tree | c963df67c75ca61f86bbdc3f3f000ce0b1991731 /docs | |
parent | 1961aea305e258ba7ab3910d084451220f55ed44 (diff) | |
download | busybox-40b97fb31ec7c24db706b47182f400f2a13dbbfc.tar.gz |
mdev: add environment variable match
function old new delta
make_device 1998 2189 +191
clean_up_cur_rule 61 96 +35
dirAction 75 87 +12
mdev_main 838 849 +11
packed_usage 29272 29273 +1
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 5/0 up/down: 250/0) Total: 250 bytes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/mdev.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/mdev.txt b/docs/mdev.txt index 61f93c9df..b24025f7b 100644 --- a/docs/mdev.txt +++ b/docs/mdev.txt @@ -51,9 +51,9 @@ device nodes if your system needs something more than the default root/root 660 permissions. The file has the format: - [-]<device regex> <uid>:<gid> <permissions> + [-][envmatch]<device regex> <uid>:<gid> <permissions> or - @<maj[,min1[-min2]]> <uid>:<gid> <permissions> + [envmatch]@<maj[,min1[-min2]]> <uid>:<gid> <permissions> or $envvar=<regex> <uid>:<gid> <permissions> |