summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2008-01-10 15:47:30 +0000
committerBenedikt Boehm <hollow@gentoo.org>2008-01-10 15:47:30 +0000
commitc0597bba9b1448d22b8ffbf4b0faec50250d3e45 (patch)
tree034382ce337d5429806aad03915d802ad5814913 /www-apache/mod_whatkilledus/files
parentAdded pkg_postinst. bug #176533. (diff)
downloadgentoo-2-c0597bba9b1448d22b8ffbf4b0faec50250d3e45.tar.gz
gentoo-2-c0597bba9b1448d22b8ffbf4b0faec50250d3e45.tar.bz2
gentoo-2-c0597bba9b1448d22b8ffbf4b0faec50250d3e45.zip
fix #205169
(Portage version: 2.1.4_rc11)
Diffstat (limited to 'www-apache/mod_whatkilledus/files')
-rw-r--r--www-apache/mod_whatkilledus/files/10_mod_whatkilledus.conf8
1 files changed, 3 insertions, 5 deletions
diff --git a/www-apache/mod_whatkilledus/files/10_mod_whatkilledus.conf b/www-apache/mod_whatkilledus/files/10_mod_whatkilledus.conf
index 70122847a2f2..80fbe3bbed4b 100644
--- a/www-apache/mod_whatkilledus/files/10_mod_whatkilledus.conf
+++ b/www-apache/mod_whatkilledus/files/10_mod_whatkilledus.conf
@@ -1,7 +1,5 @@
<IfDefine WHATKILLEDUS>
- <IfModule !mod_whatkilledus.c>
- LoadModule whatkilledus_module modules/mod_whatkilledus.so
- </IfModule>
- EnableExceptionHook On
- WhatKilledUsLog /var/log/apache2/whatkilledus_log
+LoadModule whatkilledus_module modules/mod_whatkilledus.so
+EnableExceptionHook On
+WhatKilledUsLog /var/log/apache2/whatkilledus_log
</IfDefine>