aboutsummaryrefslogtreecommitdiff
path: root/examples/mdev_fat.conf
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-11-07 18:21:03 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2009-11-07 18:21:03 +0100
commit44f8d013994c20a53836a8768bd488130c7df9bc (patch)
tree0207c7655dd52cd83657bdaa86dd14b8ef84af57 /examples/mdev_fat.conf
parentbf40f564ae8cada5e9d7fce148aad138842984f6 (diff)
downloadbusybox-w32-44f8d013994c20a53836a8768bd488130c7df9bc.tar.gz
busybox-w32-44f8d013994c20a53836a8768bd488130c7df9bc.tar.bz2
busybox-w32-44f8d013994c20a53836a8768bd488130c7df9bc.zip
tweak mdev_fat.conf example
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'examples/mdev_fat.conf')
-rw-r--r--examples/mdev_fat.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/mdev_fat.conf b/examples/mdev_fat.conf
index 9ac333608..8b9463603 100644
--- a/examples/mdev_fat.conf
+++ b/examples/mdev_fat.conf
@@ -7,11 +7,14 @@
7# instead of the default 0:0 660. 7# instead of the default 0:0 660.
8# 8#
9# Syntax: 9# Syntax:
10# devicename_regex user:group mode [>|=path] [@|$|*command args...] 10# devicename_regex user:group mode [>|=path] [@|$|*cmd args...]
11# 11#
12# =: move, >: move and create a symlink 12# =: move, >: move and create a symlink
13# @|$|*: run $cmd on delete, @cmd on create, *cmd on both 13# @|$|*: run $cmd on delete, @cmd on create, *cmd on both
14 14
15# support module loading on hotplug
16$MODALIAS=.* root:root 660 @modprobe "$MODALIAS"
17
15# null may already exist; therefore ownership has to be changed with command 18# null may already exist; therefore ownership has to be changed with command
16null root:root 666 @chmod 666 $MDEV 19null root:root 666 @chmod 666 $MDEV
17zero root:root 666 20zero root:root 666