On 2007-10-16, Patrick McHardy <kaber@xxxxxxxxx> wrote: > Petr Pisar wrote: >> On 2007-10-15, Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> wrote: >>> The netfilter coreteam proudly presents: >>> >>> iptables version 1.4.0rc1 >>> >> Great to hear it. But it doesn't build ip6tables-{save,restore} as older >> versions either. The problem is that these two makefile targets are in >> *_EXP veriable. >> >> It is bug or a feature? > > I would say its a bug. I've added this patch, please test if it works > for you. > Yes, it works. Probably you forgot on manual pages: --- Makefile.old 2007-10-16 16:05:07.000000000 +0200 +++ Makefile 2007-10-16 16:07:37.000000000 +0200 @@ -62,7 +62,7 @@ EXTRAS+=ip6tables ip6tables.o ip6tables.8 EXTRA_INSTALLS+=$(DESTDIR)$(BINDIR)/ip6tables $(DESTDIR)$(MANDIR)/man8/ip6tables.8 EXTRAS+=ip6tables-save ip6tables-restore -EXTRA_INSTALLS+=$(DESTDIR)$(BINDIR)/ip6tables-save $(DESTDIR)$(BINDIR)/ip6tables-restore # $(DESTDIR)$(MANDIR)/man8/iptables-restore.8 $(DESTDIR)$(MANDIR)/man8/iptables-save.8 $(DESTDIR)$(MANDIR)/man8/ip6tables-save.8 $(DESTDIR)$(MANDIR)/man8/ip6tables-restore.8 +EXTRA_INSTALLS+=$(DESTDIR)$(BINDIR)/ip6tables-save $(DESTDIR)$(BINDIR)/ip6tables-restore $(DESTDIR)$(MANDIR)/man8/ip6tables-save.8 $(DESTDIR)$(MANDIR)/man8/ip6tables-restore.8 endif ifndef IPT_LIBDIR - To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html