diff options
author | Cédric Krier <cedk@gentoo.org> | 2007-06-16 08:55:03 +0000 |
---|---|---|
committer | Cédric Krier <cedk@gentoo.org> | 2007-06-16 08:55:03 +0000 |
commit | 81d1c09bd5cfb595956c1994c36b0e41ac316e1c (patch) | |
tree | c9b1282246dbac1c6a23b5f4dbdafdcb3746087f | |
parent | Marked stable on x86. (diff) | |
download | gentoo-2-81d1c09bd5cfb595956c1994c36b0e41ac316e1c.tar.gz gentoo-2-81d1c09bd5cfb595956c1994c36b0e41ac316e1c.tar.bz2 gentoo-2-81d1c09bd5cfb595956c1994c36b0e41ac316e1c.zip |
Fix typo
(Portage version: 2.1.2.7)
-rw-r--r-- | net-libs/libnfnetlink/libnfnetlink-0.0.25.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-libs/libnfnetlink/libnfnetlink-0.0.25.ebuild b/net-libs/libnfnetlink/libnfnetlink-0.0.25.ebuild index 99a9845beff6..01beb38ff815 100644 --- a/net-libs/libnfnetlink/libnfnetlink-0.0.25.ebuild +++ b/net-libs/libnfnetlink/libnfnetlink-0.0.25.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnfnetlink/libnfnetlink-0.0.25.ebuild,v 1.6 2007/06/16 08:53:20 cedk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnfnetlink/libnfnetlink-0.0.25.ebuild,v 1.7 2007/06/16 08:55:03 cedk Exp $ inherit linux-info @@ -27,8 +27,8 @@ pkg_setup() { if kernel_is lt 2 6 20 ; then CONFIG_CHECK="IP_NF_CONNTRACK_NETLINK" else - CONFIG_CHECK="NF_CT_NETLINK_FOO" - ERROR_NF_CT_NETLINK_FOO="CONFIG_NF_CT_NETLINK:\t is not set when it should be. You can activate it in the Core Netfilter Configuration" + CONFIG_CHECK="NF_CT_NETLINK" + ERROR_NF_CT_NETLINK="CONFIG_NF_CT_NETLINK:\t is not set when it should be. You can activate it in the Core Netfilter Configuration" fi check_extra_config |