summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--old/fileutils/ChangeLog11
1 files changed, 6 insertions, 5 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index b52610931..a3f9c39e2 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -2,6 +2,12 @@
* Version 4.1.9.
+ * tests/sample-test (trap): Make sure the temporary hierarchy is
+ writable before removing it.
+
+ * tests/mv/perm-1: New file, to demonstrate fix of 2002-06-12.
+ * tests/mv/Makefile.am (TESTS): Add perm-1.
+
* Makefile.maint (wget-update): `cd' to config first.
Warn when omitting a file ... FIXME
@@ -28,11 +34,6 @@
* src/mv.c (do_move): Give one diagnostic, not two, when unable to
unlink a destination file. This bug was introduced in fileutils-3.16l.
- FIXME$ /bin/mv /etc/passwd /tmp
- /bin/mv: cannot unlink `/etc/passwd': Permission denied
- /bin/mv: cannot remove `/etc/passwd': Permission denied
- [Exit 1]
-
2002-06-07 Jim Meyering <meyering@lucent.com>
* tests/mv/part-fail: Also accept the permission-denied diagnostic