commit - Mon Feb 20 12:36:03 CET 2012
This commit is contained in:
parent
6b5b10000b
commit
aa27ae7a69
|
|
@ -1,3 +1,4 @@
|
|||
ENCODING="pl_PL.ISO8859-2"
|
||||
CODEPAGE="cp852"
|
||||
USERUMOUNT=YES
|
||||
|
||||
|
|
|
|||
|
|
@ -182,3 +182,4 @@ case ${2} in
|
|||
|
||||
esac
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -12,3 +12,4 @@ notify 200 {
|
|||
action "/usr/local/sbin/automount.sh $cdev detach";
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue