rpms/tomcat5/devel tomcat5-5.5.init,1.8,1.9

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


Author: devrim

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

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/devel/tomcat5-5.5.init,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- tomcat5-5.5.init	5 Jan 2008 13:53:04 -0000	1.8
+++ tomcat5-5.5.init	5 Jan 2008 14:08:47 -0000	1.9
@@ -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