summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-04-24 04:08:14 +0000
committerJim Meyering <jim@meyering.net>1996-04-24 04:08:14 +0000
commitaa05c43a5fd3d84bc4c915f206c0a7a6b0c29628 (patch)
treeeb559d09ac9a8bfde1b8adcbf44c8dce01cfc60f /old/fileutils
parent69e6145e1eb514bee6ab6b3da25bef2823ca0c5e (diff)
downloadcoreutils-aa05c43a5fd3d84bc4c915f206c0a7a6b0c29628.tar.xz
.
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 697d26953..b0ac32a54 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -5,6 +5,13 @@ Tue Apr 23 22:05:35 1996 Jim Meyering (meyering@na-net.ornl.gov)
* lib/Makefile.am (fu_SOURCES): Remove getopt.c and getopt1.c.
(EXTRA_DIST): Add getopt.c and getopt1.c
+ * configure.in (AC_CHECK_FUNCS): Add lchown.
+ * chgrp.c [HAVE_LCHOWN]: Define chown to lchown.
+ * chown.c [HAVE_LCHOWN]: Likewise.
+ * cp.c [HAVE_LCHOWN]: Likewise.
+ * mv.c [HAVE_LCHOWN]: Likewise.
+ Suggested by François Pinard.
+
Sun Apr 21 08:04:51 1996 Jim Meyering (meyering@na-net.ornl.gov)
* df.c (usage): Reflect that now --no-sync is the default.