inittab entries - (nf)

bjb at whuxle.UUCP bjb at whuxle.UUCP
Tue Jan 31 11:56:17 AEST 1984


#R:denelcor:-28700:whuxle:25800001:000:377
whuxle!bjb    Jan 30 20:56:00 1984

re: having a getty set a baud rate and exit..

What you're asking for probably won't work. As soon as the getty
terminates and the file descriptor (for the tty) is closed, the
baud rate will be lost.  If you want to do something like a
"poor persons" line printer driver, something like the
following may work...
	( stty 9600; cat $file ) < /dev/ttyxx > /dev/ttyxx

		B. Beare



More information about the Comp.unix mailing list