diff options
author | Stefan Fritsch <sf@sfritsch.de> | 2012-03-17 17:39:13 +0100 |
---|---|---|
committer | Stefan Fritsch <sf@sfritsch.de> | 2012-03-17 17:39:13 +0100 |
commit | 332e382bff5b9127db010a245fd9213386cc8d0c (patch) | |
tree | 60e2ca3978c8c5bc9157c2201f4a5265ecbcd48a /debian | |
parent | 734c2aa8c703b23fbed169079a6f42661dc73638 (diff) | |
download | apache2-332e382bff5b9127db010a245fd9213386cc8d0c.tar.gz |
another todo, debug output
Diffstat (limited to 'debian')
-rw-r--r-- | debian/apache2.postinst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/apache2.postinst b/debian/apache2.postinst index e428fe13..f86eab2c 100644 --- a/debian/apache2.postinst +++ b/debian/apache2.postinst @@ -142,6 +142,8 @@ mv_conffiles() if [ -d /etc/apache2/conf.d ] && [ "$(ls -A /etc/apache2/conf.d)" ] ; then echo "Directory /etc/apache2/conf.d is not empty - leaving as is" echo "Please note, that directory is considered obsolete and not read anymore by default" + # XXX order of processing??? this may become empty later on (after upgrade of apache2-doc) + ls -A /etc/apache2/conf.d fi fi } |