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-w32-40b97fb31ec7c24db706b47182f400f2a13dbbfc.tar.gz busybox-w32-40b97fb31ec7c24db706b47182f400f2a13dbbfc.tar.bz2 busybox-w32-40b97fb31ec7c24db706b47182f400f2a13dbbfc.zip |
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 | |||
51 | 660 permissions. | 51 | 660 permissions. |
52 | 52 | ||
53 | The file has the format: | 53 | The file has the format: |
54 | [-]<device regex> <uid>:<gid> <permissions> | 54 | [-][envmatch]<device regex> <uid>:<gid> <permissions> |
55 | or | 55 | or |
56 | @<maj[,min1[-min2]]> <uid>:<gid> <permissions> | 56 | [envmatch]@<maj[,min1[-min2]]> <uid>:<gid> <permissions> |
57 | or | 57 | or |
58 | $envvar=<regex> <uid>:<gid> <permissions> | 58 | $envvar=<regex> <uid>:<gid> <permissions> |
59 | 59 | ||