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 --- 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 +++ e-smith-samba-2.2.0/root/etc/e-smith/templates/etc/smb.conf/10recyclebin 2011-03-16 09:53:07.000000000 +0100 @@ -6,6 +6,6 @@ $vfs->{recycle}->{repository} = "Recycle Bin"; $vfs->{recycle}->{keeptree} = "True"; $vfs->{recycle}->{touch} = "True"; - $vfs->{recycle}->{exclude} = "*.tmp|*.temp|*.o|*.obj|~\$*"; - $vfs->{recycle}->{exclude_dir} = "/tmp|/temp|/cache"; + $vfs->{recycle}->{exclude} = "*.tmp,*.temp,*.o,*.obj,~\$*"; + $vfs->{recycle}->{exclude_dir} = "tmp,temp,cache"; }