rpms/tomcat5/devel tomcat5-5.0.init,1.6,1.7 tomcat5.spec,1.54,1.55

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jan 3 21:14:44 UTC 2006


Author: rafaels

Update of /cvs/dist/rpms/tomcat5/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv19397

Modified Files:
	tomcat5-5.0.init tomcat5.spec 
Log Message:
Fixed typos in init script.


Index: tomcat5-5.0.init
===================================================================
RCS file: /cvs/dist/rpms/tomcat5/devel/tomcat5-5.0.init,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- tomcat5-5.0.init	24 Aug 2005 13:24:25 -0000	1.6
+++ tomcat5-5.0.init	3 Jan 2006 21:14:42 -0000	1.7
@@ -28,7 +28,7 @@
 # version 1.15 - ensure we're looking for TOMCAT_USER running catalina
 # version 1.16 - Add support for CATALINA_PID env var
 # version 1.17 - Remove run files only tomcat started correctl
-#                in start area, check that tomcat is not allready running
+#                in start area, check that tomcat is not already running
 # version 1.18 - Fix kill typo (thanks Kaj J. Niemi)
 # version 1.19 - Add jar relinking
 # version 1.20 - Check there is no stalling tomcat4.pid
@@ -76,7 +76,7 @@
  		if [ -f /var/run/tomcat5.pid ]; then
    	      		read kpid < /var/run/tomcat5.pid
          		if checkpid $kpid 2>&1; then
-             			echo "process allready running"
+             			echo "process already running"
              			return -1
          		else
              			echo "lock file found but no process running for pid $kpid, continuing"


Index: tomcat5.spec
===================================================================
RCS file: /cvs/dist/rpms/tomcat5/devel/tomcat5.spec,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- tomcat5.spec	22 Dec 2005 09:15:17 -0000	1.54
+++ tomcat5.spec	3 Jan 2006 21:14:42 -0000	1.55
@@ -2,7 +2,7 @@
 %define full_name	jakarta-%{name}
 %define version		5.0.30
 %define majversion	5.0
-%define release 	8jpp_7fc
+%define release 	8jpp_8fc
 %define section		free
 
 %define summary		Apache Servlet/JSP Engine, RI for Servlet 2.4/JSP 2.0 API
@@ -845,6 +845,9 @@
 %attr(-,root,root) %{_libdir}/gcj/%{name}/catalina-manager.jar.*
 
 %changelog
+* Tue Jan  3 2006 Rafael Schloming <rafaels at redhat.com> - 0:5.0.30-8jpp_7fc
+- Fixed typos in the init script.
+
 * Wed Dec 21 2005 Jesse Keating <jkeating at redhat.com> 0:5.0.30-8jpp_7fc
 - rebuilt again
 




More information about the fedora-cvs-commits mailing list