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

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Oct 11 13:13:02 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203662

--- Comment #1 from Jilles Tjoelker <jilles at FreeBSD.org> ---
The patch does not look wrong, but I doubt we want to support running standard
utilities with fd 0, 1 or 2 closed. For daemonizing, the file descriptors
should be reopened from/to /dev/null, not closed.

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


More information about the freebsd-bugs mailing list