[iptables] doc: do not put IPv4 doc into ip6tables.8

Patrick McHardy netfilter-cvslog-bounces at lists.netfilter.org
Tue Feb 17 15:20:49 CET 2009


Gitweb:		http://git.netfilter.org/cgi-bin/gitweb.cgi?p=iptables.git;a=commit;h=0ff6b46a331b7fa620c40d3110be5b3deb3c40a6
commit 0ff6b46a331b7fa620c40d3110be5b3deb3c40a6
Author:     Jan Engelhardt <jengelh at medozas.de>
AuthorDate: Tue Feb 17 15:05:29 2009 +0100
Commit:     Jan Engelhardt <jengelh at medozas.de>
CommitDate: Tue Feb 17 15:07:02 2009 +0100

    doc: do not put IPv4 doc into ip6tables.8
    
    Reference: http://bugs.debian.org/515752
    Signed-off-by: Jan Engelhardt <jengelh at medozas.de>

commit 2c2466b0643393c1249d0650807a27f675969e6d
Author:     Jan Engelhardt <jengelh at medozas.de>
AuthorDate: Tue Feb 17 15:04:57 2009 +0100
Commit:     Jan Engelhardt <jengelh at medozas.de>
CommitDate: Tue Feb 17 15:04:57 2009 +0100

    build: trigger reconfigure when extensions/GNUmakefile.in changes
    
    Signed-off-by: Jan Engelhardt <jengelh at medozas.de>
       via  0ff6b46a331b7fa620c40d3110be5b3deb3c40a6 (commit)
       via  2c2466b0643393c1249d0650807a27f675969e6d (commit)
      from  51bc836ad3fd52ed72289028871318d561b2959a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0ff6b46a331b7fa620c40d3110be5b3deb3c40a6
Author: Jan Engelhardt <jengelh at medozas.de>
Date:   Tue Feb 17 15:05:29 2009 +0100

    doc: do not put IPv4 doc into ip6tables.8
    
    Reference: http://bugs.debian.org/515752
    Signed-off-by: Jan Engelhardt <jengelh at medozas.de>

commit 2c2466b0643393c1249d0650807a27f675969e6d
Author: Jan Engelhardt <jengelh at medozas.de>
Date:   Tue Feb 17 15:04:57 2009 +0100

    build: trigger reconfigure when extensions/GNUmakefile.in changes
    
    Signed-off-by: Jan Engelhardt <jengelh at medozas.de>

-----------------------------------------------------------------------

 Makefile.am               |    3 ++-
 extensions/GNUmakefile.in |   16 +++++-----------
 2 files changed, 7 insertions(+), 12 deletions(-)
Signed-off-by: Jan Engelhardt <jengelh at medozas.de>

diff --git a/Makefile.am b/Makefile.am
index 41dc280..b8859ac 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -108,7 +108,8 @@ tarball:
 	tar -C /tmp -cjf ${PACKAGE_TARNAME}-${PACKAGE_VERSION}.tar.bz2 --owner=root --group=root ${PACKAGE_TARNAME}-${PACKAGE_VERSION}/;
 	rm -Rf /tmp/${PACKAGE_TARNAME}-${PACKAGE_VERSION};
 
-config.status: include/xtables.h.in include/iptables/internal.h.in
+config.status: extensions/GNUmakefile.in \
+	include/xtables.h.in include/iptables/internal.h.in
 
 # ldconfig may fail when we are not root (as is the case in build systems)
 # so add appropriate protection that it does not let `make` fail.



More information about the netfilter-cvslog mailing list