home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / uucp / AGetty_exp.lha / lib / AGetty.Config next >
Encoding:
Text File  |  1993-05-14  |  3.6 KB  |  103 lines

  1. ############################################################################
  2. #                                                                          #
  3. #                   $VER: AGetty_Config v0.203 (14-May-93)                 #
  4. #                                                                          #
  5. ############################################################################
  6.  
  7. # Name of the device, that should be used  by  default,  if  no  device  is
  8. # specified   in  the  commandline.  If   you   leave   this   entry   out,
  9. # "serial.device" will be used.
  10.  
  11. STANDARDDEVICE  serial.device
  12.  
  13.  
  14. # Baudrate that will be used a default if no baudrate is specified  in  the
  15. # commandline. You MUST specify a baudrate  here  or  in  the  commandline,
  16. # otherwise AGetty won't work correctly.
  17.  
  18. STANDARDBAUD    57600
  19.  
  20.  
  21. # Modemcommand to initialize the  modem.  Remember:  Autoanswer  *MUST*  be
  22. # disabled (ATS0=0) or AGetty  won't  get  any  call!  The  dialstring  may
  23. # contain several command, seperated by "\r". Every time AGetty finds  this
  24. # command sequence, he sends a return  to  the  modem  and  waits  for  the
  25. # reaction. If the modem replys an "OK" AGetty will  continue  parsing  the
  26. # string, anything different will cause an error.
  27.  
  28. MODEMINIT       ATZ\rATS0=0\r
  29.  
  30.  
  31. # Some modems require quiete a long time to  finish  their  reset-procedure
  32. # when the DTR was dropped. This might cause problems  if  AGetty  want  to
  33. # re-initialize the modem during this phase. If  you're  modem  is  one  of
  34. # these, you can use this keyword to force AGetty to delay up to 10 seconds
  35. # before it tries to send the modem command. (Default is 0 seconds)
  36.  
  37. #DELAYBEFOREINIT 0
  38.  
  39.  
  40. # AGetty tries to lock the device using the OwnDevUnit.Library. This  entry
  41. # specifies, wether AGetty should wait (maybe for ever?) for the device  to
  42. # become free or should abort after 5 seconds. Valid parameters  are  "yes"
  43. # or "no", case-insensitive.
  44.  
  45. BRUTEFORCE      no
  46.  
  47.  
  48. # AGetty doesn't use the auto-answer mode of the modem but his  own  system
  49. # of recognizing incomming calls. Do you want to AGetty to answer the phone
  50. # immediatly or would you prefer him  waiting  for  the  second  ring?  The
  51. # latter reduces the chance of AGetty answering the phone unnecessarily.
  52.  
  53. IMMEDIATEANSWER no
  54.  
  55.  
  56. # Which command should AGetty send to the modem  to  answer  the  incomming
  57. # call? This defaults to "ATA". No  "\r"  is  needed,  AGetty  appends  the
  58. # return himself.
  59.  
  60. #ANSWERCOMMAND   ATA
  61.  
  62.  
  63. # Here you can choose the priority AGetty runs under. Default is 0.
  64.  
  65. MYPRI           3
  66.  
  67.  
  68. # In which file shall I write my log-messages? (This  should  be  the  same
  69. # file, the whole UUCP-system uses. The filelocking mechanism, Dillon  UUCP
  70. # v1.16 introduced, is supported.)
  71.  
  72. LOGFILE         UUSpool:Logfile
  73.  
  74.  
  75. # Here you can specify a textfile, that will be displayed to any caller. In
  76. # that text you can state important information like site-name, name of the
  77. # postmaster (and which Getty you use :->). If you leave this entry out, no
  78. # text will be displayed.
  79.  
  80. LOGINTEXT       UULIB:Getty-Header
  81.  
  82.  
  83. # Where can I find informations about the users known on this system?  This
  84. # entry must be specified, or AGetty won't do anything.
  85.  
  86. PASSWD          UULIB:Passwd
  87.  
  88.  
  89. # Some programs need additional information  about  the  login  in  certain
  90. # DOS-variables. Here you can specify the names of the local variables, the
  91. # corresponding entries in Passwd shall go  to.  These  variables  are  set
  92. # before the command is executed by AGetty and are deleted afterwards.  The
  93. # former contents are not rescued!
  94.  
  95. #USER            LOGINNAME
  96. #PASSWORD
  97. #USERID
  98. #GROUPID
  99. #FINGER-INFO     REALNAME
  100. #HOME-DIR
  101. #COMMAND-TO-RUN
  102.  
  103.