mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
/etc/default/fail2ban -- minor typo. Thanks Vincent Lefevre for report (the rest will be reflected in the next upstream release) (Closes: #734421)
This commit is contained in:
parent
d583637c50
commit
90642725fa
2 changed files with 8 additions and 1 deletions
7
debian/changelog
vendored
7
debian/changelog
vendored
|
|
@ -1,3 +1,10 @@
|
|||
fail2ban (0.8.11-2) UNRELEASED; urgency=low
|
||||
|
||||
* /etc/default/fail2ban -- minor typo. Thanks Vincent Lefevre for report (the
|
||||
rest will be reflected in the next upstream release) (Closes: #734421)
|
||||
|
||||
-- Yaroslav Halchenko <debian@onerussian.com> Mon, 06 Jan 2014 23:39:33 -0500
|
||||
|
||||
fail2ban (0.8.11-1) unstable; urgency=low
|
||||
|
||||
* Fresh upstream release
|
||||
|
|
|
|||
2
debian/fail2ban.default
vendored
2
debian/fail2ban.default
vendored
|
|
@ -34,6 +34,6 @@ FAIL2BAN_OPTS=""
|
|||
# Another manual step that needs to be taken is to allow write access
|
||||
# for fail2ban user to fail2ban log files. The /etc/init.d/fail2ban
|
||||
# script will change the ownership when starting fail2ban. Logrotate
|
||||
# needs to be configured seperately, see /etc/logrotate.d/fail2ban.
|
||||
# needs to be configured separately, see /etc/logrotate.d/fail2ban.
|
||||
#
|
||||
# FAIL2BAN_USER="fail2ban"
|
||||
|
|
|
|||
Loading…
Reference in a new issue