summaryrefslogtreecommitdiffstats
path: root/files/nftables/ipv4-nat
diff options
context:
space:
mode:
authorGiorgio Dal Molin <giorgio.nicole@arcor.de>2014-11-12 17:41:06 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2014-11-12 21:43:56 +0100
commit8fbb012f92ed491620b8f0ae312c8842aadffe06 (patch)
tree4f7c72953d5bb0529bda5cd68eff82a70d1f576a /files/nftables/ipv4-nat
parentc12d635ca3ef24345e37aca7bd2bb1aa280c0e34 (diff)
build: add autotools support for the 'files' subdir
Added support to install some 'nft' scripts under '${sysconfdir}/nftables', typically '/etc/nftables'. Signed-off-by: Giorgio Dal Molin <giorgio.nicole@arcor.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'files/nftables/ipv4-nat')
-rw-r--r--files/nftables/ipv4-nat2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/nftables/ipv4-nat b/files/nftables/ipv4-nat
index 99d69514..01c6c3d8 100644
--- a/files/nftables/ipv4-nat
+++ b/files/nftables/ipv4-nat
@@ -1,4 +1,4 @@
-#! nft -f
+#! @sbindir@nft -f
table nat {
chain prerouting { type nat hook prerouting priority -150; }