summaryrefslogtreecommitdiffstats
path: root/files/nftables/Makefile.am
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2019-11-06 21:59:07 +0100
committerPhil Sutter <phil@nwl.cc>2019-11-19 01:05:54 +0100
commit82fe8e1ffd006d0f0fd3cdd2df5ca2514de10db9 (patch)
treeb1e863dab66584f11ec2bcd9368c14821b6ab4ed /files/nftables/Makefile.am
parenta257ee33ab4fd4aa6f80acf6d5d9feecef4fc083 (diff)
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>
Diffstat (limited to 'files/nftables/Makefile.am')
-rw-r--r--files/nftables/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/files/nftables/Makefile.am b/files/nftables/Makefile.am
index 2a511cd1..fc8b94ea 100644
--- a/files/nftables/Makefile.am
+++ b/files/nftables/Makefile.am
@@ -13,6 +13,3 @@ dist_pkgsysconf_DATA = all-in-one.nft \
ipv6-nat.nft \
ipv6-raw.nft \
netdev-ingress.nft
-
-install-data-hook:
- ${SED} -i 's|@sbindir[@]|${sbindir}/|g' ${DESTDIR}${pkgsysconfdir}/*.nft