SPECS: apache-mod_auth_any.spec, apache-mod_auth_kerb.spec, apache...

glen glen at pld-linux.org
Fri Apr 14 19:08:04 CEST 2006


Author: glen                         Date: Fri Apr 14 17:08:04 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- restart apache in %postun rather in %preun as the config file, loading module
  is still there and module will be loaded after package is uninstalled, which
  later causes missing configuration file errors.

---- Files affected:
SPECS:
   apache-mod_auth_any.spec (1.30 -> 1.31) , apache-mod_auth_kerb.spec (1.7 -> 1.8) , apache-mod_auth_pam.spec (1.41 -> 1.42) , apache-mod_auth_pgsql.spec (1.31 -> 1.32) , apache-mod_auth_shadow.spec (1.12 -> 1.13) , apache-mod_bt.spec (1.6 -> 1.7) , apache-mod_bw.spec (1.26 -> 1.27) , apache-mod_caml.spec (1.7 -> 1.8) , apache-mod_cband.spec (1.14 -> 1.15) , apache-mod_chroot.spec (1.4 -> 1.5) , apache-mod_clamav.spec (1.13 -> 1.14) , apache-mod_dbi_pool.spec (1.11 -> 1.12) , apache-mod_dosevasive.spec (1.20 -> 1.21) , apache-mod_epp.spec (1.9 -> 1.10) , apache-mod_fastcgi.spec (1.46 -> 1.47) , apache-mod_fcgid.spec (1.16 -> 1.17) , apache-mod_jk2.spec (1.12 -> 1.13) , apache-mod_jk.spec (1.37 -> 1.38) , apache-mod_macro.spec (1.5 -> 1.6) , apache-mod_midgard.spec (1.31 -> 1.32) , apache-mod_ntlm.spec (1.19 -> 1.20) , apache-mod_perl.spec (1.138 -> 1.139) , apache-mod_proxy_html.spec (1.13 -> 1.14) , apache-mod_python.spec (1.82 -> 1.83) , apache-mod_roaming.spec (1.25 -> 1.26) , apache-mod_ruby.spec (1.19 -> 1.20) , apache-mod_security.spec (1.15 -> 1.16) , apache-mod_suid2.spec (1.8 -> 1.9) , apache-mod_suphp.spec (1.37 -> 1.38) , apache-mod_transform.spec (1.16 -> 1.17) , apache-mod_vhost_dbi.spec (1.6 -> 1.7) , apache-mod_vhost_mysql.spec (1.14 -> 1.15) , apache-mod_vhs.spec (1.6 -> 1.7) , apache-mod_watch.spec (1.28 -> 1.29) , apache-mod_whatkilledus.spec (1.3 -> 1.4) , apache-mod_xslt2.spec (1.12 -> 1.13) 

---- Diffs:

================================================================
Index: SPECS/apache-mod_auth_any.spec
diff -u SPECS/apache-mod_auth_any.spec:1.30 SPECS/apache-mod_auth_any.spec:1.31
--- SPECS/apache-mod_auth_any.spec:1.30	Mon Jan 30 18:39:10 2006
+++ SPECS/apache-mod_auth_any.spec	Fri Apr 14 19:07:56 2006
@@ -93,7 +93,7 @@
 %post
 %service -q httpd restart
 
-%preun
+%postun
 if [ "$1" = "0" ]; then
 	%service -q httpd restart
 fi
@@ -110,6 +110,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.31  2006/04/14 17:07:56  glen
+- restart apache in %postun rather in %preun as the config file, loading module
+  is still there and module will be loaded after package is uninstalled, which
+  later causes missing configuration file errors.
+
 Revision 1.30  2006/01/30 17:39:10  glen
 - use %service
 

================================================================
Index: SPECS/apache-mod_auth_kerb.spec
diff -u SPECS/apache-mod_auth_kerb.spec:1.7 SPECS/apache-mod_auth_kerb.spec:1.8
--- SPECS/apache-mod_auth_kerb.spec:1.7	Mon Jan 30 18:39:10 2006
+++ SPECS/apache-mod_auth_kerb.spec	Fri Apr 14 19:07:56 2006
@@ -57,7 +57,7 @@
 %post
 %service -q httpd restart
 
