commit - Mon Feb 20 12:36:03 CET 2012

This commit is contained in:
Slawomir Wojciech Wojtczak (vermaden) 2012-02-20 12:36:03 +01:00
parent 6b5b10000b
commit aa27ae7a69
4 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,4 @@
ENCODING="pl_PL.ISO8859-2"
CODEPAGE="cp852"
USERUMOUNT=YES

View File

@ -182,3 +182,4 @@ case ${2} in
esac

View File

@ -12,3 +12,4 @@ notify 200 {
action "/usr/local/sbin/automount.sh $cdev detach";
};

View File

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