From eef685b8bb1f1c573e92bc31dc6f578883ca59b9 Mon Sep 17 00:00:00 2001 From: Mark Felder Date: Thu, 2 Oct 2014 12:28:02 +0000 Subject: The default pardon and prescribe settings in the rc script were swapped and did not match the documentation. Users should tune to their needs instead of relying on the defaults, but if they are this will be an improvement. Submitted by: John Vinopal --- security/sshguard/files/sshguard.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'security/sshguard/files/sshguard.in') diff --git a/security/sshguard/files/sshguard.in b/security/sshguard/files/sshguard.in index 3ba64337f71e..6ba33c9cdbab 100644 --- a/security/sshguard/files/sshguard.in +++ b/security/sshguard/files/sshguard.in @@ -49,10 +49,10 @@ # by default. # sshguard_safety_thresh (int): Safety threshold. Set to "40" by default. # sshguard_pardon_min_interval (int): -# Minimum pardon interval. Set to "1200" +# Minimum pardon interval. Set to "420" # by default. # sshguard_prescribe_interval (int): -# Prescribe interval. Set to "420" by +# Prescribe interval. Set to "1200" by # default. # sshguard_whitelistfile (str): Path to the whitelist. # Set to "%%PREFIX%%/etc/sshguard.whitelist" @@ -69,8 +69,8 @@ load_rc_config sshguard : ${sshguard_enable:=NO} : ${sshguard_blacklist=40:/var/db/sshguard/blacklist.db} : ${sshguard_safety_thresh=40} -: ${sshguard_pardon_min_interval=1200} -: ${sshguard_prescribe_interval=420} +: ${sshguard_pardon_min_interval=420} +: ${sshguard_prescribe_interval=1200} : ${sshguard_whitelistfile="%%PREFIX%%/etc/sshguard.whitelist"} : ${sshguard_watch_logs=/var/log/auth.log:/var/log/maillog} -- cgit v1.2.3