SPECS: mailman.spec - fixed trigger

baggins baggins at pld-linux.org
Thu Feb 2 14:13:58 CET 2006


Author: baggins                      Date: Thu Feb  2 13:13:58 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed trigger

---- Files affected:
SPECS:
   mailman.spec (1.97 -> 1.98) 

---- Diffs:

================================================================
Index: SPECS/mailman.spec
diff -u SPECS/mailman.spec:1.97 SPECS/mailman.spec:1.98
--- SPECS/mailman.spec:1.97	Thu Feb  2 14:11:31 2006
+++ SPECS/mailman.spec	Thu Feb  2 14:13:53 2006
@@ -296,6 +296,12 @@
 	mv -f /etc/httpd/%{name}.conf.rpmsave %{_sysconfdir}/httpd.conf
 fi
 
+# migrate from httpd (apache2) config dir
+if [ -f /etc/httpd/httpd.conf/90_%{name}.conf.rpmsave ]; then
+	cp -f %{_sysconfdir}/httpd.conf{,.rpmnew}
+	mv -f /etc/httpd/httpd.conf/90_%{name}.conf.rpmsave %{_sysconfdir}/httpd.conf
+fi
+
 rm -f /etc/httpd/httpd.conf/90_%{name}.conf
 /usr/sbin/webapp register httpd %{_webapp}
 
@@ -364,6 +370,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.98  2006/02/02 13:13:53  baggins
+- fixed trigger
+
 Revision 1.97  2006/02/02 13:11:31  baggins
 - rel 2.1
 - webapp support
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/mailman.spec?r1=1.97&r2=1.98&f=u



More information about the pld-cvs-commit mailing list