1.1
This commit is contained in:
parent
ff15d66f2c
commit
e70136a4ae
|
|
@ -176,7 +176,7 @@ case ${2} in
|
||||||
__log "${DEV}:mount (ext4)"
|
__log "${DEV}:mount (ext4)"
|
||||||
;;
|
;;
|
||||||
(*Unix\ Fast\ File*)
|
(*Unix\ Fast\ File*)
|
||||||
fsck_ufs -y ${DEV}
|
fsck_ufs -C -y ${DEV}
|
||||||
mount -o noatime ${DEV} ${MNT} && ADD=1
|
mount -o noatime ${DEV} ${MNT} && ADD=1
|
||||||
__log "${DEV}:mount (ufs)"
|
__log "${DEV}:mount (ufs)"
|
||||||
;;
|
;;
|
||||||
|
|
|
||||||
|
|
@ -1,15 +1,14 @@
|
||||||
notify 200 {
|
notify 100 {
|
||||||
match "system" "DEVFS";
|
match "system" "DEVFS";
|
||||||
match "type" "CREATE";
|
match "type" "CREATE";
|
||||||
match "cdev" "(da|mmcsd)[0-9]+";
|
match "cdev" "(da|mmcsd)[0-9]+";
|
||||||
action "/usr/local/sbin/automount $cdev attach";
|
action "/usr/local/sbin/automount $cdev attach";
|
||||||
};
|
};
|
||||||
|
|
||||||
notify 200 {
|
notify 100 {
|
||||||
match "system" "DEVFS";
|
match "system" "DEVFS";
|
||||||
match "type" "DESTROY";
|
match "type" "DESTROY";
|
||||||
match "cdev" "(da|mmcsd)[0-9]+";
|
match "cdev" "(da|mmcsd)[0-9]+";
|
||||||
action "/usr/local/sbin/automount $cdev detach";
|
action "/usr/local/sbin/automount $cdev detach";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -176,7 +176,7 @@ case ${2} in
|
||||||
__log "${DEV}:mount (ext4)"
|
__log "${DEV}:mount (ext4)"
|
||||||
;;
|
;;
|
||||||
(*Unix\ Fast\ File*)
|
(*Unix\ Fast\ File*)
|
||||||
fsck_ufs -y ${DEV}
|
fsck_ufs -C -y ${DEV}
|
||||||
mount -o noatime ${DEV} ${MNT} && ADD=1
|
mount -o noatime ${DEV} ${MNT} && ADD=1
|
||||||
__log "${DEV}:mount (ufs)"
|
__log "${DEV}:mount (ufs)"
|
||||||
;;
|
;;
|
||||||
|
|
|
||||||
|
|
@ -1,15 +1,14 @@
|
||||||
notify 200 {
|
notify 100 {
|
||||||
match "system" "DEVFS";
|
match "system" "DEVFS";
|
||||||
match "type" "CREATE";
|
match "type" "CREATE";
|
||||||
match "cdev" "(da|mmcsd)[0-9]+";
|
match "cdev" "(da|mmcsd)[0-9]+";
|
||||||
action "/usr/local/sbin/automount $cdev attach";
|
action "/usr/local/sbin/automount $cdev attach";
|
||||||
};
|
};
|
||||||
|
|
||||||
notify 200 {
|
notify 100 {
|
||||||
match "system" "DEVFS";
|
match "system" "DEVFS";
|
||||||
match "type" "DESTROY";
|
match "type" "DESTROY";
|
||||||
match "cdev" "(da|mmcsd)[0-9]+";
|
match "cdev" "(da|mmcsd)[0-9]+";
|
||||||
action "/usr/local/sbin/automount $cdev detach";
|
action "/usr/local/sbin/automount $cdev detach";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (automount-1.0.tar.gz) = 3ff5c3a251877624da7caf7d0594e85312a4e9c96a22a30fdf34d1fd302b5f4f
|
SHA256 (automount-1.0.tar.gz) = 8d01d7c5fd6296f5c05a43ffb23726ef85828185864e6f1a970b50dc3b5f073f
|
||||||
SIZE (automount-1.0.tar.gz) = 3254
|
SIZE (automount-1.0.tar.gz) = 3256
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue