diff options
author | Jim Meyering <meyering@redhat.com> | 2008-10-08 08:51:38 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-12-01 17:03:37 +0100 |
commit | 7ef56a26fd911e551f1bd9d2783afb7fbed6c669 (patch) | |
tree | ef8066ff8bf3e91ca25c94933d3dc6b99a97b142 /NEWS | |
parent | aa2617b9086ca7ffaf49fd22c0b54ab58c2107fd (diff) | |
download | coreutils-7ef56a26fd911e551f1bd9d2783afb7fbed6c669.tar.xz |
cp, mv: remove 3-year-deprecated+warned-about --reply option
* src/cp.c (reply_args, reply_vals): Remove globals.
[REPLY_OPTION]: Remove enum.
(long_opts) ["reply"]: Remove initializer.
(main): Remove case stmt.
* src/mv.c: Likewise.
Don't include "argmatch.h". No longer used.
* NEWS (Changes in behavior): Mention this.
* tests/Makefile.am (TESTS): Remove mv/reply-no.
* tests/mv/reply-no: Remove file.
* tests/mv/i-link-no: Update, now that --reply= is gone.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -19,6 +19,9 @@ GNU coreutils NEWS -*- outline -*- ** Changes in behavior + cp and mv: the --reply={yes,no,query} option has been removed. + Using it has elicited a warning for the last three years. + ls -l now marks SELinux-only files with the less obtrusive '.', rather than '+'. A file with any other combination of MAC and ACL is still marked with a '+'. |