1 |
diff -up e-smith-samba-2.2.0/root/etc/e-smith/templates/etc/smb.conf/10recyclebin.fix-separator e-smith-samba-2.2.0/root/etc/e-smith/templates/etc/smb.conf/10recyclebin |
2 |
--- e-smith-samba-2.2.0/root/etc/e-smith/templates/etc/smb.conf/10recyclebin.fix-separator 2007-12-15 16:53:08.000000000 +0100 |
3 |
+++ e-smith-samba-2.2.0/root/etc/e-smith/templates/etc/smb.conf/10recyclebin 2011-03-16 09:53:07.000000000 +0100 |
4 |
@@ -6,6 +6,6 @@ |
5 |
$vfs->{recycle}->{repository} = "Recycle Bin"; |
6 |
$vfs->{recycle}->{keeptree} = "True"; |
7 |
$vfs->{recycle}->{touch} = "True"; |
8 |
- $vfs->{recycle}->{exclude} = "*.tmp|*.temp|*.o|*.obj|~\$*"; |
9 |
- $vfs->{recycle}->{exclude_dir} = "/tmp|/temp|/cache"; |
10 |
+ $vfs->{recycle}->{exclude} = "*.tmp,*.temp,*.o,*.obj,~\$*"; |
11 |
+ $vfs->{recycle}->{exclude_dir} = "tmp,temp,cache"; |
12 |
} |