-%preun
+%postun
 if [ "$1" = "0" ]; then
 	%service -q httpd restart
 fi
@@ -74,6 +74,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2006/04/14 17:07:56  glen
+- restart apache in %postun rather in %preun as the config file, loading module
+  is still there and module will be loaded after package is uninstalled, which
+  later causes missing configuration file errors.
+
 Revision 1.7  2006/01/30 17:39:10  glen
 - use %service
 

================================================================
Index: SPECS/apache-mod_auth_pam.spec
diff -u SPECS/apache-mod_auth_pam.spec:1.41 SPECS/apache-mod_auth_pam.spec:1.42
--- SPECS/apache-mod_auth_pam.spec:1.41	Sat Jan 14 19:24:55 2006
+++ SPECS/apache-mod_auth_pam.spec	Fri Apr 14 19:07:56 2006
@@ -62,7 +62,7 @@
 %post
 %service -q httpd restart
 
-%preun
+%postun
 if [ "$1" = "0" ]; then
 	%service -q httpd restart
 fi
@@ -90,6 +90,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.42  2006/04/14 17:07:56  glen
+- restart apache in %postun rather in %preun as the config file, loading module
+  is still there and module will be loaded after package is uninstalled, which
+  later causes missing configuration file errors.
+
 Revision 1.41  2006/01/14 18:24:55  glen
 - it's just matter of specifying correct epoch
 

================================================================
Index: SPECS/apache-mod_auth_pgsql.spec
diff -u SPECS/apache-mod_auth_pgsql.spec:1.31 SPECS/apache-mod_auth_pgsql.spec:1.32
--- SPECS/apache-mod_auth_pgsql.spec:1.31	Wed Jan 11 15:23:51 2006
+++ SPECS/apache-mod_auth_pgsql.spec	Fri Apr 14 19:07:56 2006
@@ -103,7 +103,7 @@
 %post
 %service -q httpd restart
 
-%preun
+%postun
 if [ "$1" = "0" ]; then
 	%service -q httpd restart
 fi
@@ -120,6 +120,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.32  2006/04/14 17:07:56  glen
+- restart apache in %postun rather in %preun as the config file, loading module
+  is still there and module will be loaded after package is uninstalled, which
+  later causes missing configuration file errors.
+
 Revision 1.31  2006/01/11 14:23:51  glen
 - up to 2.0.3, fixes CVE-2005-3656
 

================================================================
Index: SPECS/apache-mod_auth_shadow.spec
diff -u SPECS/apache-mod_auth_shadow.spec:1.12 SPECS/apache-mod_auth_shadow.spec:1.13
--- SPECS/apache-mod_auth_shadow.spec:1.12	Sun Apr  2 16:19:27 2006
+++ SPECS/apache-mod_auth_shadow.spec	Fri Apr 14 19:07:56 2006
@@ -75,7 +75,7 @@
 %post
 %service -q httpd restart
 
-%preun
+%postun
 if [ "$1" = "0" ]; then
 	%service -q httpd restart
 fi
@@ -93,6 +93,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.13  2006/04/14 17:07:56  glen
+- restart apache in %postun rather in %preun as the config file, loading module
+  is still there and module will be loaded after package is uninstalled, which
+  later causes missing configuration file errors.
+
 Revision 1.12  2006/04/02 14:19:27  glen
 - use %service
 

================================================================
Index: SPECS/apache-mod_bt.spec
diff -u SPECS/apache-mod_bt.spec:1.6 SPECS/apache-mod_bt.spec:1.7
--- SPECS/apache-mod_bt.spec:1.6	Mon Jan 30 18:39:10 2006
+++ SPECS/apache-mod_bt.spec	Fri Apr 14 19:07:56 2006
@@ -49,7 +49,7 @@
 %post
 %service -q httpd restart
 
-%preun
+%postun
 if [ "$1" = "0" ]; then
 	%service -q httpd restart
 fi
