From 82fe8e1ffd006d0f0fd3cdd2df5ca2514de10db9 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Wed, 6 Nov 2019 21:59:07 +0100 Subject: files: Drop shebangs from config files These are not meant to be executed as is but instead loaded via 'nft -f' - all-in-one.nft even points this out in header comment. While being at it, drop two spelling mistakes found along the way. Consequently remove executable bits - being registered in automake as dist_pkgsysconf_DATA, they're changed to 644 upon installation anyway. Also there is obviously no need for replacement of nft binary path anymore, drop that bit from Makefile.am. Signed-off-by: Phil Sutter Acked-by: Pablo Neira Ayuso --- files/nftables/ipv6-nat.nft | 2 -- 1 file changed, 2 deletions(-) mode change 100755 => 100644 files/nftables/ipv6-nat.nft (limited to 'files/nftables/ipv6-nat.nft') diff --git a/files/nftables/ipv6-nat.nft b/files/nftables/ipv6-nat.nft old mode 100755 new mode 100644 index ce0391df..6a356f1e --- a/files/nftables/ipv6-nat.nft +++ b/files/nftables/ipv6-nat.nft @@ -1,5 +1,3 @@ -#!@sbindir@nft -f - table ip6 nat { chain prerouting { type nat hook prerouting priority -100; } chain input { type nat hook input priority 100; } -- cgit v1.2.3