SPECS: template-webapp.spec - ugly typo fixed

glen glen at pld-linux.org
Wed Nov 30 21:20:46 CET 2005


Author: glen                         Date: Wed Nov 30 20:20:46 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- ugly typo fixed

---- Files affected:
SPECS:
   template-webapp.spec (1.29 -> 1.30) 

---- Diffs:

================================================================
Index: SPECS/template-webapp.spec
diff -u SPECS/template-webapp.spec:1.29 SPECS/template-webapp.spec:1.30
--- SPECS/template-webapp.spec:1.29	Wed Nov 30 20:53:19 2005
+++ SPECS/template-webapp.spec	Wed Nov 30 21:20:39 2005
@@ -123,12 +123,12 @@
 	httpd_reload=1
 fi
 
-if [ "$httpd_reload" ]; the
+if [ "$httpd_reload" ]; then
 	if [ -f /var/lock/subsys/httpd ]; then
 		/etc/rc.d/init.d/httpd reload 1>&2
 	fi
 fi
-if [ "$apache_reload" ]; the
+if [ "$apache_reload" ]; then
 	if [ -f /var/lock/subsys/apache ]; then
 		/etc/rc.d/init.d/apache reload 1>&2
 	fi
@@ -153,6 +153,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.30  2005/11/30 20:20:39  glen
+- ugly typo fixed
+
 Revision 1.29  2005/11/30 19:53:19  glen
 - run update in an order that latest config will be used even in cases all rpmsave files are found
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/template-webapp.spec?r1=1.29&r2=1.30&f=u




More information about the pld-cvs-commit mailing list