diff --git a/automount.conf b/automount.conf index 12a0857..2734fc4 100644 --- a/automount.conf +++ b/automount.conf @@ -1,3 +1,4 @@ ENCODING="pl_PL.ISO8859-2" CODEPAGE="cp852" USERUMOUNT=YES + diff --git a/automount.sh b/automount.sh index 65a0031..e68abcd 100755 --- a/automount.sh +++ b/automount.sh @@ -182,3 +182,4 @@ case ${2} in esac + diff --git a/automount_devd.conf b/automount_devd.conf index 1c98efe..2e8c08f 100644 --- a/automount_devd.conf +++ b/automount_devd.conf @@ -12,3 +12,4 @@ notify 200 { action "/usr/local/sbin/automount.sh $cdev detach"; }; + diff --git a/automount_devd_DEBUG.conf b/automount_devd_DEBUG.conf index c8b7e9d..357fd31 100644 --- a/automount_devd_DEBUG.conf +++ b/automount_devd_DEBUG.conf @@ -11,3 +11,4 @@ notify 200 { match "cdev" "(da|mmcsd)[0-9]+"; action "/usr/local/sbin/automount.sh $cdev detach >> /root/DEBUG.$cdev.detach 2>&1"; }; +