ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/conient/build/etc/default.conf
(Generate patch)

Comparing projects/cms/source/conient/build/etc/default.conf (file contents):
Revision 1.7 by ajm, Mon Feb 26 00:25:00 2001 UTC vs.
Revision 1.8 by ajm, Tue Feb 27 03:11:08 2001 UTC

# Line 22 | Line 22 | control.port=4510
22   # start the control channel by default?
23   # un-comment this line to autoconnect on startup
24   #
25 < #control.onstartconnect
25 > control.onstartconnect=0
26  
27   # start the data channel by default?
28   # un-comment this line to autoconnect on startup
29   #
30 < #data.onstartconnect
30 > data.onstartconnect=0
31  
32   # the command to run in order to connect into
33   # the firewall.  %SERVER% should appear where
# Line 43 | Line 43 | control.port=4510
43   # if you do NOT wish to use this command, and simply
44   # connect direct, just comment this line
45   #
46 < #firewall.command=ssh -l ajm4 -L%PORT%:%SERVER%:%PORT% raptor.ukc.ac.uk sleep 7200
46 > useFirewall=0
47 > firewall.command=ssh -l ajm4 -L%PORT%:%SERVER%:%PORT% raptor.ukc.ac.uk sleep 7200
48  
49   # the time in seconds to wait for the firewall.command to
50   # finish executing and thus start up the pipe
51   #
52   # the default is 5 seconds
53   #
54 < #firewall.commandwait=10
54 > firewall.commandwait=
55  
56   # the name of the local machine used to connect to
57   # if you going to connect into a firewall
# Line 59 | Line 60 | control.port=4510
60   # but you are using the firewall options,
61   # it assumes "localhost".
62   #
63 < #firewall.server=localhost
63 > firewall.server=
64  
65   # display extra data given by a host
66   # uncomment the following
67 < #displayExtraData
67 > displayExtraData=0
68  
69   # display server queue information
70   # uncomment the following
71 < #displayQueueInformation
71 > displayQueueInformation=0
72  
73   # debugging, dumps the raw xml pairs to system.out
74   # uncomment the following
75 < #packetDump
75 > packetDump=0

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines