diff -Nur -x '*.orig' -x '*.rej' smeserver-shared-folders-0.1/root/etc/e-smith/templates/etc/smb.conf/shares/10recyclebin mezzanine_patched_smeserver-shared-folders-0.1/root/etc/e-smith/templates/etc/smb.conf/shares/10recyclebin --- smeserver-shared-folders-0.1/root/etc/e-smith/templates/etc/smb.conf/shares/10recyclebin 2010-11-25 21:44:38.000000000 +0100 +++ mezzanine_patched_smeserver-shared-folders-0.1/root/etc/e-smith/templates/etc/smb.conf/shares/10recyclebin 2010-11-25 21:44:12.000000000 +0100 @@ -6,6 +6,6 @@ $share_vfs->{recycle}->{repository} = "Recycle Bin"; $share_vfs->{recycle}->{keeptree} = "True"; $share_vfs->{recycle}->{touch} = "True"; - $share_vfs->{recycle}->{exclude} = "*.tmp|*.temp|*.o|*.obj|~\$*"; - $share_vfs->{recycle}->{exclude_dir} = "/tmp|/temp|/cache"; + $share_vfs->{recycle}->{exclude} = "*.tmp,*.temp,*.o,*.obj,~\$*,.~lock.*"; + $share_vfs->{recycle}->{exclude_dir} = "tmp,temp,cache"; }