diff options
author | Pádraig Brady <P@draigBrady.com> | 2011-05-27 23:07:08 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2011-05-27 23:21:46 +0100 |
commit | 54a49f22ae158470142f92e00af69fbb3b774699 (patch) | |
tree | f330d996e954f5a02f6a62075b9e94b4dd97a7bc /NEWS | |
parent | 6b282e7510ca8dcbb44f8402b52ba8c8b1d01b80 (diff) | |
download | coreutils-54a49f22ae158470142f92e00af69fbb3b774699.tar.xz |
chown,chgrp: output the original ownership in -v messages
* src/chown-core.c (describe_change): Output the
original owner if possible.
(user_group_str): Handle the case when neither
owner or group are passed.
* NEWS: Mention the change in behavior.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -16,7 +16,8 @@ GNU coreutils NEWS -*- outline -*- ** Changes in behavior - chmod -v and -c now output the original mode in the messages. + chmod, chown and chgrp now output the original attributes in messages, + when -v or -c specified. ** New features |