Update of /cvsroot/sandweb/sandweb/etc
In directory sc8-pr-cvs1:/tmp/cvs-serv10310/etc
Modified Files:
sandweb.cfg
Log Message:
made timeout a global option, now you can easily set a number of
seconds in the sandweb.cfg and CLI ops will time out at that time
( prevents runaway CVS/SSH processes and such ).
Default is 300 seconds ( 5 minutes ).
Index: sandweb.cfg
===================================================================
RCS file: /cvsroot/sandweb/sandweb/etc/sandweb.cfg,v
retrieving revision 1.28
retrieving revision 1.29
diff -U2 -r1.28 -r1.29
--- sandweb.cfg 10 Feb 2003 07:15:36 -0000 1.28
+++ sandweb.cfg 1 Apr 2003 02:46:26 -0000 1.29
@@ -34,8 +34,12 @@
/>
- <!-- System paths for SSH, CVS and SandWeb scripts -->
+ <!--
+ System paths for SSH, CVS and SandWeb scripts,
+ and time limit when running on the CLI
+ -->
<system ssh_bin="/usr/bin/ssh"
cvs_bin="/usr/bin/cvs"
bindir="/usr/local/bin"
+ timeout="300"
/>
|