| Summary: | /usr/bin/script fails silently if stdin is not a terminal | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Jonathan Lennox <lennox> | ||||
| Component: | bin | Assignee: | Colin Percival <cperciva> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | 5.1-RELEASE | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Jonathan Lennox
2003-09-30 19:20:17 UTC
This is the same bug as PR bin/56166 -- the issue is not one of whether stdin is a terminal, but rather relates to the behaviour of select(2) -- /usr/bin/script exits if stdin is closed even if it is operating in execute-a-script mode instead of log-this-shell mode. Colin Percival State Changed From-To: open->patched Fixed in -current, will MFC in 7 days. Claim ownership to remind myself to close this later. Responsible Changed From-To: freebsd-bugs->cperciva Fixed in -current, will MFC in 7 days. Claim ownership to remind myself to close this later. State Changed From-To: patched->closed MFC to RELENG_4 is done. |