From: Rob H. <for...@us...> - 2003-04-01 02:46:37
|
Update of /cvsroot/sandweb/sandweb/debian In directory sc8-pr-cvs1:/tmp/cvs-serv10310/debian 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/debian/sandweb.cfg,v retrieving revision 1.1 retrieving revision 1.2 diff -U2 -r1.1 -r1.2 --- sandweb.cfg 12 Jan 2003 11:15:01 -0000 1.1 +++ sandweb.cfg 1 Apr 2003 02:46:26 -0000 1.2 @@ -34,8 +34,13 @@ /> - <!-- 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/bin" + timeout="300" /> |