]> git.pld-linux.org Git - packages/boa.git/commitdiff
- added triggerpostun
authorradek <radek@pld-linux.org>
Thu, 14 Oct 2004 23:02:04 +0000 (23:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    boa.spec -> 1.75

boa.spec

index e0c4e8a7089441e3d1e6e9d8c89d86c3c1cd56d3..132de30149dd498b6b0d2d7af079e2a419786646 100644 (file)
--- a/boa.spec
+++ b/boa.spec
@@ -132,6 +132,13 @@ if [ "$1" = "0" ]; then
        /sbin/chkconfig --del boa
 fi
 
+%triggerpostun -- boa < 0.94.14-0.rc20.0
+if [ -f /etc/httpd/boa.conf.rpmsave ]; then
+       echo "warning: moving /etc/httpd/boa.conf.rpmsave to /etc/boa.conf"
+       mv /etc/boa.conf /etc/boa.conf.rpmnew
+       mv /etc/httpd/boa.conf.rpmsave /etc/boa.conf
+fi
+
 %files
 %defattr(644,root,root,755)
 %doc README CHANGES docs/*.html docs/*.png
This page took 2.759464 seconds and 4 git commands to generate.