]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Tue, 7 Feb 2006 08:40:58 +0000 (08:40 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 7 Feb 2006 08:40:58 +0000 (08:40 +0000)
ChangeLog

index 1cab5b353ce93b9d005ae15124d47ed5c362e614..04455047448999b38c0f518f6c07cb97162ec90d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -70,8 +70,8 @@
 
        * src/tail.c (tail_forever): Don't exit-nonzero when an attempt
        to put a regular file in O_NONBLOCK mode fails with EPERM.
-       That happens on Linux when using tail -f on a file with the
-       append-only attribute.  Reported by Dean Gaudet.  For details,
+       That happens on Linux (up to 2.6.15) when using tail -f on a file with
+       the append-only attribute.  Reported by Dean Gaudet.  For details,
        see http://savannah.gnu.org/bugs/?func=detailitem&item_id=15473.
        * NEWS: Mention this fix.
        * tests/tail-2/append-only: New file.  Test for the above.