costin      01/05/26 12:20:29

  Modified:    src/shell tomcat.sh
  Log:
  Increase the delay for slower hard disks.
  
  Revision  Changes    Path
  1.24      +3 -3      jakarta-tomcat/src/shell/tomcat.sh
  
  Index: tomcat.sh
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/shell/tomcat.sh,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- tomcat.sh 2001/04/22 15:52:11     1.23
  +++ tomcat.sh 2001/05/26 19:20:28     1.24
  @@ -1,6 +1,6 @@
   #!/bin/sh
   #
  -# $Id: tomcat.sh,v 1.23 2001/04/22 15:52:11 costin Exp $
  +# $Id: tomcat.sh,v 1.24 2001/05/26 19:20:28 costin Exp $
   
   # Shell script to start and stop the server
   
  @@ -144,8 +144,8 @@
     WAIT=0
     if [ "$1" = "-wait" ] ; then
       shift
  -    # wait at least 2 min
  -    WAIT=120
  +    # wait at least 6 min 
  +    WAIT=360
     fi
   
     if [ "$1" = "-noout" ] ; then
  
  
  

Reply via email to