rpms/tomcat5/F-8 tomcat5-5.5.init,1.7,1.8

Devrim GÜNDÜZ (devrim) fedora-extras-commits at redhat.com
Sat Jan 5 14:09:17 UTC 2008


Author: devrim

Update of /cvs/extras/rpms/tomcat5/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27029/F-8

Modified Files:
	tomcat5-5.5.init 
Log Message:
Ooops, fix wrong commit for the init script.




Index: tomcat5-5.5.init
===================================================================
RCS file: /cvs/extras/rpms/tomcat5/F-8/tomcat5-5.5.init,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- tomcat5-5.5.init	5 Jan 2008 13:52:58 -0000	1.7
+++ tomcat5-5.5.init	5 Jan 2008 14:08:42 -0000	1.8
@@ -216,11 +216,6 @@
 	echo "$NAME process already stopped"
 	echo_success
     fi
-     read kpid < /var/run/${NAME}.pid
-                if checkpid $kpid 2>&1; then
-                    echo "$NAME process already stopped"
-                        echo_success
-		elif
     if [ -f "/var/lock/subsys/${NAME}" ]; then
         $SU - $TOMCAT_USER -c "$TOMCAT_SCRIPT stop" >> $TOMCAT_LOG 2>&1
         RETVAL="$?"




More information about the fedora-extras-commits mailing list