diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-05-13 01:50:32 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-05-13 01:50:32 +0000 |
commit | 12f1c3cacf9bdcc6a4ca11e6c1ce81def7394df4 (patch) | |
tree | 7065451f96ef2dd4ba7c0d0c7c07bd286cfb4d55 /net-firewall/iptables | |
parent | Version bump for security bug 92376. (diff) | |
download | gentoo-2-12f1c3cacf9bdcc6a4ca11e6c1ce81def7394df4.tar.gz gentoo-2-12f1c3cacf9bdcc6a4ca11e6c1ce81def7394df4.tar.bz2 gentoo-2-12f1c3cacf9bdcc6a4ca11e6c1ce81def7394df4.zip |
use, dont need, logger #92406
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'net-firewall/iptables')
-rw-r--r-- | net-firewall/iptables/files/iptables.init | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-firewall/iptables/files/iptables.init b/net-firewall/iptables/files/iptables.init index 41dec2e69c78..54bd7341db48 100644 --- a/net-firewall/iptables/files/iptables.init +++ b/net-firewall/iptables/files/iptables.init @@ -1,12 +1,13 @@ #!/sbin/runscript # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/files/iptables.init,v 1.6 2005/05/05 01:27:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/files/iptables.init,v 1.7 2005/05/13 01:50:32 vapier Exp $ opts="save reload" depend() { - need logger net + need net + use logger } checkrules() { |