]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 28 Sep 2005 08:27:04 +0000 (08:27 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 28 Sep 2005 08:27:04 +0000 (08:27 +0000)
ChangeLog

index d2117c0aa0fa04f4652c8ce1d35d4609b094999b..3b0f9f22fd5de1a12c81d4abe45db66bed034f86 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,17 @@
-2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
+2005-09-28  Jim Meyering  <jim@meyering.net>
 
        * Version 5.3.1-cvs.
 
+       * README: Warn about a (now-)known problem on FreeBSD 5.0:
+
+       When building and running `make test' on a FreeBSD 5.0 system,
+       expect the tests/install/trap test to get stuck in an infinite
+       loop.  That appears to be due to a bug in /bin/sh.
+       When you change the first line of the tests/install/trap script
+       to be e.g., #!/usr/local/bin/bash, the test completes normally.
+
+2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
+
        * src/touch.c (touch): Handle "touch -c - >&-" by checking for EBADF
        and ENOSYS.
        Do not pass "-" to futimens; pass NULL instead.