]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Fri, 22 Sep 2000 13:31:14 +0000 (13:31 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 22 Sep 2000 13:31:14 +0000 (13:31 +0000)
old/fileutils/ChangeLog

index 81c7a8f1bd837cae50107fb405f5dabd3468d542..38d29298e3be4e05c93fe600cd5e1c5e32ec5252 100644 (file)
@@ -1,8 +1,22 @@
+2000-09-19  Jim Meyering  <meyering@lucent.com>
+
+       * src/cp.c (main): When used with --force, each of the --link and
+       --symbolic-link options now implies --remove-destination.
+       Reported by Miles Bader via Mike Stone.
+       * tests/cp/link: New file.  Test for the above fix.
+       * tests/cp/same-file: Adjust for this change in behavior.
+
+2000-09-15  Volker Borchert  <bt@teknon.de>
+
+       * tests/Makefile.am (check-root, root-hint): New targets.
+       (check-recursive): Depend on root-hint.
+       * Makefile.am (check-root): New target.
+
 2000-09-16  Jim Meyering  <meyering@lucent.com>
 
        * doc/perm.texi (Changing Special Permissions): Remove this statement:
-       `a' in the USERS part of a symbolic mode does not cause the special
-       permissions to be affected...  It doesn't reflect what the code does
+       ``a' in the USERS part of a symbolic mode does not cause the special
+       permissions to be affected'...  It doesn't reflect what the code does
        and isn't required by POSIX.  Reported by aldomel@ix.netcom.com via
        Mike Stone.