- Updated Gentoo script. Thanks to Raphaël Marichez

git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@559 a942ae1a-1317-0410-a47c-b1dcaea8d605
0.x
Cyril Jaquier 2007-03-13 23:18:54 +00:00
parent 64226d09c0
commit a85f562855
2 changed files with 9 additions and 1 deletions

8
files/gentoo-confd Normal file
View File

@ -0,0 +1,8 @@
# Config file for /etc/init.d/fail2ban
#
# For information on options, see "/usr/bin/fail2ban-client -h".
FAIL2BAN_OPTIONS=""
# Force execution of the server even if the socket already exists:
#FAIL2BAN_OPTIONS="-x"

View File

@ -21,7 +21,7 @@
opts="start stop restart reload showlog"
FAIL2BAN="/usr/bin/fail2ban-client"
FAIL2BAN="/usr/bin/fail2ban-client ${FAIL2BAN_OPTIONS}"
depend() {
need net