[iptables] doc: remove mentions of NAT in ip6tables manpage

Patrick McHardy netfilter-cvslog-bounces at lists.netfilter.org
Mon Sep 8 15:43:52 CEST 2008


Gitweb:		http://git.netfilter.org/cgi-bin/gitweb.cgi?p=iptables.git;a=commit;h=9c6ff6b55cd6a61df7b1b9b450f66f5afe58fe8d
commit 9c6ff6b55cd6a61df7b1b9b450f66f5afe58fe8d
Author:     Jan Engelhardt <jengelh at medozas.de>
AuthorDate: Mon Sep 8 15:42:41 2008 +0200
Commit:     Patrick McHardy <kaber at trash.net>
CommitDate: Mon Sep 8 15:42:41 2008 +0200

    doc: remove mentions of NAT in ip6tables manpage
    
    ip6tables does not support NAT at this time.
    
    Signed-off-by: Jan Engelhardt <jengelh at medozas.de>
    Signed-off-by: Patrick McHardy <kaber at trash.net>

commit 75e8b13c4b3763dc95199b4a22f3d63b7b698119
Author:     Jan Engelhardt <jengelh at medozas.de>
AuthorDate: Mon Sep 8 15:42:06 2008 +0200
Commit:     Patrick McHardy <kaber at trash.net>
CommitDate: Mon Sep 8 15:42:06 2008 +0200

    build: run ldconfig on `make install`
    
    Reporeted-by: Brent Clark <brentgclarklist at gmail.com>
    Signed-off-by: Jan Engelhardt <jengelh at medozas.de>
    Signed-off-by: Patrick McHardy <kaber at trash.net>
       via  9c6ff6b55cd6a61df7b1b9b450f66f5afe58fe8d (commit)
       via  75e8b13c4b3763dc95199b4a22f3d63b7b698119 (commit)
      from  81bd58838403fc8c4a63840f0af42deebe6d4a20 (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 9c6ff6b55cd6a61df7b1b9b450f66f5afe58fe8d
Author: Jan Engelhardt <jengelh at medozas.de>
Date:   Mon Sep 8 15:42:41 2008 +0200

    doc: remove mentions of NAT in ip6tables manpage
    
    ip6tables does not support NAT at this time.
    
    Signed-off-by: Jan Engelhardt <jengelh at medozas.de>
    Signed-off-by: Patrick McHardy <kaber at trash.net>

commit 75e8b13c4b3763dc95199b4a22f3d63b7b698119
Author: Jan Engelhardt <jengelh at medozas.de>
Date:   Mon Sep 8 15:42:06 2008 +0200

    build: run ldconfig on `make install`
    
    Reporeted-by: Brent Clark <brentgclarklist at gmail.com>
    Signed-off-by: Jan Engelhardt <jengelh at medozas.de>
    Signed-off-by: Patrick McHardy <kaber at trash.net>

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

 Makefile.am    |    5 +++++
 ip6tables.8.in |   21 +++------------------
 2 files changed, 8 insertions(+), 18 deletions(-)
Reporeted-by: Brent Clark <brentgclarklist at gmail.com>
Signed-off-by: Jan Engelhardt <jengelh at medozas.de>
Signed-off-by: Patrick McHardy <kaber at trash.net>

diff --git a/Makefile.am b/Makefile.am
index 742e3de..5465db6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -107,3 +107,8 @@ tarball:
 	rm -Rf /tmp/${PACKAGE_TARNAME}-${PACKAGE_VERSION};
 
 config.status: include/xtables.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.
+install-exec-hook:
+	-/sbin/ldconfig || :;



More information about the netfilter-cvslog mailing list