BF: fix $ for % in jail.conf. Debian bug #767255

pull/840/head
Yaroslav Halchenko 2014-10-29 13:08:51 -04:00
parent 7acddcbe4a
commit 36abb5ed96
2 changed files with 3 additions and 2 deletions

View File

@ -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:

View File

@ -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
maxretry = 1