diff options
Diffstat (limited to 'old/fileutils/ChangeLog')
-rw-r--r-- | old/fileutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index f303fa408..e02b60c70 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,10 @@ Thu Sep 5 18:12:44 1996 Jim Meyering <meyering@na-net.ornl.gov> + * 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. |