From: Jan Engelhardt Date: Tue, 30 Mar 2021 14:46:53 +0000 (+0200) Subject: files: move example files away from /etc X-Git-Tag: v0.9.9~51 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ad09dd19ded06e9e6103b9477d8a1a57f619ba5b;p=thirdparty%2Fnftables.git files: move example files away from /etc As per file-hierarchy(5), /etc is for "system-specific configuration", not "vendor-supplied default configuration files". Moreover, the comments in all-in-one.nft say it is an example, and so, not a vendor config either. Move it out of /etc. Signed-off-by: Jan Engelhardt Signed-off-by: Pablo Neira Ayuso --- diff --git a/files/nftables/Makefile.am b/files/nftables/Makefile.am index fc8b94ea..ee88dd89 100644 --- a/files/nftables/Makefile.am +++ b/files/nftables/Makefile.am @@ -1,5 +1,4 @@ -pkgsysconfdir = ${sysconfdir}/nftables -dist_pkgsysconf_DATA = all-in-one.nft \ +dist_pkgdata_DATA = all-in-one.nft \ arp-filter.nft \ bridge-filter.nft \ inet-filter.nft \