[git commit master] mdev_fat.conf: add a rule to run nameif

Denys Vlasenko vda.linux at googlemail.com
Wed Nov 11 05:32:43 UTC 2009


commit: http://git.busybox.net/busybox/commit/?id=c096a6c2084b6d920182714beb842ebb40087182
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 examples/mdev_fat.conf |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/examples/mdev_fat.conf b/examples/mdev_fat.conf
index 8b94636..df329b4 100644
--- a/examples/mdev_fat.conf
+++ b/examples/mdev_fat.conf
@@ -7,7 +7,7 @@
 # instead of the default 0:0 660.
 #
 # Syntax:
-# devicename_regex user:group mode [>|=path] [@|$|*cmd args...]
+# [-]devicename_regex user:group mode [>|=path] [@|$|*cmd args...]
 #
 # =: move, >: move and create a symlink
 # @|$|*: run $cmd on delete, @cmd on create, *cmd on both
@@ -49,6 +49,7 @@ sr[0-9]*	root:cdrom 660 @ln -sf $MDEV cdrom
 fd[0-9]*	root:floppy 660
 
 # net devices
+-net/.*		root:root 600 @nameif
 tun[0-9]*	root:root 600 =net/
 tap[0-9]*	root:root 600 =net/
 
-- 
1.6.3.3



More information about the busybox-cvs mailing list