patrickl 02/01/18 12:59:50 Modified: catalina/src/bin catalina.sh Log: Correct typo in comments Revision Changes Path 1.25 +2 -2 jakarta-tomcat-4.0/catalina/src/bin/catalina.sh Index: catalina.sh =================================================================== RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/bin/catalina.sh,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- catalina.sh 15 Jan 2002 02:55:38 -0000 1.24 +++ catalina.sh 18 Jan 2002 20:59:50 -0000 1.25 @@ -16,7 +16,7 @@ # CATALINA_TMPDIR (Optional) Directory path location of temporary directory # the JVM should use (java.io.tmpdir). Defaults to # $CATALINA_BASE/temp. - +# # JAVA_HOME Must point at your Java Development Kit installation. # # JAVA_OPTS (Optional) Java runtime options used when the "start", @@ -29,7 +29,7 @@ # (JSSE) installation, whose JAR files will be added to the # system class path used to start Tomcat. # -# $Id: catalina.sh,v 1.24 2002/01/15 02:55:38 patrickl Exp $ +# $Id: catalina.sh,v 1.25 2002/01/18 20:59:50 patrickl Exp $ # ----------------------------------------------------------------------------- # OS specific support. $var _must_ be set to either true or false.
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>