summaryrefslogtreecommitdiff
path: root/security/sshguard/files/sshguard.in
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2014-10-02 12:28:02 +0000
committerMark Felder <feld@FreeBSD.org>2014-10-02 12:28:02 +0000
commiteef685b8bb1f1c573e92bc31dc6f578883ca59b9 (patch)
treef1d4ba9771399be53a3e55bae4974bb347cfd981 /security/sshguard/files/sshguard.in
parentRetire gnome-desktop-sharp20 it depends gnome-panel which is going away (diff)
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
Diffstat (limited to 'security/sshguard/files/sshguard.in')
-rw-r--r--security/sshguard/files/sshguard.in8
1 files changed, 4 insertions, 4 deletions
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}