@@ -66,6 +66,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2006/04/14 17:07:56  glen
+- restart apache in %postun rather in %preun as the config file, loading module
+  is still there and module will be loaded after package is uninstalled, which
+  later causes missing configuration file errors.
+
 Revision 1.6  2006/01/30 17:39:10  glen
 - use %service
 

================================================================
Index: SPECS/apache-mod_bw.spec
diff -u SPECS/apache-mod_bw.spec:1.26 SPECS/apache-mod_bw.spec:1.27
--- SPECS/apache-mod_bw.spec:1.26	Mon Jan 30 18:39:10 2006
+++ SPECS/apache-mod_bw.spec	Fri Apr 14 19:07:56 2006
@@ -60,7 +60,7 @@
 %post
 %service -q httpd restart
 
-%preun
+%postun
 if [ "$1" = "0" ]; then
 	%service -q httpd restart
 fi
@@ -82,6 +82,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.27  2006/04/14 17:07:56  glen
+- restart apache in %postun rather in %preun as the config file, loading module
+  is still there and module will be loaded after package is uninstalled, which
+  later causes missing configuration file errors.
+
 Revision 1.26  2006/01/30 17:39:10  glen
 - use %service
 

================================================================
Index: SPECS/apache-mod_caml.spec
diff -u SPECS/apache-mod_caml.spec:1.7 SPECS/apache-mod_caml.spec:1.8
--- SPECS/apache-mod_caml.spec:1.7	Mon Jan 30 18:39:10 2006
+++ SPECS/apache-mod_caml.spec	Fri Apr 14 19:07:56 2006
@@ -80,7 +80,7 @@
 %post
 %service -q httpd restart
 
-%preun
+%postun
 if [ "$1" = "0" ]; then
 	%service -q httpd restart
 fi
@@ -99,6 +99,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2006/04/14 17:07:56  glen
+- restart apache in %postun rather in %preun as the config file, loading module
+  is still there and module will be loaded after package is uninstalled, which
+  later causes missing configuration file errors.
+
 Revision 1.7  2006/01/30 17:39:10  glen
 - use %service
 

================================================================
Index: SPECS/apache-mod_cband.spec
diff -u SPECS/apache-mod_cband.spec:1.14 SPECS/apache-mod_cband.spec:1.15
--- SPECS/apache-mod_cband.spec:1.14	Fri Feb  3 10:16:59 2006
+++ SPECS/apache-mod_cband.spec	Fri Apr 14 19:07:56 2006
@@ -56,7 +56,7 @@
 %post
 %service -q httpd restart
 
-%preun
+%postun
 if [ "$1" = "0" ]; then
 	%service -q httpd restart
 fi
@@ -73,6 +73,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.15  2006/04/14 17:07:56  glen
+- restart apache in %postun rather in %preun as the config file, loading module
+  is still there and module will be loaded after package is uninstalled, which
+  later causes missing configuration file errors.
+
 Revision 1.14  2006/02/03 09:16:59  paszczus
 - updated to 0.9.7.2 ; STBR
 

================================================================
Index: SPECS/apache-mod_chroot.spec
diff -u SPECS/apache-mod_chroot.spec:1.4 SPECS/apache-mod_chroot.spec:1.5
--- SPECS/apache-mod_chroot.spec:1.4	Mon Jan 30 18:39:10 2006
+++ SPECS/apache-mod_chroot.spec	Fri Apr 14 19:07:56 2006
@@ -50,7 +50,7 @@
 %post
 %service -q httpd restart
 
-%preun
+%postun
 if [ "$1" = "0" ]; then
 	%service -q httpd restart
 fi
@@ -67,6 +67,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2006/04/14 17:07:56  glen
+- restart apache in %postun rather in %preun as the config file, loading module
+  is still there and module will be loaded after package is uninstalled, which
+  later causes missing configuration file errors.
+
 Revision 1.4  2006/01/30 17:39:10  glen
 - use %service
 

