diff -up e-smith-samba-2.2.0/root/etc/e-smith/templates/etc/smb.conf/ibays/10recyclebin.exclude_dir-for-directories-only 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.exclude_dir-for-directories-only 2011-03-16 09:11:46.000000000 +0100 +++ e-smith-samba-2.2.0/root/etc/e-smith/templates/etc/smb.conf/ibays/10recyclebin 2011-03-16 09:13:46.000000000 +0100 @@ -7,6 +7,6 @@ $ibay_vfs->{recycle}->{keeptree} = "True"; $ibay_vfs->{recycle}->{touch} = "True"; $ibay_vfs->{recycle}->{exclude} = "*.tmp,*.temp,*.o,*.obj,~\$*,.~lock.*"; - $ibay_vfs->{recycle}->{exclude_dir} = "tmp,temp,cache"; + $ibay_vfs->{recycle}->{exclude_dir} = "/tmp,/temp,/cache"; $ibay_vfs->{recycle}->{directory_mode} = "0770"; }