This commit is contained in:
Slawomir Wojciech Wojtczak (vermaden) 2012-02-25 21:30:09 +01:00
parent ff15d66f2c
commit e70136a4ae
6 changed files with 8 additions and 10 deletions

View File

@ -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)"
;;

View File

@ -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";
};

Binary file not shown.

View File

@ -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)"
;;

View File

@ -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";
};

View File

@ -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