Ignore:
Timestamp:
Jan 1, 2014, 12:47:38 AM (10 years ago)
Author:
Bruno Cornec
Message:
  • Update mindi-busybox to 1.21.1
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi-busybox/examples/mdev_fat.conf

    r2725 r3232  
    88#
    99# Syntax:
    10 # [-]devicename_regex user:group mode [>|=path] [@|$|*cmd args...]
     10# [-]devicename_regex user:group mode [=path]|[>path]|[!] [@|$|*cmd args...]
     11# [-]$ENVVAR=regex    user:group mode [=path]|[>path]|[!] [@|$|*cmd args...]
     12# [-]@maj,min[-min2]  user:group mode [=path]|[>path]|[!] [@|$|*cmd args...]
    1113#
     14# [-]: do not stop on this match, continue reading mdev.conf
    1215# =: move, >: move and create a symlink
    13 # @|$|*: run $cmd on delete, @cmd on create, *cmd on both
     16# !: do not create device node
     17# @|$|*: run cmd if $ACTION=remove, @cmd if $ACTION=add, *cmd in all cases
    1418
    1519# support module loading on hotplug
     
    5054
    5155# net devices
    52 -net/.*     root:root 600 @nameif
    5356tun[0-9]*   root:root 600 =net/
    5457tap[0-9]*   root:root 600 =net/
Note: See TracChangeset for help on using the changeset viewer.