forked from pool/fail2ban
Accepting request 57352 from security
Accepted submit request 57352 from user prusnak OBS-URL: https://build.opensuse.org/request/show/57352 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fail2ban?expand=0&rev=9
This commit is contained in:
commit
114c380fed
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 6 16:56:30 UTC 2011 - lchiquitto@novell.com
|
||||
|
||||
- Use $FAIL2BAN_OPTIONS when starting (bnc#662495)
|
||||
- Clean up sysconfig file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 27 20:39:41 UTC 2010 - cristian.rodriguez@opensuse.org
|
||||
|
||||
|
@ -66,7 +66,7 @@ case "$1" in
|
||||
fi
|
||||
## Start daemon with startproc(8). If this fails
|
||||
## the return value is set appropriately by startproc.
|
||||
startproc $FAIL2BAN_CLI -q start > /dev/null 2>&1
|
||||
startproc $FAIL2BAN_CLI -q $FAIL2BAN_OPTIONS start > /dev/null 2>&1
|
||||
|
||||
# Remember status and be verbose
|
||||
rc_status -v
|
||||
|
@ -1,18 +1,10 @@
|
||||
## Path: System/Security/Fail2ban
|
||||
## Description: fail2ban options
|
||||
## Type: string
|
||||
## Default: fail2ban
|
||||
## Path: System/Security/Fail2ban
|
||||
## Description: fail2ban options
|
||||
## Type: string
|
||||
## Default: ""
|
||||
## ServiceReload: fail2ban
|
||||
## ServiceRestart: fail2ban
|
||||
#
|
||||
IDENT="fail2ban"
|
||||
## Type: string
|
||||
## Default: "fail2ban daemon"
|
||||
DESCRIPTIVE="fail2ban daemon"
|
||||
## Type: string
|
||||
## Default: ""
|
||||
# Options for fail2ban
|
||||
#
|
||||
# change FAIL2BAN_OPTIONS for arguments of start of fail2ban
|
||||
# e.g. FAIL2BAN_OPTIONS="-c /etc/fail2ban/fail2ban.conf"
|
||||
FAIL2BAN_OPTIONS=""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user