home *** CD-ROM | disk | FTP | other *** search
- # 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
-