diff --git a/automount-1.5.9.tar.gz b/automount-1.5.9.tar.gz new file mode 100644 index 0000000..54587ef Binary files /dev/null and b/automount-1.5.9.tar.gz differ diff --git a/automount_devd.conf b/automount_devd.conf index 9aa349a..7b57305 100644 --- a/automount_devd.conf +++ b/automount_devd.conf @@ -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"; };