Date: Sun, 11 Oct 2015 13:13:02 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 203662] tail -F <file> misbehaves with stdin closed Message-ID: <bug-203662-8-db4Xz9rsMf@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-203662-8@https.bugs.freebsd.org/bugzilla/> References: <bug-203662-8@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203662 --- Comment #1 from Jilles Tjoelker <jilles@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-203662-8-db4Xz9rsMf>