diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-10-13 23:05:26 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-10-13 23:05:26 +0000 |
commit | 5229b672795def094e5c696bf9c54717c29ed70c (patch) | |
tree | 79f2c6132156d4958239b23b0e076c110067b9d7 /net-analyzer | |
parent | Moved to Template-Plugin-Latex (diff) | |
download | gentoo-2-5229b672795def094e5c696bf9c54717c29ed70c.tar.gz gentoo-2-5229b672795def094e5c696bf9c54717c29ed70c.tar.bz2 gentoo-2-5229b672795def094e5c696bf9c54717c29ed70c.zip |
Set -r option by default.
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/ipguard/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/ipguard/files/ipguard.confd | 4 |
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" |