[Bug 203662] tail -F <file> misbehaves with stdin closed

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 19 Feb 2023 18:40:48 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203662

Fernando ApesteguĂ­a <fernape@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|bugs@FreeBSD.org            |fernape@FreeBSD.org
             Status|New                         |Closed
                 CC|                            |fernape@FreeBSD.org
         Resolution|---                         |FIXED

--- Comment #2 from Fernando ApesteguĂ­a <fernape@FreeBSD.org> ---
Seems to work fine now:

Terminal 1:
$ sudo tail -F /tmp/foo <&-
Password:
foo
bar

Terminal 2
$ sudo echo foo >>/tmp/foo
Password:
$ sudo rm /tmp/foo
$ sudo echo bar >>/tmp/foo

Please reopen if I misunderstood the test case.

-- 
You are receiving this mail because:
You are the assignee for the bug.