]> git.ipfire.org Git - thirdparty/coreutils.git/commit
tail: improve --follow=name with single non regular files
authorPádraig Brady <P@draigBrady.com>
Wed, 1 Feb 2023 20:41:31 +0000 (20:41 +0000)
committerPádraig Brady <P@draigBrady.com>
Mon, 6 Feb 2023 16:28:53 +0000 (16:28 +0000)
commitd195e3863cdba55bd851dac44dbf4f0bcb89a4fe
treeb741556028702428f57549a2c68235cd2310d83c
parentc0c63e9735908a9579f8735001957db6bd81afc3
tail: improve --follow=name with single non regular files

* src/tail (tail_forever): Attempt to read() from non blocking
single non regular file, which shouldn't block, but also
read data even when the mtime doesn't change.
* NEWS: Mention the improvement.
* THANKS.in: Thanks for detailed testing.
NEWS
THANKS.in
src/tail.c