Re: acls on HP-UX

2011-06-13 Thread Jim Meyering
Bruno Haible wrote: > Hi Jim, > > By the way, you may want to announce this support of HP-UX >= 11.11 ACLs in > the > coreutils/NEWS file. > >> I prefer to split strings, > > I don't like splitting strings that contain simply long messages. If adding > a line break before the string does not help

Re: acls on HP-UX

2011-06-13 Thread Bruno Haible
Hi Jim, By the way, you may want to announce this support of HP-UX >= 11.11 ACLs in the coreutils/NEWS file. > I prefer to split strings, I don't like splitting strings that contain simply long messages. If adding a line break before the string does not help reaching the 80-columns limit, I leav

Re: acls on HP-UX

2011-06-13 Thread Jim Meyering
Bruno Haible wrote: > On HP-UX 11.11 and newer, I'm seeing these test failures: > > file_has_acl("tmpfile0") returned no, expected yes > FAIL: test-file-has-acl.sh > > FAIL: test-copy-acl.sh > FAIL: test-copy-file.sh > > It turns out that the support for HP-UX ACLs that I added on 2008-06-0

acls on HP-UX

2011-06-12 Thread Bruno Haible
On HP-UX 11.11 and newer, I'm seeing these test failures: file_has_acl("tmpfile0") returned no, expected yes FAIL: test-file-has-acl.sh FAIL: test-copy-acl.sh FAIL: test-copy-file.sh It turns out that the support for HP-UX ACLs that I added on 2008-06-08