diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-03-09 09:46:21 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-03-09 09:46:21 +0000 |
commit | 58199652efafb286b8b3d83e414b4dd52c269900 (patch) | |
tree | 18ddaa350add1ab7fa2bc8f71e72d60753d54948 /www/mod_security21/Makefile | |
parent | aa3d55c048225acbe7d138c692d09be96177da05 (diff) | |
download | ports-58199652efafb286b8b3d83e414b4dd52c269900.tar.gz ports-58199652efafb286b8b3d83e414b4dd52c269900.zip |
Notes
Diffstat (limited to 'www/mod_security21/Makefile')
-rw-r--r-- | www/mod_security21/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_security21/Makefile b/www/mod_security21/Makefile index 2d80b16dcfd9..df5d574fa293 100644 --- a/www/mod_security21/Makefile +++ b/www/mod_security21/Makefile @@ -64,7 +64,7 @@ post-patch: @${REINPLACE_CMD} -e '\ s|SecRuleEngine On|SecRuleEngine DetectionOnly|; \ s|SecAuditLog.*logs/modsec_audit.log|SecAuditLog /var/log/httpd-modsec2_audit.log|; \ - s|SecDebugLog.*logs/modsec_debug.log|SecAuditLog /var/log/httpd-modsec2_debug.log|; \ + s|SecDebugLog.*logs/modsec_debug.log|SecDebugLog /var/log/httpd-modsec2_debug.log|; \ s|SecServerSignature "Apache/2.2.0 (Fedora)"|SecServerSignature "Apache/${APACHE_VERSION:C/[0-9]/\0./g}x (${OPSYS})"|; \ ' ${WRKSRCTOP}/rules/modsecurity_crs_10_config.conf |