================================================================
Index: SPECS/apache-mod_clamav.spec
diff -u SPECS/apache-mod_clamav.spec:1.13 SPECS/apache-mod_clamav.spec:1.14
--- SPECS/apache-mod_clamav.spec:1.13	Mon Jan 30 18:39:10 2006
+++ SPECS/apache-mod_clamav.spec	Fri Apr 14 19:07:56 2006
@@ -70,7 +70,7 @@
 %post
 %service -q httpd restart
 
-%preun
+%postun
 if [ "$1" = "0" ]; then
 	%service -q httpd restart
 fi
@@ -87,6 +87,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.14  2006/04/14 17:07:56  glen
+- restart apache in %postun rather in %preun as the config file, loading module
+  is still there and module will be loaded after package is uninstalled, which
+  later causes missing configuration file errors.
+
 Revision 1.13  2006/01/30 17:39:10  glen
 - use %service
 

================================================================
Index: SPECS/apache-mod_dbi_pool.spec
diff -u SPECS/apache-mod_dbi_pool.spec:1.11 SPECS/apache-mod_dbi_pool.spec:1.12
--- SPECS/apache-mod_dbi_pool.spec:1.11	Mon Jan 30 18:39:10 2006
+++ SPECS/apache-mod_dbi_pool.spec	Fri Apr 14 19:07:56 2006
@@ -84,7 +84,7 @@
 %post
 %service -q httpd restart
 
-%preun
+%postun
 if [ "$1" = "0" ]; then
 	%service -q httpd restart
 fi
@@ -104,6 +104,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.12  2006/04/14 17:07:56  glen
+- restart apache in %postun rather in %preun as the config file, loading module
+  is still there and module will be loaded after package is uninstalled, which
+  later causes missing configuration file errors.
+
 Revision 1.11  2006/01/30 17:39:10  glen
 - use %service
 

================================================================
Index: SPECS/apache-mod_dosevasive.spec
diff -u SPECS/apache-mod_dosevasive.spec:1.20 SPECS/apache-mod_dosevasive.spec:1.21
--- SPECS/apache-mod_dosevasive.spec:1.20	Thu Mar  9 12:29:32 2006
+++ SPECS/apache-mod_dosevasive.spec	Fri Apr 14 19:07:56 2006
@@ -62,7 +62,7 @@
 %post
 %service -q httpd restart
 
-%preun
+%postun
 if [ "$1" = "0" ]; then
 	%service -q httpd restart
 fi
@@ -79,6 +79,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.21  2006/04/14 17:07:56  glen
+- restart apache in %postun rather in %preun as the config file, loading module
+  is still there and module will be loaded after package is uninstalled, which
+  later causes missing configuration file errors.
+
 Revision 1.20  2006/03/09 11:29:32  glen
 - cosmetics
 - spec shouldn't moved but copied as old tags are present

================================================================
Index: SPECS/apache-mod_epp.spec
diff -u SPECS/apache-mod_epp.spec:1.9 SPECS/apache-mod_epp.spec:1.10
--- SPECS/apache-mod_epp.spec:1.9	Mon Jan 30 18:39:10 2006
+++ SPECS/apache-mod_epp.spec	Fri Apr 14 19:07:56 2006
@@ -68,7 +68,7 @@
 %post
 %service -q httpd restart
 
-%preun
+%postun
 if [ "$1" = "0" ]; then
 	%service -q httpd restart
 fi
@@ -87,6 +87,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.10  2006/04/14 17:07:56  glen
+- restart apache in %postun rather in %preun as the config file, loading module
+  is still there and module will be loaded after package is uninstalled, which
+  later causes missing configuration file errors.
+
 Revision 1.9  2006/01/30 17:39:10  glen
 - use %service
 

================================================================
Index: SPECS/apache-mod_fastcgi.spec
diff -u SPECS/apache-mod_fastcgi.spec:1.46 SPECS/apache-mod_fastcgi.spec:1.47
--- SPECS/apache-mod_fastcgi.spec:1.46	Mon Jan 30 18:39:10 2006
+++ SPECS/apache-mod_fastcgi.spec	Fri Apr 14 19:07:56 2006
@@ -81,7 +81,7 @@
 %post
 %service -q httpd restart
 
-%preun
+%postun
 if [ "$1" = "0" ]; then
 	%service -q httpd restart
 fi
