home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2000 February
/
PCWorld_2000-02_cd.bin
/
live
/
etc
/
pcmcia
/
serial.opts
< prev
next >
Wrap
Text File
|
1999-10-31
|
431b
|
19 lines
# Serial device configuration
#
# The address format is "scheme,socket,instance".
#
case "$ADDRESS" in
*,*,*)
# Symbolic link to dialout device
LINK="/dev/modem"
# Options for 'setserial'
SERIAL_OPTS=""
# Should we create an inittab entry for this port?
# If using mgetty ...
#INITTAB="/sbin/mgetty"
# If using getty ...
#SPEED=<set the speed here>
#INITTAB="/sbin/getty $SPEED"
;;
esac