diff -up e-smith-samba-2.0.0/root/etc/e-smith/templates/etc/smb.conf/ibays/10recyclebin.FixVFS_ExcludeSyntax e-smith-samba-2.0.0/root/etc/e-smith/templates/etc/smb.conf/ibays/10recyclebin --- e-smith-samba-2.0.0/root/etc/e-smith/templates/etc/smb.conf/ibays/10recyclebin.FixVFS_ExcludeSyntax 2007-12-15 15:53:08.000000000 +0000 +++ e-smith-samba-2.0.0/root/etc/e-smith/templates/etc/smb.conf/ibays/10recyclebin 2011-03-12 16:36:19.000000000 +0000 @@ -6,6 +6,7 @@ $ibay_vfs->{recycle}->{repository} = "Recycle Bin"; $ibay_vfs->{recycle}->{keeptree} = "True"; $ibay_vfs->{recycle}->{touch} = "True"; - $ibay_vfs->{recycle}->{exclude} = "*.tmp|*.temp|*.o|*.obj|~\$*"; - $ibay_vfs->{recycle}->{exclude_dir} = "/tmp|/temp|/cache"; + $ibay_vfs->{recycle}->{exclude} = "*.tmp,*.temp,*.o,*.obj,~\$*,.~lock.*"; + $ibay_vfs->{recycle}->{exclude_dir} = "tmp,temp,cache"; + }