*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 25 Jan 1998 09:29:46 +0000 (09:29 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 25 Jan 1998 09:29:46 +0000 (09:29 +0000)
old/fileutils/ChangeLog

index d868c92..57e77fe 100644 (file)
@@ -1,11 +1,18 @@
+1998-01-25  Jim Meyering  <meyering@na-net.ornl.gov>
+
+       * Version 3.16l.
+
+       * src/cp.c (re_protect): Don't fail for non-root when chown fails
+       due not only to lack of permission (EPERM), but also to lack of
+       support (EINVAL).  Reported by Bengt Martensson.
+       * src/copy.c (DO_CHOWN):  Likewise.
+
 1998-01-24  Jim Meyering  <meyering@na-net.ornl.gov>
 
        * tests/ls/time-1 (test_failure): Rename does not update ctime;
        link does -- so use ln, not mv.
        Note that the SunOS4.1.4 failure of the ctime test is expected.
 
-       * Version 3.16l.
-
        * src/system.h (TYPE_MINIMUM): Add extra outer cast to work around
        bug in Cray C 5.0.3.0 when T == time_t.