Re: svn commit: r191055 - head/lib/libc/string

2009-04-15 Thread Tim Kientzle
Edward Tomasz Napierala wrote: On 0414T1115, Tim Kientzle wrote: There is no way for strmode(3) to append '+' if the file has ACL, because there is no way to figure that out based on the file mode itself. Make the manual page match reality. Yep, that '+' is why libarchive has a custom st

Re: svn commit: r191055 - head/lib/libc/string

2009-04-15 Thread Edward Tomasz Napierala
On 0414T1115, Tim Kientzle wrote: > > There is no way for strmode(3) to append '+' if the file has ACL, > > because there is no way to figure that out based on the file mode > > itself. Make the manual page match reality. > > Yep, that '+' is why libarchive has a custom strmode() > that acc

Re: svn commit: r191055 - head/lib/libc/string

2009-04-14 Thread Tim Kientzle
Robert Watson wrote: On Tue, 14 Apr 2009, Tim Kientzle wrote: A related issue: It would be really nice to be able to find out whether a file had extended ACLs or extended attributes based on the information returned from stat(2). Kirk, Poul-Henning, and I discussed precisely this during the

Re: svn commit: r191055 - head/lib/libc/string

2009-04-14 Thread Robert Watson
On Tue, 14 Apr 2009, Tim Kientzle wrote: There is no way for strmode(3) to append '+' if the file has ACL, because there is no way to figure that out based on the file mode itself. Make the manual page match reality. Yep, that '+' is why libarchive has a custom strmode() that accepts mo

Re: svn commit: r191055 - head/lib/libc/string

2009-04-14 Thread Tim Kientzle
Edward Tomasz Napierala wrote: Author: trasz Date: Tue Apr 14 11:39:56 2009 New Revision: 191055 URL: http://svn.freebsd.org/changeset/base/191055 Log: There is no way for strmode(3) to append '+' if the file has ACL, because there is no way to figure that out based on the file mode itself

svn commit: r191055 - head/lib/libc/string

2009-04-14 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Apr 14 11:39:56 2009 New Revision: 191055 URL: http://svn.freebsd.org/changeset/base/191055 Log: There is no way for strmode(3) to append '+' if the file has ACL, because there is no way to figure that out based on the file mode itself. Make the manual page match rea