From 36abb5ed969d537bbdb5ab4959826f1ef23c2ae1 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Wed, 29 Oct 2014 13:08:51 -0400 Subject: [PATCH] BF: fix $ for % in jail.conf. Debian bug #767255 --- ChangeLog | 1 + config/jail.conf | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ffddd52b..99480d57 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,7 @@ ver. 0.9.2 (2014/XX/XXX) - wanna-be-released ----------- - Fixes: + * $ typo in jail.conf. Thanks Skibbi. Debian bug #767255 - New Features: diff --git a/config/jail.conf b/config/jail.conf index d31e70d7..d119d229 100644 --- a/config/jail.conf +++ b/config/jail.conf @@ -286,7 +286,7 @@ maxretry = 2 [apache-shellshock] port = http,https -logpath = $(apache_error_log)s +logpath = %(apache_error_log)s maxretry = 1 [nginx-http-auth] @@ -723,4 +723,4 @@ port = 2222 [portsentry] enabled = false logpath = /var/lib/portsentry/portsentry.history -maxretry = 1 \ No newline at end of file +maxretry = 1