@@ -100,6 +100,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.47  2006/04/14 17:07:56  glen
+- restart apache in %postun rather in %preun as the config file, loading module
+  is still there and module will be loaded after package is uninstalled, which
+  later causes missing configuration file errors.
+
 Revision 1.46  2006/01/30 17:39:10  glen
 - use %service
 

================================================================
Index: SPECS/apache-mod_fcgid.spec
diff -u SPECS/apache-mod_fcgid.spec:1.16 SPECS/apache-mod_fcgid.spec:1.17
--- SPECS/apache-mod_fcgid.spec:1.16	Mon Jan 30 18:39:10 2006
+++ SPECS/apache-mod_fcgid.spec	Fri Apr 14 19:07:56 2006
@@ -60,7 +60,7 @@
 %post
 %service -q httpd restart
 
-%preun
+%postun
 if [ "$1" = "0" ]; then
 	%service -q httpd restart
 fi
@@ -77,6 +77,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.17  2006/04/14 17:07:56  glen
+- restart apache in %postun rather in %preun as the config file, loading module
+  is still there and module will be loaded after package is uninstalled, which
+  later causes missing configuration file errors.
+
 Revision 1.16  2006/01/30 17:39:10  glen
 - use %service
 

================================================================
Index: SPECS/apache-mod_jk2.spec
diff -u SPECS/apache-mod_jk2.spec:1.12 SPECS/apache-mod_jk2.spec:1.13
--- SPECS/apache-mod_jk2.spec:1.12	Mon Jan 30 18:39:10 2006
+++ SPECS/apache-mod_jk2.spec	Fri Apr 14 19:07:56 2006
@@ -86,7 +86,7 @@
 %post
 %service -q httpd restart
 
-%preun
+%postun
 if [ "$1" = "0" ]; then
 	%service -q httpd restart
 fi
@@ -103,6 +103,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.13  2006/04/14 17:07:56  glen
+- restart apache in %postun rather in %preun as the config file, loading module
+  is still there and module will be loaded after package is uninstalled, which
+  later causes missing configuration file errors.
+
 Revision 1.12  2006/01/30 17:39:10  glen
 - use %service
 

================================================================
Index: SPECS/apache-mod_jk.spec
diff -u SPECS/apache-mod_jk.spec:1.37 SPECS/apache-mod_jk.spec:1.38
--- SPECS/apache-mod_jk.spec:1.37	Mon Jan 30 18:39:10 2006
+++ SPECS/apache-mod_jk.spec	Fri Apr 14 19:07:56 2006
@@ -77,7 +77,7 @@
 fi
 %service -q httpd restart
 
-%preun
+%postun
 if [ "$1" = "0" ]; then
 	%service -q httpd restart
 fi
@@ -96,6 +96,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.38  2006/04/14 17:07:56  glen
+- restart apache in %postun rather in %preun as the config file, loading module
+  is still there and module will be loaded after package is uninstalled, which
+  later causes missing configuration file errors.
+
 Revision 1.37  2006/01/30 17:39:10  glen
 - use %service
 

================================================================
Index: SPECS/apache-mod_macro.spec
diff -u SPECS/apache-mod_macro.spec:1.5 SPECS/apache-mod_macro.spec:1.6
--- SPECS/apache-mod_macro.spec:1.5	Mon Jan 30 18:39:10 2006
+++ SPECS/apache-mod_macro.spec	Fri Apr 14 19:07:56 2006
@@ -45,7 +45,7 @@
 %post
 %service -q httpd restart
 
-%preun
+%postun
 if [ "$1" = "0" ]; then
 	%service -q httpd restart
 fi
@@ -62,6 +62,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2006/04/14 17:07:56  glen
+- restart apache in %postun rather in %preun as the config file, loading module
+  is still there and module will be loaded after package is uninstalled, which
+  later causes missing configuration file errors.
+
 Revision 1.5  2006/01/30 17:39:10  glen
 - use %service
 

