[Pkg-apache-commits] [SCM] Debian packaging for apache2 (Apache HTTPD 2.x) branch, next, updated. a0f2fe4e029e5b1e6f289f12b47c2a586b32bfa4

Stefan Fritsch sf at sfritsch.de
Mon Mar 19 09:48:22 UTC 2012


The following commit has been merged in the next branch:
commit 41bdba97a7b60e6de48d92f61645d72bd9973fa8
Author: Stefan Fritsch <sf at sfritsch.de>
Date:   Mon Mar 19 10:45:41 2012 +0100

    Purge some more directories

diff --git a/debian/apache2.postrm b/debian/apache2.postrm
index af7a998..47f2ea4 100644
--- a/debian/apache2.postrm
+++ b/debian/apache2.postrm
@@ -62,7 +62,9 @@ case "$1" in
 		/etc/apache2/mods-enabled/ \
 		/etc/apache2/conf-enabled/ \
 		/etc/apache2 \
-		/var/cache/apache2 ; do
+		/var/cache/apache2 \
+		/var/run/apache2 \
+		/var/lock/apache2 ; do
 		rmdir $d 2> /dev/null || true
 	done
 

-- 
Debian packaging for apache2 (Apache HTTPD 2.x)



More information about the Pkg-apache-commits mailing list