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 --- 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 +++ e-smith-samba-2.2.0/root/etc/e-smith/templates/etc/smb.conf/ibays/10recyclebin 2011-03-12 17:35:36.000000000 +0000 @@ -6,7 +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"; $ibay_vfs->{recycle}->{directory_mode} = "0770"; }