================================================================
Index: SPECS/apache-mod_midgard.spec
diff -u SPECS/apache-mod_midgard.spec:1.31 SPECS/apache-mod_midgard.spec:1.32
--- SPECS/apache-mod_midgard.spec:1.31	Mon Jan 30 18:39:10 2006
+++ SPECS/apache-mod_midgard.spec	Fri Apr 14 19:07:56 2006
@@ -72,7 +72,7 @@
 %post
 %service -q httpd restart
 
-%preun
+%postun
 if [ "$1" = "0" ]; then
 	%service -q httpd restart
 fi
@@ -91,6 +91,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.32  2006/04/14 17:07:56  glen
+- restart apache in %postun rather in %preun as the config file, loading module
+  is still there and module will be loaded after package is uninstalled, which
+  later causes missing configuration file errors.
+
 Revision 1.31  2006/01/30 17:39:10  glen
 - use %service
 

================================================================
Index: SPECS/apache-mod_ntlm.spec
diff -u SPECS/apache-mod_ntlm.spec:1.19 SPECS/apache-mod_ntlm.spec:1.20
--- SPECS/apache-mod_ntlm.spec:1.19	Mon Jan 30 18:39:10 2006
+++ SPECS/apache-mod_ntlm.spec	Fri Apr 14 19:07:56 2006
@@ -54,7 +54,7 @@
 %post
 %service -q httpd restart
 
-%preun
+%postun
 if [ "$1" = "0" ]; then
 	%service -q httpd restart
 fi
@@ -70,6 +70,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.20  2006/04/14 17:07:56  glen
+- restart apache in %postun rather in %preun as the config file, loading module
+  is still there and module will be loaded after package is uninstalled, which
+  later causes missing configuration file errors.
+
 Revision 1.19  2006/01/30 17:39:10  glen
 - use %service
 

================================================================
Index: SPECS/apache-mod_perl.spec
diff -u SPECS/apache-mod_perl.spec:1.138 SPECS/apache-mod_perl.spec:1.139
--- SPECS/apache-mod_perl.spec:1.138	Mon Feb 27 15:48:48 2006
+++ SPECS/apache-mod_perl.spec	Fri Apr 14 19:07:56 2006
@@ -273,7 +273,7 @@
 %post
 %service -q httpd restart
 
-%preun
+%postun
 if [ "$1" = "0" ]; then
 	%service -q httpd restart
 fi
@@ -313,6 +313,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.139  2006/04/14 17:07:56  glen
+- restart apache in %postun rather in %preun as the config file, loading module
+  is still there and module will be loaded after package is uninstalled, which
+  later causes missing configuration file errors.
+
 Revision 1.138  2006/02/27 14:48:48  glen
 - drop P: perl(mod_perl_hooks)
 

================================================================
Index: SPECS/apache-mod_proxy_html.spec
diff -u SPECS/apache-mod_proxy_html.spec:1.13 SPECS/apache-mod_proxy_html.spec:1.14
--- SPECS/apache-mod_proxy_html.spec:1.13	Mon Jan 30 18:39:10 2006
+++ SPECS/apache-mod_proxy_html.spec	Fri Apr 14 19:07:56 2006
@@ -64,7 +64,7 @@
 %post
 %service -q httpd restart
 
-%preun
+%postun
 if [ "$1" = "0" ]; then
 	%service -q httpd restart
 fi
@@ -80,6 +80,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.14  2006/04/14 17:07:56  glen
+- restart apache in %postun rather in %preun as the config file, loading module
+  is still there and module will be loaded after package is uninstalled, which
+  later causes missing configuration file errors.
+
 Revision 1.13  2006/01/30 17:39:10  glen
 - use %service
