From: Jim Meyering Date: Wed, 24 Apr 1996 04:08:14 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_14c~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa05c43a5fd3d84bc4c915f206c0a7a6b0c29628;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 697d269536..b0ac32a540 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.