]> git.ipfire.org Git - thirdparty/nftables.git/commit
files: Drop shebangs from config files
authorPhil Sutter <phil@nwl.cc>
Wed, 6 Nov 2019 20:59:07 +0000 (21:59 +0100)
committerPhil Sutter <phil@nwl.cc>
Tue, 19 Nov 2019 00:05:54 +0000 (01:05 +0100)
commit82fe8e1ffd006d0f0fd3cdd2df5ca2514de10db9
treeb1e863dab66584f11ec2bcd9368c14821b6ab4ed
parenta257ee33ab4fd4aa6f80acf6d5d9feecef4fc083
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 <phil@nwl.cc>
Acked-by: Pablo Neira Ayuso <pablo@netfilter.org>
15 files changed:
files/nftables/Makefile.am
files/nftables/all-in-one.nft [changed mode: 0755->0644]
files/nftables/arp-filter.nft [changed mode: 0755->0644]
files/nftables/bridge-filter.nft [changed mode: 0755->0644]
files/nftables/inet-filter.nft [changed mode: 0755->0644]
files/nftables/inet-nat.nft [changed mode: 0755->0644]
files/nftables/ipv4-filter.nft [changed mode: 0755->0644]
files/nftables/ipv4-mangle.nft [changed mode: 0755->0644]
files/nftables/ipv4-nat.nft [changed mode: 0755->0644]
files/nftables/ipv4-raw.nft [changed mode: 0755->0644]
files/nftables/ipv6-filter.nft [changed mode: 0755->0644]
files/nftables/ipv6-mangle.nft [changed mode: 0755->0644]
files/nftables/ipv6-nat.nft [changed mode: 0755->0644]
files/nftables/ipv6-raw.nft [changed mode: 0755->0644]
files/nftables/netdev-ingress.nft [changed mode: 0755->0644]