rpms/tomcat5/devel tomcat5-5.0.init,1.5,1.6 tomcat5.spec,1.38,1.39

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Aug 24 13:24:29 UTC 2005


Author: gbenson

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

Modified Files:
	tomcat5-5.0.init tomcat5.spec 
Log Message:
Silence progress messages on shutdown


Index: tomcat5-5.0.init
===================================================================
RCS file: /cvs/dist/rpms/tomcat5/devel/tomcat5-5.0.init,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- tomcat5-5.0.init	24 Aug 2005 12:59:13 -0000	1.5
+++ tomcat5-5.0.init	24 Aug 2005 13:24:25 -0000	1.6
@@ -123,7 +123,6 @@
 
             until [ `ps --pid $kpid | grep -c $kpid` = '0' ] || [ $count -gt $kwait ]
             do
-                echo "waiting for processes to exit";
                 sleep 1
                 let count=$count+1;
             done


Index: tomcat5.spec
===================================================================
RCS file: /cvs/dist/rpms/tomcat5/devel/tomcat5.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- tomcat5.spec	24 Aug 2005 13:15:08 -0000	1.38
+++ tomcat5.spec	24 Aug 2005 13:24:25 -0000	1.39
@@ -827,6 +827,7 @@
 * Wed Aug 24 2005 Gary Benson <gbenson at redhat.com>
 - Add a status command to the init script (from Jesus Rodriguez).
 - Silence warnings from recent versions of find (#151749).
+- Silence progress messages on shutdown.
 
 * Fri Jul 22 2005 Gary Benson <gbenson at redhat.com>
 - Remove workarounds for #163689.




More information about the fedora-cvs-commits mailing list