From aa27ae7a69d2cbcdc501fb9ef718e3227bb9e37d Mon Sep 17 00:00:00 2001 From: "Slawomir Wojciech Wojtczak (vermaden)" Date: Mon, 20 Feb 2012 12:36:03 +0100 Subject: [PATCH] commit - Mon Feb 20 12:36:03 CET 2012 --- automount.conf | 1 + automount.sh | 1 + automount_devd.conf | 1 + automount_devd_DEBUG.conf | 1 + 4 files changed, 4 insertions(+) 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"; }; +