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 X-Spam-Level: X-Spam-Status: No, score=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C5CCCC43603 for ; Wed, 4 Dec 2019 19:05:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9F20A206DF for ; Wed, 4 Dec 2019 19:05:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728784AbfLDTFm (ORCPT ); Wed, 4 Dec 2019 14:05:42 -0500 Received: from Chamillionaire.breakpoint.cc ([193.142.43.52]:51878 "EHLO Chamillionaire.breakpoint.cc" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728114AbfLDTFm (ORCPT ); Wed, 4 Dec 2019 14:05:42 -0500 Received: from fw by Chamillionaire.breakpoint.cc with local (Exim 4.92) (envelope-from ) id 1icZy1-00070q-4g; Wed, 04 Dec 2019 20:05:41 +0100 Date: Wed, 4 Dec 2019 20:05:41 +0100 From: Florian Westphal To: Arturo Borrero Gonzalez Cc: netfilter-devel@vger.kernel.org Subject: Re: [iptables PATCH 1/7] iptables: install iptables-apply script and manpage Message-ID: <20191204190541.GV795@breakpoint.cc> References: <157548347377.125234.12163057581146113349.stgit@endurance> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <157548347377.125234.12163057581146113349.stgit@endurance> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: netfilter-devel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org Arturo Borrero Gonzalez wrote: > From: Laurence J. Lane > > We have the iptables-apply script in the tree (and in the release tarball), but > is not being installed anywhere. Same for the manpage. > > Arturo says: > I'm not a strong supporter of this script, but there are many users of it, so > better do things right and do a proper installation. > This patch is forwarded from the iptables Debian package, where it has been > around for many years now. Series looks good to me, thanks Arturo. Feel free to push this out.