]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
tests/acl porting fixes
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 15 Dec 2005 18:58:47 +0000 (18:58 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 15 Dec 2005 18:58:47 +0000 (18:58 +0000)
ChangeLog

index c48a6deb2900ea75144d8394a0d3b9c016d2aeb2..3f56c4c8a87db5d423bc2f130475de66d03cab3f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
-2005-12-15  Jim Meyering  <jim@meyering.net>
+2005-12-15  Paul Eggert  <eggert@cs.ucla.edu>
 
        * Version 6.0-cvs.
 
+       * tests/acl: Port to pre-POSIX shells like Solaris 8 /bin/sh.
+       Don't assume /etc/passwd contains user names; use 'id' instead.
+
+2005-12-15  Jim Meyering  <jim@meyering.net>
+
        stat: revert behavior of --format=FMT (-c)
        stat: add new option: --printf=FMT
        * NEWS: Mention this.