From ad09dd19ded06e9e6103b9477d8a1a57f619ba5b Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 30 Mar 2021 16:46:53 +0200 Subject: 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 --- files/nftables/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'files') 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 \ -- cgit v1.2.3