SHA256
1
0
forked from pool/fail2ban

Accepting request 57266 from home:leonardocf:branches:security

OBS-URL: https://build.opensuse.org/request/show/57266
OBS-URL: https://build.opensuse.org/package/show/security/fail2ban?expand=0&rev=9
This commit is contained in:
Pavol Rusnak 2011-01-07 13:28:41 +00:00 committed by Git OBS Bridge
parent 389d5cd01c
commit c313144d04
3 changed files with 12 additions and 14 deletions

View File

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

View File

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

View File

@ -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=""