[apache2] 01/02: stop apache2 before upgrade

Stefan Fritsch sf at moszumanska.debian.org
Mon Mar 28 20:04:01 UTC 2016


This is an automated email from the git hooks/post-receive script.

sf pushed a commit to annotated tag debian/2.4.18-2
in repository apache2.

commit 79f0793bfee205997fde47ecfdf89c58587fd399
Author: Stefan Fritsch <sf at sfritsch.de>
Date:   Mon Mar 28 21:57:51 2016 +0200

    stop apache2 before upgrade
    
    otherwise htcacheclean may be left running
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index fa4ab00..e9f453d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -104,7 +104,7 @@ override_dh_fixperms-indep:
 	dh_fixperms -i
 
 override_dh_installinit:
-	dh_installinit --restart-after-upgrade --error-handler=true
+	dh_installinit --error-handler=true
 	dh_installinit --name apache-htcacheclean --noscripts
 
 override_dh_installdocs-indep:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-apache/apache2.git



More information about the Pkg-apache-commits mailing list