/[pengfork]/pengfork/doc/config/penggy.cfg
ViewVC logotype

Diff of /pengfork/doc/config/penggy.cfg

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by chupa, Thu Jan 2 13:43:48 2003 UTC revision 1.7 by chupa, Mon Jan 6 14:50:12 2003 UTC
# Line 65  Line 65 
65  ##  ##
66  ## Change this only if you really want to store your passwords elsewhere.  ## Change this only if you really want to store your passwords elsewhere.
67  ##  ##
68  # secret_file = /etc/penggy/aol-secrets  # secret_file = /foo/bar/aol-secrets
69    
70  ## Parameter: screen_name  ## Parameter: screen_name
71  ## Type: string  ## Type: string
# Line 77  Line 77 
77  ## prompt, or penggy will complain about not having any screen name to  ## prompt, or penggy will complain about not having any screen name to
78  ## connect as.  ## connect as.
79  ##  ##
80  # screen_name = frankeinstein  # screen_name = foobar
81    
82  ## Parameter: auto_reconnect  ## Parameter: auto_reconnect
83  ## Type: boolean  ## Type: boolean
# Line 142  Line 142 
142  ## This is the file where penggy stores its current PID.  ## This is the file where penggy stores its current PID.
143  ## Keeping the default is a good idea.  ## Keeping the default is a good idea.
144  ##  ##
145  # pid_file = /var/run/penggy.pid  # pid_file = /foo/bar/penggy.pid
146    
147  ## Parameter: ip_up_script  ## Parameter: ip_up_script
148  ## Type: path  ## Type: path
# Line 154  Line 154 
154  ## This script is also reponsible for making the connection up  ## This script is also reponsible for making the connection up
155  ## and setting the routing table, so very be careful when editing it.  ## and setting the routing table, so very be careful when editing it.
156  ##  ##
157  # ip_up_script = /etc/penggy/ip-up  # ip_up_script = /foo/bar/ip-up
158    
159  ## Parameter: ip_down_script  ## Parameter: ip_down_script
160  ## Type: path  ## Type: path
# Line 163  Line 163 
163  ##  ##
164  ## As ip-up but when the connection ends.  ## As ip-up but when the connection ends.
165  ##  ##
166  # ip_down_script = /etc/penggy/ip-down  # ip_down_script = /foo/bar/ip-down
167    
168    
169    
# Line 180  Line 180 
180  ##  ##
181  # modem_device = /dev/ttyS0  # modem_device = /dev/ttyS0
182    
183    ## Parameter: lock_path
184    ## Type: path
185    ## Description: sets path where locking files are stored
186    ## Default: /var/lock
187    ##
188    ## The default is what is used on Linux, other platforms should change this
189    ## according to your platform policy.
190    ##
191    # lock_path = /foo/bar
192    
193  ## Parameter: rtscts  ## Parameter: rtscts
194  ## Type: boolean  ## Type: boolean
195  ## Description: enable hardware flow control.  ## Description: enable hardware flow control.
# Line 198  Line 208 
208  ## Hayes command to initialize the modem, keeping ATZ as primary init string  ## Hayes command to initialize the modem, keeping ATZ as primary init string
209  ## is probably a good idea, you can complete with other string if you need.  ## is probably a good idea, you can complete with other string if you need.
210  ## This command mustn't be longer than 58 bytes.  ## This command mustn't be longer than 58 bytes.
211    ## Comonly used strings:
212    ##   M0     Speaker always disabled
213    ##   M1     Speaker enabled during connection
214    ##   M2     Speaker always enabled
215    ##   M3     Speaker enabled after connection
216    ##   L0     Sets speaker at a very low volume (or muted)
217    ##   L1     Sets speaker at a low volume
218    ##   L2     Sets speaker at a normal volume
219    ##   L3     Sets speaker at a high volume
220    ##   X3     Do not wait for dial tone
221    ##   V1     Sets modem output to alphanumeric
222    ##                       (alphanumeric output is mandatory for penggy)
223    ##   &F3    This is for ISDN (don't know what it does...)
224    ##   &Exxxx Sets ISDN MSN number (first 4 digits of your phone number)
225    ##
226    ## This commands are just here as example, they might not work on your
227    ## modem.
228  ##  ##
229  # initstr1 = ATZ  # initstr1 = ATZ
230    
# Line 224  Line 251 
251  ##  ##
252  ## Do not change this parameter if you don't know what it is.  ## Do not change this parameter if you don't know what it is.
253  ##  ##
254  # dialstr = ATDT  # dialstr = ATDP
255    
256  ## Parameter: dial_prefix  ## Parameter: dial_prefix
257  ## Type: string  ## Type: string
# Line 237  Line 264 
264  ##  ##
265  # dial_prefix = 0,  # dial_prefix = 0,
266    
267  ## Parameter: phone  ## Parameter: phonetab
268  ## Type: string  ## Type: path
269  ## Description: sets the primary phone number to use.  ## Description: sets the file where phone numbers will be searched.
270  ## No default  ## Default: /etc/penggy/phonetab
271  ##  ##
272  ## This is the first phone number penggy will try to connect to.  ## This is the first phone number penggy will try to connect to.
273  ## You can complete with more, in case this one fails, with parameters  ## You can complete with more, in case this one fails, with parameters
274  ## phone[1-5].  ## phone[1-5].
275  ##  ##
276  # phone =  # phonetab = /foo/bar/phonetab
   
 ## Parameter: phone[1-5]  
 ## Type: string  
 ## Description: sets the alternative phone numbers to use.  
 ## No default  
 ##  
 # phone1 =  
 # phone2 =  
 # phone3 =  
 # phone4 =  
 # phone5 =  
277    
278  ## Parameter: line_speed  ## Parameter: line_speed
279  ## Type: integer  ## Type: integer
# Line 270  Line 286 
286  ##  ##
287  # line_speed = 57600  # line_speed = 57600
288    
 ## Parameter: chat_script  
 ## Type: path  
 ## Description: Sets the script to use to reach AOL's network.  
 ## Default: /etc/penggy/chat/aolnet.scm  
 ##  
 ## This scheme script will be executed to reach the AOL network.  
 ## AOL has different networks, so there are several scripts, but most  
 ## of them are AOLNet network, so default is probably good.  
 ## NB : besides, the other scripts haven't been tested yet.  
 ##  
 # chat_script = /etc/penggy/chat/csnet.scm  
   
   
289  ## Parameter: dial_retry  ## Parameter: dial_retry
290  ## Type: integer  ## Type: integer
291  ## Description: The number of times to dial the same number before considering  ## Description: The number of times to dial the same number before considering
# Line 325  Line 328 
328  ## Description: Sets the port used to contact host for a TCP/IP connection.  ## Description: Sets the port used to contact host for a TCP/IP connection.
329  ## Default: 5190  ## Default: 5190
330  ##  ##
331  ## Default is for AOL, use 5191 for CompuServe. Nevetheless port from 5190 to  ## Default is for AOL, use 5191 for CompuServe. Nevertheless port from 5190 to
332  ## 5192 should work  ## 5192 should work
333  ##  ##
334  # aol_port = 5191  # aol_port = 5191

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26