<<Diff was trimmed, longer than 597 lines>>

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/apache-mod_auth_any.spec?r1=1.30&r2=1.31&f=u
    http://cvs.pld-linux.org/SPECS/apache-mod_auth_kerb.spec?r1=1.7&r2=1.8&f=u
    http://cvs.pld-linux.org/SPECS/apache-mod_auth_pam.spec?r1=1.41&r2=1.42&f=u
    http://cvs.pld-linux.org/SPECS/apache-mod_auth_pgsql.spec?r1=1.31&r2=1.32&f=u
    http://cvs.pld-linux.org/SPECS/apache-mod_auth_shadow.spec?r1=1.12&r2=1.13&f=u
    http://cvs.pld-linux.org/SPECS/apache-mod_bt.spec?r1=1.6&r2=1.7&f=u
    http://cvs.pld-linux.org/SPECS/apache-mod_bw.spec?r1=1.26&r2=1.27&f=u
    http://cvs.pld-linux.org/SPECS/apache-mod_caml.spec?r1=1.7&r2=1.8&f=u
    http://cvs.pld-linux.org/SPECS/apache-mod_cband.spec?r1=1.14&r2=1.15&f=u
    http://cvs.pld-linux.org/SPECS/apache-mod_chroot.spec?r1=1.4&r2=1.5&f=u
    http://cvs.pld-linux.org/SPECS/apache-mod_clamav.spec?r1=1.13&r2=1.14&f=u
    http://cvs.pld-linux.org/SPECS/apache-mod_dbi_pool.spec?r1=1.11&r2=1.12&f=u
    http://cvs.pld-linux.org/SPECS/apache-mod_dosevasive.spec?r1=1.20&r2=1.21&f=u
    http://cvs.pld-linux.org/SPECS/apache-mod_epp.spec?r1=1.9&r2=1.10&f=u
    http://cvs.pld-linux.org/SPECS/apache-mod_fastcgi.spec?r1=1.46&r2=1.47&f=u
    http://cvs.pld-linux.org/SPECS/apache-mod_fcgid.spec?r1=1.16&r2=1.17&f=u
    http://cvs.pld-linux.org/SPECS/apache-mod_jk2.spec?r1=1.12&r2=1.13&f=u
    http://cvs.pld-linux.org/SPECS/apache-mod_jk.spec?r1=1.37&r2=1.38&f=u
    http://cvs.pld-linux.org/SPECS/apache-mod_macro.spec?r1=1.5&r2=1.6&f=u
    http://cvs.pld-linux.org/SPECS/apache-mod_midgard.spec?r1=1.31&r2=1.32&f=u
    http://cvs.pld-linux.org/SPECS/apache-mod_ntlm.spec?r1=1.19&r2=1.20&f=u
    http://cvs.pld-linux.org/SPECS/apache-mod_perl.spec?r1=1.138&r2=1.139&f=u
    http://cvs.pld-linux.org/SPECS/apache-mod_proxy_html.spec?r1=1.13&r2=1.14&f=u
    http://cvs.pld-linux.org/SPECS/apache-mod_python.spec?r1=1.82&r2=1.83&f=u
    http://cvs.pld-linux.org/SPECS/apache-mod_roaming.spec?r1=1.25&r2=1.26&f=u
    http://cvs.pld-linux.org/SPECS/apache-mod_ruby.spec?r1=1.19&r2=1.20&f=u
    http://cvs.pld-linux.org/SPECS/apache-mod_security.spec?r1=1.15&r2=1.16&f=u
    http://cvs.pld-linux.org/SPECS/apache-mod_suid2.spec?r1=1.8&r2=1.9&f=u
    http://cvs.pld-linux.org/SPECS/apache-mod_suphp.spec?r1=1.37&r2=1.38&f=u
    http://cvs.pld-linux.org/SPECS/apache-mod_transform.spec?r1=1.16&r2=1.17&f=u
    http://cvs.pld-linux.org/SPECS/apache-mod_vhost_dbi.spec?r1=1.6&r2=1.7&f=u
    http://cvs.pld-linux.org/SPECS/apache-mod_vhost_mysql.spec?r1=1.14&r2=1.15&f=u
    http://cvs.pld-linux.org/SPECS/apache-mod_vhs.spec?r1=1.6&r2=1.7&f=u
    http://cvs.pld-linux.org/SPECS/apache-mod_watch.spec?r1=1.28&r2=1.29&f=u
    http://cvs.pld-linux.org/SPECS/apache-mod_whatkilledus.spec?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/SPECS/apache-mod_xslt2.spec?r1=1.12&r2=1.13&f=u



More information about the pld-cvs-commit mailing list