Add 1.5.9 tarball. Add devd(8) config with ugen(4) support.

This commit is contained in:
vermaden 2018-12-08 05:59:05 +01:00
parent fc951d10bc
commit ed24ae706c
2 changed files with 2 additions and 2 deletions

BIN
automount-1.5.9.tar.gz Normal file

Binary file not shown.

View File

@ -1,14 +1,14 @@
notify 100 {
match "system" "DEVFS";
match "type" "CREATE";
match "cdev" "(da|mmcsd)[0-9]+.*";
match "cdev" "(ugen|da|mmcsd)[0-9]+.*";
action "/usr/local/sbin/automount $cdev attach";
};
notify 100 {
match "system" "DEVFS";
match "type" "DESTROY";
match "cdev" "(da|mmcsd)[0-9]+.*";
match "cdev" "(ugen|da|mmcsd)[0-9]+.*";
action "/usr/local/sbin/automount $cdev detach";
};