Author: glen Date: Wed Feb 16 17:52:24 2005 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:
apache1-mod_access_identd.spec (1.4 -> 1.5) ,
apache1-mod_access_referer.spec (1.21 -> 1.22) , apache1-mod_accounting.spec
(1.24 -> 1.25) , apache1-mod_antihak.spec (1.26 -> 1.27) ,
apache1-mod_auth_any.spec (1.28 -> 1.29) , apache1-mod_auth_checkpasswd.spec
(1.19 -> 1.20) , apache1-mod_auth_ldap.spec (1.37 -> 1.38) ,
apache1-mod_auth_mysql.spec (1.35 -> 1.36) , apache1-mod_auth_pam.spec (1.28 ->
1.29) , apache1-mod_auth_pgsql.spec (1.26 -> 1.27) ,
apache1-mod_auth_samba.spec (1.31 -> 1.32) , apache1-mod_auth_yp.spec (1.7 ->
1.8) , apache1-mod_bandwidth.spec (1.12 -> 1.13) , apache1-mod_become.spec (1.6
-> 1.7) , apache1-mod_chroot.spec (1.5 -> 1.6) , apache1-mod_cvs.spec (1.26 ->
1.27) , apache1-mod_dav.spec (1.39 -> 1.40) , apache1-mod_dynvhost.spec (1.18
-> 1.19) , apache1-mod_fastcgi.spec (1.39 -> 1.40) , apache1-mod_frontpage.spec
(1.19 -> 1.20) , apache1-mod_gunzip.spec (1.27 -> 1.28) , apache1-mod_gzip.spec
(1.34 -> 1.35) , apache1-mod_mp3.spec (1.33 -> 1.34) , apache1-mod_msff.spec
(1.10 -> 1.11) , apache1-mod_ometer.spec (1.14 -> 1.15) , apache1-mod_perl.spec
(1.21 -> 1.22) , apache1-mod_roaming.spec (1.23 -> 1.24) ,
apache1-mod_rpaf.spec (1.4 -> 1.5) , apache1-mod_security.spec (1.5 -> 1.6) ,
apache1-mod_snake.spec (1.17 -> 1.18) , apache1-mod_sqlinclude.spec (1.17 ->
1.18) , apache1-mod_ssl.spec (1.98 -> 1.99) , apache1-mod_suid.spec (1.8 ->
1.9) , apache1-mod_throttle.spec (1.31 -> 1.32) , apache1-mod_vhost_limit.spec
(1.7 -> 1.8) , apache1-mod_video.spec (1.22 -> 1.23) , apache1-mod_witch.spec
(1.13 -> 1.14)
---- Diffs:
================================================================
Index: SPECS/apache1-mod_access_identd.spec
diff -u SPECS/apache1-mod_access_identd.spec:1.4
SPECS/apache1-mod_access_identd.spec:1.5
--- SPECS/apache1-mod_access_identd.spec:1.4 Thu Feb 10 19:03:06 2005
+++ SPECS/apache1-mod_access_identd.spec Wed Feb 16 18:52:15 2005
@@ -5,7 +5,7 @@
Summary(pl): Moduł do apache: dostęp na podstawie protokołu ident (RFC1413)
Name: apache1-mod_%{mod_name}
Version: 1.2.0
-Release: 0.3
+Release: 0.4
License: MeepZor Consulting Public Licence (MCPL)
Group: Networking/Daemons
Source0:
http://meepzor.com/packages/mod_%{mod_name}/mod_%{mod_name}-%{version}.tar.gz
@@ -59,7 +59,7 @@
/etc/rc.d/init.d/apache restart 1>&2
fi
-%preun
+%postun
if [ "$1" = "0" ]; then
if [ -f /var/lock/subsys/apache ]; then
/etc/rc.d/init.d/apache restart 1>&2
@@ -78,6 +78,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.5 2005/02/16 17:52:15 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 2005/02/10 18:03:06 glen
- confdir enabled apache1 (no triggers as it wasn't on ftp)
================================================================
Index: SPECS/apache1-mod_access_referer.spec
diff -u SPECS/apache1-mod_access_referer.spec:1.21
SPECS/apache1-mod_access_referer.spec:1.22
--- SPECS/apache1-mod_access_referer.spec:1.21 Tue Feb 15 12:59:25 2005
+++ SPECS/apache1-mod_access_referer.spec Wed Feb 16 18:52:15 2005
@@ -54,7 +54,7 @@
/etc/rc.d/init.d/apache restart 1>&2
fi
-%preun
+%postun
if [ "$1" = "0" ]; then
if [ -f /var/lock/subsys/apache ]; then
/etc/rc.d/init.d/apache restart 1>&2
@@ -79,6 +79,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.22 2005/02/16 17:52:15 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.21 2005/02/15 11:59:25 glen
- rel 3; STBR
================================================================
Index: SPECS/apache1-mod_accounting.spec
diff -u SPECS/apache1-mod_accounting.spec:1.24
SPECS/apache1-mod_accounting.spec:1.25
--- SPECS/apache1-mod_accounting.spec:1.24 Thu Feb 10 19:03:22 2005
+++ SPECS/apache1-mod_accounting.spec Wed Feb 16 18:52:15 2005
@@ -9,7 +9,7 @@
Summary(pl): Moduł do apache: zapisuje statystyki ruchu do bazy danych
Name: apache1-mod_%{mod_name}
Version: 0.5
-Release: 0.4
+Release: 0.5
License: BSD
Group: Networking/Daemons
Source0:
http://dl.sourceforge.net/mod-acct/mod_accounting-%{version}.tar.gz
@@ -61,7 +61,7 @@
/etc/rc.d/init.d/apache restart 1>&2
fi
-%preun
+%postun
if [ "$1" = "0" ]; then
if [ -f /var/lock/subsys/apache ]; then
/etc/rc.d/init.d/apache restart 1>&2
@@ -80,6 +80,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.25 2005/02/16 17:52:15 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.24 2005/02/10 18:03:22 glen
- confdir enabled apache1 (no triggers as it wasn't on ftp)
- ipv6 bcond (doesn't build with ipv6)
================================================================
Index: SPECS/apache1-mod_antihak.spec
diff -u SPECS/apache1-mod_antihak.spec:1.26 SPECS/apache1-mod_antihak.spec:1.27
--- SPECS/apache1-mod_antihak.spec:1.26 Thu Feb 10 19:03:28 2005
+++ SPECS/apache1-mod_antihak.spec Wed Feb 16 18:52:15 2005
@@ -6,7 +6,7 @@
Name: apache1-mod_%{mod_name}
%define tar_ver 0.3.1-beta
Version: 0.3.1beta
-Release: 3.2
+Release: 3.3
License: GPL
Group: Networking/Daemons
Source0:
http://dl.sourceforge.net/apantihak/mod_antihak-%{tar_ver}.tar.gz
@@ -88,7 +88,7 @@
echo "Run \"/etc/rc.d/init.d/apache start\" to start apache HTTP
daemon."
fi
-%preun
+%postun
if [ "$1" = "0" ]; then
if grep -qF "^http ALL= NOPASSWD: /sbin/iptables" /etc/sudoers ; then
sed -i -e '/^http ALL= NOPASSWD: /sbin/iptables$/d' /etc/sudoers
@@ -111,6 +111,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.27 2005/02/16 17:52:15 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 2005/02/10 18:03:28 glen
- confdir enabled apache1 (no triggers as it wasn't on ftp)
- add patch for new mysql API
================================================================
Index: SPECS/apache1-mod_auth_any.spec
diff -u SPECS/apache1-mod_auth_any.spec:1.28
SPECS/apache1-mod_auth_any.spec:1.29
--- SPECS/apache1-mod_auth_any.spec:1.28 Tue Feb 15 12:59:39 2005
+++ SPECS/apache1-mod_auth_any.spec Wed Feb 16 18:52:15 2005
@@ -97,7 +97,7 @@
/etc/rc.d/init.d/apache restart 1>&2
fi
-%preun
+%postun
if [ "$1" = "0" ]; then
if [ -f /var/lock/subsys/apache ]; then
/etc/rc.d/init.d/apache restart 1>&2
@@ -122,6 +122,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.29 2005/02/16 17:52:15 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.28 2005/02/15 11:59:39 glen
- rel 2; STBR
================================================================
Index: SPECS/apache1-mod_auth_checkpasswd.spec
diff -u SPECS/apache1-mod_auth_checkpasswd.spec:1.19
SPECS/apache1-mod_auth_checkpasswd.spec:1.20
--- SPECS/apache1-mod_auth_checkpasswd.spec:1.19 Tue Feb 15 12:59:48 2005
+++ SPECS/apache1-mod_auth_checkpasswd.spec Wed Feb 16 18:52:15 2005
@@ -57,7 +57,7 @@
/etc/rc.d/init.d/apache restart 1>&2
fi
-%preun
+%postun
if [ "$1" = "0" ]; then
if [ -f /var/lock/subsys/apache ]; then
/etc/rc.d/init.d/apache restart 1>&2
@@ -82,6 +82,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.20 2005/02/16 17:52:15 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 2005/02/15 11:59:48 glen
- rel 2; STBR
================================================================
Index: SPECS/apache1-mod_auth_ldap.spec
diff -u SPECS/apache1-mod_auth_ldap.spec:1.37
SPECS/apache1-mod_auth_ldap.spec:1.38
--- SPECS/apache1-mod_auth_ldap.spec:1.37 Tue Feb 15 13:00:01 2005
+++ SPECS/apache1-mod_auth_ldap.spec Wed Feb 16 18:52:15 2005
@@ -146,7 +146,7 @@
/etc/rc.d/init.d/apache restart 1>&2
fi
-%preun
+%postun
if [ "$1" = "0" ]; then
if [ -f /var/lock/subsys/apache ]; then
/etc/rc.d/init.d/apache restart 1>&2
@@ -171,6 +171,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.38 2005/02/16 17:52:15 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 2005/02/15 12:00:01 glen
- rel 2; STBR
================================================================
Index: SPECS/apache1-mod_auth_mysql.spec
diff -u SPECS/apache1-mod_auth_mysql.spec:1.35
SPECS/apache1-mod_auth_mysql.spec:1.36
--- SPECS/apache1-mod_auth_mysql.spec:1.35 Thu Feb 10 19:47:26 2005
+++ SPECS/apache1-mod_auth_mysql.spec Wed Feb 16 18:52:15 2005
@@ -15,7 +15,7 @@
Summary(sv): Grundläggande autenticering för webbservern Apache med en
MySQL-databas
Name: apache1-mod_%{mod_name}
Version: 2.20
-Release: 1.2
+Release: 1.3
License: GPL
Group: Networking/Daemons
Source0: http://www.diegonet.com/support/mod_auth_mysql-%{version}.tar.gz
@@ -112,7 +112,7 @@
/etc/rc.d/init.d/apache restart 1>&2
fi
-%preun
+%postun
if [ "$1" = "0" ]; then
if [ -f /var/lock/subsys/apache ]; then
/etc/rc.d/init.d/apache restart 1>&2
@@ -131,6 +131,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.36 2005/02/16 17:52:15 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.35 2005/02/10 18:47:26 glen
- update to new mysql API
================================================================
Index: SPECS/apache1-mod_auth_pam.spec
diff -u SPECS/apache1-mod_auth_pam.spec:1.28
SPECS/apache1-mod_auth_pam.spec:1.29
--- SPECS/apache1-mod_auth_pam.spec:1.28 Tue Feb 15 13:00:16 2005
+++ SPECS/apache1-mod_auth_pam.spec Wed Feb 16 18:52:15 2005
@@ -66,7 +66,7 @@
/etc/rc.d/init.d/apache restart 1>&2
fi
-%preun
+%postun
if [ "$1" = "0" ]; then
if [ -f /var/lock/subsys/apache ]; then
/etc/rc.d/init.d/apache restart 1>&2
@@ -92,6 +92,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.29 2005/02/16 17:52:15 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.28 2005/02/15 12:00:16 glen
- rel 4; STBR
================================================================
Index: SPECS/apache1-mod_auth_pgsql.spec
diff -u SPECS/apache1-mod_auth_pgsql.spec:1.26
SPECS/apache1-mod_auth_pgsql.spec:1.27
--- SPECS/apache1-mod_auth_pgsql.spec:1.26 Tue Feb 15 13:00:32 2005
+++ SPECS/apache1-mod_auth_pgsql.spec Wed Feb 16 18:52:15 2005
@@ -106,7 +106,7 @@
/etc/rc.d/init.d/apache restart 1>&2
fi
-%preun
+%postun
if [ "$1" = "0" ]; then
if [ -f /var/lock/subsys/apache ]; then
/etc/rc.d/init.d/apache restart 1>&2
@@ -131,6 +131,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.27 2005/02/16 17:52:15 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 2005/02/15 12:00:32 glen
- rel 2; STBR
================================================================
Index: SPECS/apache1-mod_auth_samba.spec
diff -u SPECS/apache1-mod_auth_samba.spec:1.31
SPECS/apache1-mod_auth_samba.spec:1.32
--- SPECS/apache1-mod_auth_samba.spec:1.31 Tue Feb 15 13:00:45 2005
+++ SPECS/apache1-mod_auth_samba.spec Wed Feb 16 18:52:15 2005
@@ -63,7 +63,7 @@
/etc/rc.d/init.d/apache restart 1>&2
fi
-%preun
+%postun
if [ "$1" = "0" ]; then
if [ -f /var/lock/subsys/apache ]; then
/etc/rc.d/init.d/apache restart 1>&2
@@ -88,6 +88,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.32 2005/02/16 17:52:15 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 2005/02/15 12:00:45 glen
- rel 3; STBR
================================================================
Index: SPECS/apache1-mod_auth_yp.spec
diff -u SPECS/apache1-mod_auth_yp.spec:1.7 SPECS/apache1-mod_auth_yp.spec:1.8
--- SPECS/apache1-mod_auth_yp.spec:1.7 Tue Feb 15 13:05:39 2005
+++ SPECS/apache1-mod_auth_yp.spec Wed Feb 16 18:52:15 2005
@@ -55,7 +55,7 @@
/etc/rc.d/init.d/apache restart 1>&2
fi
-%preun
+%postun
if [ "$1" = "0" ]; then
if [ -f /var/lock/subsys/apache ]; then
/etc/rc.d/init.d/apache restart 1>&2
@@ -83,6 +83,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.8 2005/02/16 17:52:15 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 2005/02/15 12:05:39 glen
- rel 2; STBR
================================================================
Index: SPECS/apache1-mod_bandwidth.spec
diff -u SPECS/apache1-mod_bandwidth.spec:1.12
SPECS/apache1-mod_bandwidth.spec:1.13
--- SPECS/apache1-mod_bandwidth.spec:1.12 Thu Feb 10 19:03:07 2005
+++ SPECS/apache1-mod_bandwidth.spec Wed Feb 16 18:52:15 2005
@@ -5,7 +5,7 @@
Summary(pl): Moduł do Apache: limity pasma
Name: apache1-mod_%{mod_name}
Version: 2.0.5
-Release: 1.3
+Release: 1.4
License: Apache
Group: Networking/Daemons
Source0: ftp://ftp.cohprog.com/pub/apache/module/1.3.0/mod_bandwidth.c
@@ -66,7 +66,7 @@
/etc/rc.d/init.d/apache restart 1>&2
fi
-%preun
+%postun
if [ "$1" = "0" ]; then
if [ -f /var/lock/subsys/apache ]; then
/etc/rc.d/init.d/apache restart 1>&2
@@ -90,6 +90,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.13 2005/02/16 17:52:15 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 2005/02/10 18:03:07 glen
- confdir enabled apache1 (no triggers as it wasn't on ftp)
================================================================
Index: SPECS/apache1-mod_become.spec
diff -u SPECS/apache1-mod_become.spec:1.6 SPECS/apache1-mod_become.spec:1.7
--- SPECS/apache1-mod_become.spec:1.6 Tue Feb 15 13:00:59 2005
+++ SPECS/apache1-mod_become.spec Wed Feb 16 18:52:15 2005
@@ -61,7 +61,7 @@
echo "mod_%{mod_name}: This module is not turned on by default; if you're
sure,"
echo "mod_%{mod_name}: uncomment the appropriate line in Apache's config file."
-%preun
+%postun
if [ "$1" = "0" ]; then
if [ -f /var/lock/subsys/apache ]; then
/etc/rc.d/init.d/apache restart 1>&2
@@ -86,6 +86,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.7 2005/02/16 17:52:15 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 2005/02/15 12:00:59 glen
- rel 2; STBR
================================================================
Index: SPECS/apache1-mod_chroot.spec
diff -u SPECS/apache1-mod_chroot.spec:1.5 SPECS/apache1-mod_chroot.spec:1.6
--- SPECS/apache1-mod_chroot.spec:1.5 Thu Feb 10 19:03:43 2005
+++ SPECS/apache1-mod_chroot.spec Wed Feb 16 18:52:15 2005
@@ -5,7 +5,7 @@
Summary(pl): Moduł Apache'a do uruchamiania serwera w bezpiecznym środowisku
chroot
Name: apache1-mod_%{mod_name}
Version: 0.4
-Release: 0.2
+Release: 0.3
License: GPL
Group: Networking/Daemons
Source0:
http://core.segfault.pl/~hobbit/mod_chroot/dist/mod_chroot-%{version}.tar.gz
@@ -52,7 +52,7 @@
/etc/rc.d/init.d/apache restart 1>&2
fi
-%preun
+%postun
if [ "$1" = "0" ]; then
if [ -f /var/lock/subsys/apache ]; then
/etc/rc.d/init.d/apache restart 1>&2
@@ -71,6 +71,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.6 2005/02/16 17:52:15 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 2005/02/10 18:03:43 glen
- confdir enabled apache1 (no triggers as it wasn't on ftp)
- add missing apache restart
================================================================
Index: SPECS/apache1-mod_cvs.spec
diff -u SPECS/apache1-mod_cvs.spec:1.26 SPECS/apache1-mod_cvs.spec:1.27
--- SPECS/apache1-mod_cvs.spec:1.26 Tue Feb 15 13:01:09 2005
+++ SPECS/apache1-mod_cvs.spec Wed Feb 16 18:52:15 2005
@@ -53,7 +53,7 @@
/etc/rc.d/init.d/apache restart 1>&2
fi
-%preun
+%postun
if [ "$1" = "0" ]; then
if [ -f /var/lock/subsys/apache ]; then
/etc/rc.d/init.d/apache restart 1>&2
@@ -78,6 +78,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.27 2005/02/16 17:52:15 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 2005/02/15 12:01:09 glen
- rel 2; STBR
================================================================
Index: SPECS/apache1-mod_dav.spec
diff -u SPECS/apache1-mod_dav.spec:1.39 SPECS/apache1-mod_dav.spec:1.40
--- SPECS/apache1-mod_dav.spec:1.39 Tue Feb 15 13:01:20 2005
+++ SPECS/apache1-mod_dav.spec Wed Feb 16 18:52:15 2005
@@ -166,7 +166,7 @@
/etc/rc.d/init.d/apache restart 1>&2
fi
-%preun
+%postun
if [ "$1" = "0" ]; then
if [ -f /var/lock/subsys/apache ]; then
/etc/rc.d/init.d/apache restart 1>&2
@@ -202,6 +202,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.40 2005/02/16 17:52:15 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.39 2005/02/15 12:01:20 glen
- rel 2; STBR
================================================================
Index: SPECS/apache1-mod_dynvhost.spec
diff -u SPECS/apache1-mod_dynvhost.spec:1.18
SPECS/apache1-mod_dynvhost.spec:1.19
--- SPECS/apache1-mod_dynvhost.spec:1.18 Tue Feb 15 13:01:32 2005
+++ SPECS/apache1-mod_dynvhost.spec Wed Feb 16 18:52:15 2005
@@ -56,7 +56,7 @@
/etc/rc.d/init.d/apache restart 1>&2
fi
-%preun
+%postun
if [ "$1" = "0" ]; then
if [ -f /var/lock/subsys/apache ]; then
/etc/rc.d/init.d/apache restart 1>&2
@@ -81,6 +81,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.19 2005/02/16 17:52:15 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.18 2005/02/15 12:01:32 glen
- rel 3; STBR
================================================================
Index: SPECS/apache1-mod_fastcgi.spec
diff -u SPECS/apache1-mod_fastcgi.spec:1.39 SPECS/apache1-mod_fastcgi.spec:1.40
--- SPECS/apache1-mod_fastcgi.spec:1.39 Thu Feb 10 19:03:52 2005
+++ SPECS/apache1-mod_fastcgi.spec Wed Feb 16 18:52:15 2005
@@ -8,7 +8,7 @@
Name: apache1-mod_%{mod_name}
# NOTE: remember about apache-mod_fastcgi.spec when messing here
Version: 2.4.2
-Release: 1.1
+Release: 1.2
License: distributable
Group: Networking/Daemons
Source0: http://www.FastCGI.com/dist/mod_%{mod_name}-%{version}.tar.gz
@@ -75,7 +75,7 @@
echo "Run \"/etc/rc.d/init.d/apache start\" to start apache HTTP
daemon."
fi
-%preun
+%postun
if [ "$1" = "0" ]; then
if [ -f /var/lock/subsys/apache ]; then
/etc/rc.d/init.d/apache restart 1>&2
@@ -94,6 +94,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.40 2005/02/16 17:52:15 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.39 2005/02/10 18:03:52 glen
- confdir enabled apache1 (no triggers as it wasn't on ftp)
- fix uid-gid patch (take rev 1.1)
================================================================
Index: SPECS/apache1-mod_frontpage.spec
diff -u SPECS/apache1-mod_frontpage.spec:1.19
SPECS/apache1-mod_frontpage.spec:1.20
--- SPECS/apache1-mod_frontpage.spec:1.19 Tue Feb 15 13:01:47 2005
+++ SPECS/apache1-mod_frontpage.spec Wed Feb 16 18:52:15 2005
@@ -72,7 +72,7 @@
/etc/rc.d/init.d/apache restart 1>&2
fi
-%preun
+%postun
if [ "$1" = "0" ]; then
if [ -f /var/lock/subsys/apache ]; then
/etc/rc.d/init.d/apache restart 1>&2
@@ -99,6 +99,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.20 2005/02/16 17:52:15 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 2005/02/15 12:01:47 glen
- rel 2; STBR
================================================================
Index: SPECS/apache1-mod_gunzip.spec
diff -u SPECS/apache1-mod_gunzip.spec:1.27 SPECS/apache1-mod_gunzip.spec:1.28
--- SPECS/apache1-mod_gunzip.spec:1.27 Tue Feb 15 13:01:57 2005
+++ SPECS/apache1-mod_gunzip.spec Wed Feb 16 18:52:15 2005
@@ -58,7 +58,7 @@
/etc/rc.d/init.d/apache restart 1>&2
fi
-%preun
+%postun
if [ "$1" = "0" ]; then
if [ -f /var/lock/subsys/apache ]; then
/etc/rc.d/init.d/apache restart 1>&2
<<Diff was trimmed, longer than 597 lines>>
---- CVS-web:
http://cvs.pld-linux.org/SPECS/apache1-mod_access_identd.spec?r1=1.4&r2=1.5&f=u
http://cvs.pld-linux.org/SPECS/apache1-mod_access_referer.spec?r1=1.21&r2=1.22&f=u
http://cvs.pld-linux.org/SPECS/apache1-mod_accounting.spec?r1=1.24&r2=1.25&f=u
http://cvs.pld-linux.org/SPECS/apache1-mod_antihak.spec?r1=1.26&r2=1.27&f=u
http://cvs.pld-linux.org/SPECS/apache1-mod_auth_any.spec?r1=1.28&r2=1.29&f=u
http://cvs.pld-linux.org/SPECS/apache1-mod_auth_checkpasswd.spec?r1=1.19&r2=1.20&f=u
http://cvs.pld-linux.org/SPECS/apache1-mod_auth_ldap.spec?r1=1.37&r2=1.38&f=u
http://cvs.pld-linux.org/SPECS/apache1-mod_auth_mysql.spec?r1=1.35&r2=1.36&f=u
http://cvs.pld-linux.org/SPECS/apache1-mod_auth_pam.spec?r1=1.28&r2=1.29&f=u
http://cvs.pld-linux.org/SPECS/apache1-mod_auth_pgsql.spec?r1=1.26&r2=1.27&f=u
http://cvs.pld-linux.org/SPECS/apache1-mod_auth_samba.spec?r1=1.31&r2=1.32&f=u
http://cvs.pld-linux.org/SPECS/apache1-mod_auth_yp.spec?r1=1.7&r2=1.8&f=u
http://cvs.pld-linux.org/SPECS/apache1-mod_bandwidth.spec?r1=1.12&r2=1.13&f=u
http://cvs.pld-linux.org/SPECS/apache1-mod_become.spec?r1=1.6&r2=1.7&f=u
http://cvs.pld-linux.org/SPECS/apache1-mod_chroot.spec?r1=1.5&r2=1.6&f=u
http://cvs.pld-linux.org/SPECS/apache1-mod_cvs.spec?r1=1.26&r2=1.27&f=u
http://cvs.pld-linux.org/SPECS/apache1-mod_dav.spec?r1=1.39&r2=1.40&f=u
http://cvs.pld-linux.org/SPECS/apache1-mod_dynvhost.spec?r1=1.18&r2=1.19&f=u
http://cvs.pld-linux.org/SPECS/apache1-mod_fastcgi.spec?r1=1.39&r2=1.40&f=u
http://cvs.pld-linux.org/SPECS/apache1-mod_frontpage.spec?r1=1.19&r2=1.20&f=u
http://cvs.pld-linux.org/SPECS/apache1-mod_gunzip.spec?r1=1.27&r2=1.28&f=u
http://cvs.pld-linux.org/SPECS/apache1-mod_gzip.spec?r1=1.34&r2=1.35&f=u
http://cvs.pld-linux.org/SPECS/apache1-mod_mp3.spec?r1=1.33&r2=1.34&f=u
http://cvs.pld-linux.org/SPECS/apache1-mod_msff.spec?r1=1.10&r2=1.11&f=u
http://cvs.pld-linux.org/SPECS/apache1-mod_ometer.spec?r1=1.14&r2=1.15&f=u
http://cvs.pld-linux.org/SPECS/apache1-mod_perl.spec?r1=1.21&r2=1.22&f=u
http://cvs.pld-linux.org/SPECS/apache1-mod_roaming.spec?r1=1.23&r2=1.24&f=u
http://cvs.pld-linux.org/SPECS/apache1-mod_rpaf.spec?r1=1.4&r2=1.5&f=u
http://cvs.pld-linux.org/SPECS/apache1-mod_security.spec?r1=1.5&r2=1.6&f=u
http://cvs.pld-linux.org/SPECS/apache1-mod_snake.spec?r1=1.17&r2=1.18&f=u
http://cvs.pld-linux.org/SPECS/apache1-mod_sqlinclude.spec?r1=1.17&r2=1.18&f=u
http://cvs.pld-linux.org/SPECS/apache1-mod_ssl.spec?r1=1.98&r2=1.99&f=u
http://cvs.pld-linux.org/SPECS/apache1-mod_suid.spec?r1=1.8&r2=1.9&f=u
http://cvs.pld-linux.org/SPECS/apache1-mod_throttle.spec?r1=1.31&r2=1.32&f=u
http://cvs.pld-linux.org/SPECS/apache1-mod_vhost_limit.spec?r1=1.7&r2=1.8&f=u
http://cvs.pld-linux.org/SPECS/apache1-mod_video.spec?r1=1.22&r2=1.23&f=u
http://cvs.pld-linux.org/SPECS/apache1-mod_witch.spec?r1=1.13&r2=1.14&f=u
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit