commit - `date`

This commit is contained in:
Slawomir Wojciech Wojtczak (vermaden) 2012-02-20 12:17:49 +01:00
parent eded51d8ae
commit 9bd272cec8
1 changed files with 13 additions and 0 deletions

13
automount_devd_DEBUG.conf Normal file
View File

@ -0,0 +1,13 @@
notify 200 {
match "system" "DEVFS";
match "type" "CREATE";
match "cdev" "(da|mmcsd)[0-9]+";
action "/usr/local/sbin/automount.sh $cdev attach >> /root/DEBUG.$cdev.attach 2>&1";
};
notify 200 {
match "system" "DEVFS";
match "type" "DESTROY";
match "cdev" "(da|mmcsd)[0-9]+";
action "/usr/local/sbin/automount.sh $cdev detach >> /root/DEBUG.$cdev.detach 2>&1";
};