diff --git a/automount b/automount index 92ed6b8..1d69ac5 100755 --- a/automount +++ b/automount @@ -176,7 +176,7 @@ case ${2} in __log "${DEV}:mount (ext4)" ;; (*Unix\ Fast\ File*) - fsck_ufs -y ${DEV} + fsck_ufs -C -y ${DEV} mount -o noatime ${DEV} ${MNT} && ADD=1 __log "${DEV}:mount (ufs)" ;; diff --git a/automount_devd.conf b/automount_devd.conf index c651bbb..2614c98 100644 --- a/automount_devd.conf +++ b/automount_devd.conf @@ -1,15 +1,14 @@ -notify 200 { +notify 100 { match "system" "DEVFS"; match "type" "CREATE"; match "cdev" "(da|mmcsd)[0-9]+"; action "/usr/local/sbin/automount $cdev attach"; }; -notify 200 { +notify 100 { match "system" "DEVFS"; match "type" "DESTROY"; match "cdev" "(da|mmcsd)[0-9]+"; action "/usr/local/sbin/automount $cdev detach"; }; - diff --git a/port/distfiles/automount-1.0.tar.gz b/port/distfiles/automount-1.0.tar.gz index fd4b11d..6fd0955 100644 Binary files a/port/distfiles/automount-1.0.tar.gz and b/port/distfiles/automount-1.0.tar.gz differ diff --git a/port/distfiles/automount-1.0/automount b/port/distfiles/automount-1.0/automount index 92ed6b8..1d69ac5 100755 --- a/port/distfiles/automount-1.0/automount +++ b/port/distfiles/automount-1.0/automount @@ -176,7 +176,7 @@ case ${2} in __log "${DEV}:mount (ext4)" ;; (*Unix\ Fast\ File*) - fsck_ufs -y ${DEV} + fsck_ufs -C -y ${DEV} mount -o noatime ${DEV} ${MNT} && ADD=1 __log "${DEV}:mount (ufs)" ;; diff --git a/port/distfiles/automount-1.0/automount_devd.conf b/port/distfiles/automount-1.0/automount_devd.conf index c651bbb..2614c98 100644 --- a/port/distfiles/automount-1.0/automount_devd.conf +++ b/port/distfiles/automount-1.0/automount_devd.conf @@ -1,15 +1,14 @@ -notify 200 { +notify 100 { match "system" "DEVFS"; match "type" "CREATE"; match "cdev" "(da|mmcsd)[0-9]+"; action "/usr/local/sbin/automount $cdev attach"; }; -notify 200 { +notify 100 { match "system" "DEVFS"; match "type" "DESTROY"; match "cdev" "(da|mmcsd)[0-9]+"; action "/usr/local/sbin/automount $cdev detach"; }; - diff --git a/port/sysutils/automount/distinfo b/port/sysutils/automount/distinfo index 97f205b..06ab9cb 100644 --- a/port/sysutils/automount/distinfo +++ b/port/sysutils/automount/distinfo @@ -1,2 +1,2 @@ -SHA256 (automount-1.0.tar.gz) = 3ff5c3a251877624da7caf7d0594e85312a4e9c96a22a30fdf34d1fd302b5f4f -SIZE (automount-1.0.tar.gz) = 3254 +SHA256 (automount-1.0.tar.gz) = 8d01d7c5fd6296f5c05a43ffb23726ef85828185864e6f1a970b50dc3b5f073f +SIZE (automount-1.0.tar.gz) = 3256