diff options
author | Jim Meyering <jim@meyering.net> | 2002-07-06 15:35:29 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-07-06 15:35:29 +0000 |
commit | 5a6436bf38c501738a12fa1e42394eae7beb45eb (patch) | |
tree | bcb8c72c275a62bd005c27e488d318d03a6c2f99 /old | |
parent | 593a07614a14cc8417a0404b79180e70937967ee (diff) | |
download | coreutils-5a6436bf38c501738a12fa1e42394eae7beb45eb.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index ec88d776d..17a13eb24 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,7 +1,11 @@ -2002-07-04 Jim Meyering <meyering@lucent.com> +2002-07-06 Jim Meyering <meyering@lucent.com> * Version 4.1.10. + * src/stat.c: Remove everything associated with --secure option. + +2002-07-04 Jim Meyering <meyering@lucent.com> + * src/remove.c (prompt): Fix test for write-protectedness to also check errno == EACCES. Otherwise, `rm dangling-symlink' would mistakenly prompt. Reported by Mike Castle. |