diff options
author | Pádraig Brady <P@draigBrady.com> | 2016-01-19 13:22:42 +0000 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2016-01-19 14:07:10 +0000 |
commit | dbff2508b85baf12d5e2eee4134eb17be69fdca9 (patch) | |
tree | dd7ef8381e0a9e95558b3095e6ba8a8a7d22df58 /NEWS | |
parent | 6e2208e07a3b9db8147ec9de5cdf466a5540c8f7 (diff) | |
download | coreutils-dbff2508b85baf12d5e2eee4134eb17be69fdca9.tar.xz |
tail: disable inotify with only non existent files
tests/tail-2/F-headers.sh and test/tail-2/retry.sh fail on
on remote file systems due to tail going into inotify mode
due to not being able to determine the remoteness of the
non existent files.
* src/tail.c (any_non_remote_file): A new function used
to disable inotify when there are no open files, as
we can't determine remoteness in that case.
* NEWS: Mention the bug fix.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -30,6 +30,9 @@ GNU coreutils NEWS -*- outline -*- that specify an offset for the first field. [bug introduced with the --debug feature in coreutils-8.6] + tail -F now works with initially non existent files on a remote file system. + [bug introduced in coreutils-7.5] + ** New commands base32 is added to complement the existing base64 command, |