==================================================================
  Please DO NOT REPLY to this mail or send email to the developers
  about this bug. Please follow-up to Bugzilla using this link:
    http://bugs.contribs.org/show_bug.cgi?id=6379

  Have you checked the Frequently Asked Questions (FAQ)?
    http://wiki.contribs.org/SME_Server:Documentation:FAQ

  Please also take the time to read the following useful guide:
    http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
==================================================================

--- Comment #1 from Maurizio <[email protected]>  ---
Some additional info I've posted on ibays bug

> Two questions from here:
> 
> A) Will that also apply to exclude_dir which is currently:
> 
> $ibay_vfs->{recycle}->{exclude_dir} = "/tmp|/temp|/cache";
IMHO all list in smb.conf have those delimiters, " ", ",", tab, etc.
When I raise the bug I do not understand how exclude_dir works. And it do not
work if I I change "|" with ",". 

But If i change to "tmp,temp,cache" It works really fine.
I mean if you delete 
/share/tmp/file1 

it do not go to recycle bin, and also if you delete 
/share/dir1/tmp/file1 it either do not go to Recycle


> 
> B) It looks like that in your custom template code the closing speech mark is
> missing?
> 
> $ibay_vfs->{recycle}->{exclude} = "*.tmp,*.temp,*.o,*.obj,~\$*,.~lock.*;
> 
> I think it needs to be:
> 
> $ibay_vfs->{recycle}->{exclude} = "*.tmp,*.temp,*.o,*.obj,~\$*,.~lock.*";

You are right, I've made a mistake because i remove from list a a file type
only interesting for me

-- 
Configure bugmail: http://bugs.contribs.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at http://lists.contribs.org/mailman/public/contribteam/

Reply via email to