Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 39833 - USE=ipv6 iptables does not install ip6tables-{save,restore}
Summary: USE=ipv6 iptables does not install ip6tables-{save,restore}
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: The ipv6 Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-29 19:07 UTC by Georgi Georgiev
Modified: 2004-03-09 07:36 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Georgi Georgiev 2004-01-29 19:07:31 UTC
ip6tables-{save,restore} is considered experimental (it seems), so emerge iptables does not install them by default.

/etc/init.d/ip6tables script does not work without ip6tables-{save,restore}

Something like this would be needed.

--- iptables-1.2.9.ebuild       2004-01-30 09:34:38.000000000 +0900
+++ iptables-1.2.9.ebuild       2004-01-30 12:06:01.000000000 +0900
@@ -50,11 +50,12 @@
                MANDIR=/usr/share/man \
                INCDIR=/usr/include \
                KERNEL_DIR=/usr/src/linux \
+               all experimental \
                || die
 }
 
 src_install() {
-       make DESTDIR=${D} MANDIR=/usr/share/man ${myconf} install
+       make DESTDIR=${D} MANDIR=/usr/share/man ${myconf} install{,-experimental}
        make DESTDIR=${D} ${myconf} \
                LIBDIR=/usr/lib \
                MANDIR=/usr/share/man \
Comment 1 Daniel Ahlberg (RETIRED) gentoo-dev 2004-03-09 07:36:39 UTC
Soon in CVS, thanks