From: Jim Meyering Date: Fri, 6 Sep 1996 03:01:01 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_19d~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34d871d67d7f35d98192329053b1d3c2cac1ed06;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index f303fa4081..e02b60c706 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,10 @@ Thu Sep 5 18:12:44 1996 Jim Meyering + * src/chmod.c (main): Don't set verbose flag for --changes. + (change_file_mode): If chmod succeeds and --changes was given, + give a diagnostic describing the new permissions. + Reported by Philippe Schnoebelen (phs@fing.edu.uy). + * src/cp.c (do_copy): When concatenating DEST (with a trailing `/') and the basename part of non-directory SOURCE, don't add a slash between them.