SPECS: phpBB.spec - cosmetics

glen glen at pld-linux.org
Sat Sep 30 16:53:25 CEST 2006


Author: glen                         Date: Sat Sep 30 14:53:25 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- cosmetics

---- Files affected:
SPECS:
   phpBB.spec (1.93 -> 1.94) 

---- Diffs:

================================================================
Index: SPECS/phpBB.spec
diff -u SPECS/phpBB.spec:1.93 SPECS/phpBB.spec:1.94
--- SPECS/phpBB.spec:1.93	Fri Sep 29 23:25:58 2006
+++ SPECS/phpBB.spec	Sat Sep 30 16:53:20 2006
@@ -139,21 +139,21 @@
 %triggerpostun -- %{name} < 2.0.19-0.5
 # rescue app config from various old locations
 for i in config.php favicon.ico robots.txt; do
-    if [ -f /home/services/httpd/html/phpBB/$i.rpmsave ]; then
+	if [ -f /home/services/httpd/html/phpBB/$i.rpmsave ]; then
 	    mv -f %{_sysconfdir}/$i{,.rpmnew}
 	    mv -f /home/services/httpd/html/phpBB/$i.rpmsave %{_sysconfdir}/$i
-    fi
+	fi
 done
 
 for i in config.php favicon.ico robots.txt; do
-    if [ -f /home/httpd/html/phpBB/$i.rpmsave ]; then
+	if [ -f /home/httpd/html/phpBB/$i.rpmsave ]; then
 	    mv -f %{_sysconfdir}/$i{,.rpmnew}
 	    mv -f /home/httpd/html/phpBB/$i.rpmsave %{_sysconfdir}/$i
-    fi
+	fi
 done
 
 for i in config.php favicon.ico robots.txt; do
-    if [ -f /etc/%{name}/$i.rpmsave ]; then
+	if [ -f /etc/%{name}/$i.rpmsave ]; then
 	    mv -f %{_sysconfdir}/$i{,.rpmnew}
 	    mv -f /etc/%{name}/$i.rpmsave %{_sysconfdir}/$i
     fi
@@ -172,7 +172,7 @@
 
 rm -f /etc/httpd/httpd.conf/99_%{name}.conf
 /usr/sbin/webapp register httpd %{_webapp}
-%service httpd reload
+%service -q httpd reload
 
 %files
 %defattr(644,root,root,755)
@@ -228,6 +228,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.94  2006/09/30 14:53:20  glen
+- cosmetics
+
 Revision 1.93  2006/09/29 21:25:58  glen
 - update webapp triggers due apache1 package split
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/phpBB.spec?r1=1.93&r2=1.94&f=u



More information about the pld-cvs-commit mailing list