summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/ipguard/ChangeLog5
-rw-r--r--net-analyzer/ipguard/files/ipguard.confd4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/ipguard/ChangeLog b/net-analyzer/ipguard/ChangeLog
index fda89f502cd3..2184116c98b5 100644
--- a/net-analyzer/ipguard/ChangeLog
+++ b/net-analyzer/ipguard/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/ipguard
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ipguard/ChangeLog,v 1.1 2014/10/13 22:33:02 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ipguard/ChangeLog,v 1.2 2014/10/13 23:05:26 jer Exp $
+
+ 13 Oct 2014; Jeroen Roovers <jer@gentoo.org> files/ipguard.confd:
+ Set -r option by default.
*ipguard-1.04 (13 Oct 2014)
diff --git a/net-analyzer/ipguard/files/ipguard.confd b/net-analyzer/ipguard/files/ipguard.confd
index 3bafb4d23dd8..fc7fb66cd46c 100644
--- a/net-analyzer/ipguard/files/ipguard.confd
+++ b/net-analyzer/ipguard/files/ipguard.confd
@@ -4,5 +4,5 @@
# IFACE=eth0
IFACE=eth0
-# OPTS (see ipguard(8)
-OPTS="-u 300 -xz"
+# OPTS - command line options (see ipguard(8)
+OPTS="-u 300 -xz -r"