diff options
author | Jim Meyering <jim@meyering.net> | 1996-09-06 03:01:01 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-09-06 03:01:01 +0000 |
commit | 34d871d67d7f35d98192329053b1d3c2cac1ed06 (patch) | |
tree | 5bf6da6184f43071e1899e25aeb156225d65f670 /old | |
parent | 71066e34b90cba361958688983cdb07c1b72c1a3 (diff) | |
download | coreutils-34d871d67d7f35d98192329053b1d3c2cac1ed06.tar.xz |
.
Diffstat (limited to 'old')
-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. |