changeset 13489:e8f90629eda6

chown: Update doc regarding AIX.
author Bruno Haible <bruno@clisp.org>
date Fri, 30 Jul 2010 20:32:12 +0200
parents a3a7f9627d7a
children e04f4ee19c1b
files ChangeLog doc/posix-functions/chown.texi m4/chown.m4
diffstat 3 files changed, 10 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-07-30  Bruno Haible  <bruno@clisp.org>
+
+	chown: Update doc regarding AIX.
+	* doc/posix-functions/chown.texi: Mention bug on AIX 7.1.
+	* m4/chown.m4 (gl_FUNC_CHOWN): Update comment.
+	Reported by Rainer Tammer.
+
 2010-07-30  Eric Blake  <eblake@redhat.com>
 
 	strtod: fix bug in replacement function on AIX
--- a/doc/posix-functions/chown.texi
+++ b/doc/posix-functions/chown.texi
@@ -11,7 +11,7 @@
 @item
 Some platforms fail to detect trailing slash on non-directories, as in
 @code{chown("link-to-file/",uid,gid)}:
-FreeBSD 7.2, Solaris 9.
+FreeBSD 7.2, AIX 7.1, Solaris 9.
 @item
 Some platforms fail to update the change time when at least one
 argument was not -1, but no ownership changes resulted:
--- a/m4/chown.m4
+++ b/m4/chown.m4
@@ -1,4 +1,4 @@
-# serial 22
+# serial 23
 # Determine whether we need the chown wrapper.
 
 dnl Copyright (C) 1997-2001, 2003-2005, 2007, 2009-2010 Free Software
@@ -43,6 +43,7 @@
 
     dnl Solaris 9 ignores trailing slash.
     dnl FreeBSD 7.2 mishandles trailing slash on symlinks.
+    dnl Likewise for AIX 7.1.
     AC_CACHE_CHECK([whether chown honors trailing slash],
       [gl_cv_func_chown_slash_works],
       [touch conftest.file && rm -f conftest.link