From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [ANNOUNCE] Release of iptables 1.4.0rc1 Date: Wed, 17 Oct 2007 10:48:15 +0200 Message-ID: <4715CC4F.30400@trash.net> References: <47139AD0.8060002@netfilter.org> <471479F5.4000002@trash.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: netfilter@vger.kernel.org, netfilter-devel@vger.kernel.org To: Petr Pisar Return-path: Received: from stinky.trash.net ([213.144.137.162]:34341 "EHLO stinky.trash.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756934AbXJQIso (ORCPT ); Wed, 17 Oct 2007 04:48:44 -0400 In-Reply-To: Sender: netfilter-devel-owner@vger.kernel.org List-Id: netfilter-devel.vger.kernel.org Petr Pisar wrote: > 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 Fixed, thanks.