xtables 3.2: Fix for rootfile

Message ID 20190111134157.4789-1-matthias.fischer@ipfire.org
State Accepted
Commit f69aca76ea22dfac13f41225545d8c403e5327f7
Headers
Series xtables 3.2: Fix for rootfile |

Commit Message

Matthias Fischer Jan. 12, 2019, 12:41 a.m. UTC
  Found during the test builds...

Best,
Matthias

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
---
 config/rootfiles/common/xtables-addons | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Michael Tremer Jan. 12, 2019, 12:54 a.m. UTC | #1
Argh! Stevee… :)

Thanks Matthias. Merged…

-Michael

> On 11 Jan 2019, at 13:41, Matthias Fischer <matthias.fischer@ipfire.org> wrote:
> 
> Found during the test builds...
> 
> Best,
> Matthias
> 
> Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
> ---
> config/rootfiles/common/xtables-addons | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/config/rootfiles/common/xtables-addons b/config/rootfiles/common/xtables-addons
> index 9e0739528..cb958ee7e 100644
> --- a/config/rootfiles/common/xtables-addons
> +++ b/config/rootfiles/common/xtables-addons
> @@ -2,7 +2,6 @@ lib/xtables/libxt_ACCOUNT.so
> lib/xtables/libxt_CHAOS.so
> lib/xtables/libxt_DELUDE.so
> lib/xtables/libxt_DHCPMAC.so
> -#lib/xtables/libxt_DNETMAP.so
> lib/xtables/libxt_ECHO.so
> lib/xtables/libxt_IPMARK.so
> lib/xtables/libxt_LOGMARK.so
> @@ -26,6 +25,7 @@ usr/lib/libxt_ACCOUNT_cl.so.0.0.0
> #usr/libexec/xtables-addons
> usr/libexec/xtables-addons/xt_geoip_build
> usr/libexec/xtables-addons/xt_geoip_dl
> +usr/local/bin/xt_geoip_build
> usr/sbin/iptaccount
> #usr/share/man/man1/xt_geoip_build.1
> #usr/share/man/man1/xt_geoip_dl.1
> -- 
> 2.18.0
>
  

Patch

diff --git a/config/rootfiles/common/xtables-addons b/config/rootfiles/common/xtables-addons
index 9e0739528..cb958ee7e 100644
--- a/config/rootfiles/common/xtables-addons
+++ b/config/rootfiles/common/xtables-addons
@@ -2,7 +2,6 @@  lib/xtables/libxt_ACCOUNT.so
 lib/xtables/libxt_CHAOS.so
 lib/xtables/libxt_DELUDE.so
 lib/xtables/libxt_DHCPMAC.so
-#lib/xtables/libxt_DNETMAP.so
 lib/xtables/libxt_ECHO.so
 lib/xtables/libxt_IPMARK.so
 lib/xtables/libxt_LOGMARK.so
@@ -26,6 +25,7 @@  usr/lib/libxt_ACCOUNT_cl.so.0.0.0
 #usr/libexec/xtables-addons
 usr/libexec/xtables-addons/xt_geoip_build
 usr/libexec/xtables-addons/xt_geoip_dl
+usr/local/bin/xt_geoip_build
 usr/sbin/iptaccount
 #usr/share/man/man1/xt_geoip_build.1
 #usr/share/man/man1/xt_geoip_dl.1