home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 February / PCWorld_2000-02_cd.bin / live / etc / pcmcia / serial.opts < prev    next >
Text File  |  1999-10-31  |  431b  |  19 lines

  1. # Serial device configuration
  2. #
  3. # The address format is "scheme,socket,instance".
  4. #
  5. case "$ADDRESS" in
  6. *,*,*)
  7.     # Symbolic link to dialout device
  8.     LINK="/dev/modem"
  9.     # Options for 'setserial'
  10.     SERIAL_OPTS=""
  11.     # Should we create an inittab entry for this port?
  12.     # If using mgetty ...
  13.     #INITTAB="/sbin/mgetty"
  14.     # If using getty ...
  15.     #SPEED=<set the speed here>
  16.     #INITTAB="/sbin/getty $SPEED"
  17.     ;;
  18. esac
  19.