From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 49BCDC32793 for ; Wed, 18 Jan 2023 14:20:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231187AbjAROUD (ORCPT ); Wed, 18 Jan 2023 09:20:03 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48270 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230415AbjAROTh (ORCPT ); Wed, 18 Jan 2023 09:19:37 -0500 Received: from orbyte.nwl.cc (orbyte.nwl.cc [IPv6:2001:41d0:e:133a::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0A6DF63E18 for ; Wed, 18 Jan 2023 06:01:18 -0800 (PST) Received: from n0-1 by orbyte.nwl.cc with local (Exim 4.94.2) (envelope-from ) id 1pI905-0000LV-5t; Wed, 18 Jan 2023 15:01:13 +0100 Date: Wed, 18 Jan 2023 15:01:13 +0100 From: Phil Sutter To: netfilter-devel@vger.kernel.org Cc: Pablo Neira Ayuso , Jan Engelhardt Subject: Re: [iptables PATCH] etc: Drop xtables.conf Message-ID: Mail-Followup-To: Phil Sutter , netfilter-devel@vger.kernel.org, Pablo Neira Ayuso , Jan Engelhardt References: <20230117155233.13328-1-phil@nwl.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230117155233.13328-1-phil@nwl.cc> Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org On Tue, Jan 17, 2023 at 04:52:33PM +0100, Phil Sutter wrote: > The file is not used since the commit this one fixes. Also it wasn't > installed until recently, when commit 3822a992bc277 ("Makefile: Fix for > 'make distcheck'") added it in the wrong spot in an attempt to reduce > differences between tarballs generated by 'make tarball' and 'make > dist'. > > While being at it, drop stale xtables_config_main() prototype from > xtables-multi.h. > > Fixes: 06fd5e46d46f7 ("xtables: Drop support for /etc/xtables.conf") > Signed-off-by: Phil Sutter Patch applied.