On Fri, Jan 13, 2023 at 12:47:30PM +0100, Phil Sutter wrote: > Hi Jan, > > On Thu, Jan 12, 2023 at 11:55:17PM +0100, Jan Engelhardt wrote: > > To make distcheck succeed, disting it is enough; it does not need > > to be installed. > > Instead of preventing it from being installed, how about dropping it > altogether? > > The last code using it was dropped by me three years ago, apparently > after decision at NFWS[1]. Pablo removed the standalone 'xtables-config' > utility back in 2015[2], yet I see a remaining xtables_config_main > prototype in xtables-multi.h which seems to have been missed back then. Go ahead with removing /etc/xtables.conf. > > Fixes: v1.8.8-150-g3822a992 > > Signed-off-by: Jan Engelhardt <jengelh@xxxxxxx> > > --- > > Makefile.am | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/Makefile.am b/Makefile.am > > index 451c3cb2..10198753 100644 > > --- a/Makefile.am > > +++ b/Makefile.am > > @@ -16,11 +16,11 @@ SUBDIRS += extensions > > # Depends on extensions/libext.a: > > SUBDIRS += iptables > > > > -EXTRA_DIST = autogen.sh iptables-test.py xlate-test.py > > +EXTRA_DIST = autogen.sh iptables-test.py xlate-test.py etc/xtables.conf > > > > if ENABLE_NFTABLES > > confdir = $(sysconfdir) > > -dist_conf_DATA = etc/ethertypes etc/xtables.conf > > +dist_conf_DATA = etc/ethertypes > > endif > > While being at it, I wonder about ethertypes: At least on the distros I > run locally, the file is provided by other packages than iptables. Do we > still need it? (It was added by Arturo for parity with legacy ebtables > in [3].) IIRC ebtables is using a custom ethertype file, because definitions are different there. But is this installed file used in any way these days?