1 |
bytegw |
1.1 |
diff -up e-smith-samba-2.2.0/root/etc/e-smith/templates/etc/smb.conf/ibays/10recyclebin.FixVFS_ExcludeSyntax e-smith-samba-2.2.0/root/etc/e-smith/templates/etc/smb.conf/ibays/10recyclebin |
2 |
|
|
--- e-smith-samba-2.2.0/root/etc/e-smith/templates/etc/smb.conf/ibays/10recyclebin.FixVFS_ExcludeSyntax 2011-03-12 17:33:41.000000000 +0000 |
3 |
|
|
+++ e-smith-samba-2.2.0/root/etc/e-smith/templates/etc/smb.conf/ibays/10recyclebin 2011-03-12 17:35:36.000000000 +0000 |
4 |
|
|
@@ -6,7 +6,7 @@ |
5 |
|
|
$ibay_vfs->{recycle}->{repository} = "Recycle Bin"; |
6 |
|
|
$ibay_vfs->{recycle}->{keeptree} = "True"; |
7 |
|
|
$ibay_vfs->{recycle}->{touch} = "True"; |
8 |
|
|
- $ibay_vfs->{recycle}->{exclude} = "*.tmp|*.temp|*.o|*.obj|~\$*"; |
9 |
|
|
- $ibay_vfs->{recycle}->{exclude_dir} = "/tmp|/temp|/cache"; |
10 |
|
|
+ $ibay_vfs->{recycle}->{exclude} = "*.tmp,*.temp,*.o,*.obj,~\$*,.~lock.*"; |
11 |
|
|
+ $ibay_vfs->{recycle}->{exclude_dir} = "tmp,temp,cache"; |
12 |
|
|
$ibay_vfs->{recycle}->{directory_mode} = "0770"; |
13 |
|
|
} |