home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / A / GETTY / _GETTY.TAR / usr / doc / getty_ps / Examples / uugetty.autoanswer < prev    next >
Encoding:
Text File  |  1994-05-18  |  657 b   |  22 lines

  1. # [ put this file in /etc/default/uugetty.<line> ]
  2. #
  3. # sample uugetty configuration file for a Hayes compatible modem to allow
  4. # incoming modem connections
  5. #
  6. # this config file sets the modem to autoanswer.
  7.  
  8. # alternate lockfile to check... if this lockfile exists, then uugetty is
  9. # restarted so that the modem is re-initialized
  10. ALTLOCK=cua2
  11.  
  12. # timeout to disconnect if idle...
  13. TIMEOUT=60
  14.  
  15. # modem initialization string... Sets the modem to auto-answer
  16. #
  17. # format: <expect> <send> ... (chat sequence)
  18. INIT="" \d+++\dAT\r OK\r\n ATH0\r OK\r\n AT\sM0\sE1\sQ0\sV1\sX4\sS0=1\r OK\r\n
  19.  
  20. # this line sets the time to delay before sending the login banner
  21. DELAY=1
  22.