1 |
diff -up e-smith-samba-2.0.0/root/etc/e-smith/templates/etc/smb.conf/10recyclebin.fix-separator e-smith-samba-2.0.0/root/etc/e-smith/templates/etc/smb.conf/10recyclebin |
diff -up e-smith-samba-2.0.0/root/etc/e-smith/templates/etc/smb.conf/10recyclebin.fix-separator e-smith-samba-2.0.0/root/etc/e-smith/templates/etc/smb.conf/10recyclebin |
2 |
--- e-smith-samba-2.0.0/root/etc/e-smith/templates/etc/smb.conf/10recyclebin.fix-separator 2007-12-15 16:53:08.000000000 +0100 |
--- e-smith-samba-2.0.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.0.0/root/etc/e-smith/templates/etc/smb.conf/10recyclebin 2011-03-16 09:49:27.000000000 +0100 |
+++ e-smith-samba-2.0.0/root/etc/e-smith/templates/etc/smb.conf/10recyclebin 2011-03-16 09:49:27.000000000 +0100 |
4 |
@@ -6,6 +6,6 @@ |
@@ -6,6 +6,6 @@ |
5 |
$vfs->{recycle}->{repository} = "Recycle Bin"; |
$vfs->{recycle}->{repository} = "Recycle Bin"; |
6 |
$vfs->{recycle}->{keeptree} = "True"; |
$vfs->{recycle}->{keeptree} = "True"; |
10 |
+ $vfs->{recycle}->{exclude} = "*.tmp,*.temp,*.o,*.obj,~\$*"; |
+ $vfs->{recycle}->{exclude} = "*.tmp,*.temp,*.o,*.obj,~\$*"; |
11 |
+ $vfs->{recycle}->{exclude_dir} = "tmp,temp,cache"; |
+ $vfs->{recycle}->{exclude_dir} = "tmp,temp,cache"; |
12 |
} |
} |
13 |
|
|