summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2008-01-31 19:28:45 +0000
committerBenedikt Boehm <hollow@gentoo.org>2008-01-31 19:28:45 +0000
commitd0d0c151905afd36580329426bfdba73ae248436 (patch)
treefc06c84923483467e8adfbced9e91289c40a230e /www-apache/mod_security
parentstable x86, bug 205452 (diff)
downloadhistorical-d0d0c151905afd36580329426bfdba73ae248436.tar.gz
historical-d0d0c151905afd36580329426bfdba73ae248436.tar.bz2
historical-d0d0c151905afd36580329426bfdba73ae248436.zip
cleanup
Package-Manager: portage-2.1.4
Diffstat (limited to 'www-apache/mod_security')
-rw-r--r--www-apache/mod_security/ChangeLog6
-rw-r--r--www-apache/mod_security/files/2.1.2/99_mod_security.conf10
-rw-r--r--www-apache/mod_security/files/99_mod_security-2.1.1.conf10
3 files changed, 15 insertions, 11 deletions
diff --git a/www-apache/mod_security/ChangeLog b/www-apache/mod_security/ChangeLog
index 6e9da9aff655..61e45e83f6b4 100644
--- a/www-apache/mod_security/ChangeLog
+++ b/www-apache/mod_security/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-apache/mod_security
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_security/ChangeLog,v 1.10 2008/01/29 18:01:39 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_security/ChangeLog,v 1.11 2008/01/31 19:28:43 hollow Exp $
+
+ 31 Jan 2008; Benedikt Böhm <hollow@gentoo.org>
+ files/99_mod_security-2.1.1.conf, files/2.1.2/99_mod_security.conf:
+ cleanup
29 Jan 2008; Benedikt Böhm <hollow@gentoo.org> mod_security-2.1.2.ebuild,
mod_security-2.1.4_rc1.ebuild:
diff --git a/www-apache/mod_security/files/2.1.2/99_mod_security.conf b/www-apache/mod_security/files/2.1.2/99_mod_security.conf
index 78344cde8c87..819e52fd2538 100644
--- a/www-apache/mod_security/files/2.1.2/99_mod_security.conf
+++ b/www-apache/mod_security/files/2.1.2/99_mod_security.conf
@@ -1,8 +1,8 @@
<IfDefine SECURITY>
- <IfModule !mod_security2.c>
- LoadModule security2_module modules/mod_security2.so
- </IfModule>
+LoadModule security2_module modules/mod_security2.so
- # use Core Rule Set by default:
- Include /etc/apache2/modules.d/mod_security/*.conf
+# use Core Rule Set by default:
+Include /etc/apache2/modules.d/mod_security/*.conf
</IfDefine>
+
+# vim: ts=4 filetype=apache
diff --git a/www-apache/mod_security/files/99_mod_security-2.1.1.conf b/www-apache/mod_security/files/99_mod_security-2.1.1.conf
index 78344cde8c87..819e52fd2538 100644
--- a/www-apache/mod_security/files/99_mod_security-2.1.1.conf
+++ b/www-apache/mod_security/files/99_mod_security-2.1.1.conf
@@ -1,8 +1,8 @@
<IfDefine SECURITY>
- <IfModule !mod_security2.c>
- LoadModule security2_module modules/mod_security2.so
- </IfModule>
+LoadModule security2_module modules/mod_security2.so
- # use Core Rule Set by default:
- Include /etc/apache2/modules.d/mod_security/*.conf
+# use Core Rule Set by default:
+Include /etc/apache2/modules.d/mod_security/*.conf
</IfDefine>
+
+# vim: ts=4 filetype=apache