opnsense-src/usr.bin/script
Colin Percival e292a0e3f1 Two fixes for script(1):
1. Don't do tty stuff to stdin if stdin isn't a tty.
2. When running in non-interactive mode, don't select(2)
on the standard input.

This un-breaks non-interactive portupgrade.

PR: bin/59036 [1]
PR: bin/56166, bin/57414, ports/57415, ports/60534 [2]
MFC after: 7 days
Approved by: rwatson (mentor)
2004-01-22 21:01:14 +00:00
..
Makefile Minor style stuff, use __FBSDID(), remove to-be-default WARNS=2. 2001-12-12 23:23:52 +00:00
script.1 Introduce arguments the standard way. In .Ar command ..., ... is not an 2003-09-07 15:43:50 +00:00
script.c Two fixes for script(1): 2004-01-22 21:01:14 +00:00