diff options
author | 2012-02-04 19:53:17 +0000 | |
---|---|---|
committer | 2012-02-04 19:53:17 +0000 | |
commit | e320e6096384749d18f19820990a7b577ebce2d4 (patch) | |
tree | 34b870e9b5d68760246b945d3b31d089b92b2a72 /net-analyzer/fail2ban/files | |
parent | Stable for amd64, wrt bug #402161 (diff) | |
download | gentoo-2-e320e6096384749d18f19820990a7b577ebce2d4.tar.gz gentoo-2-e320e6096384749d18f19820990a7b577ebce2d4.tar.bz2 gentoo-2-e320e6096384749d18f19820990a7b577ebce2d4.zip |
Update homepage. Use extra_started_commands instead of opts. Thanks to Alexander Bezrukov <phmagic@mail.ru>. Bug #401209
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/fail2ban/files')
-rw-r--r-- | net-analyzer/fail2ban/files/fail2ban-0.8.6-gentoo-init.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-analyzer/fail2ban/files/fail2ban-0.8.6-gentoo-init.patch b/net-analyzer/fail2ban/files/fail2ban-0.8.6-gentoo-init.patch new file mode 100644 index 000000000000..3f4193984607 --- /dev/null +++ b/net-analyzer/fail2ban/files/fail2ban-0.8.6-gentoo-init.patch @@ -0,0 +1,12 @@ +diff -u -r a/files/gentoo-initd b/files/gentoo-initd +--- a/files/gentoo-initd 2011-11-29 07:46:04.000000000 +0400 ++++ b/files/gentoo-initd 2012-01-28 23:08:50.790118353 +0400 +@@ -19,7 +19,7 @@ + # + # $Revision: 1.1 $ + +-opts="reload showlog" ++extra_started_commands="reload showlog" + + FAIL2BAN="/usr/bin/fail2ban-client ${FAIL2BAN_OPTIONS}" + |