diff options
author | Sergio Durigan Junior <sergiodj@sergiodj.net> | 2013-09-25 11:02:08 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2013-09-26 11:25:05 +0100 |
commit | 5ee7d8f55bb0a48fd2cd5bc3c12b3db588d98beb (patch) | |
tree | 48ec7575d1262f4099818edf68b07233b5350f1f /NEWS | |
parent | 3414301f5951c1805aa9185cce13f421f09042de (diff) | |
download | coreutils-5ee7d8f55bb0a48fd2cd5bc3c12b3db588d98beb.tar.xz |
rm: with -I, prompt before deleting a write protected file
This regression was introduced in commit v6.7-71-g0928c24
* src/rm.c (main): Make the -I option behave like --interactive=once.
* tests/rm/interactive-once.sh: Add cases for single and multiple files.
* NEWS: Mention the bug fix.
Fixes http://bugs.gnu.org/9308
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -34,6 +34,9 @@ GNU coreutils NEWS -*- outline -*- print approximately 2*N bytes of extraneous padding. [Bug introduced in coreutils-7.0] + rm -I now prompts for confirmation before removing a write protected file. + [Bug introduced in coreutils-6.8] + tail --retry -f now waits for the files specified to appear. Before, tail would immediately exit when such a file is inaccessible during the initial open. |