From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39400) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1etJ57-00050O-L2 for guix-patches@gnu.org; Tue, 06 Mar 2018 15:21:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1etJ54-0000WF-GZ for guix-patches@gnu.org; Tue, 06 Mar 2018 15:21:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:40155) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1etJ54-0000W5-Bm for guix-patches@gnu.org; Tue, 06 Mar 2018 15:21:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1etJ54-0003jd-2s for guix-patches@gnu.org; Tue, 06 Mar 2018 15:21:02 -0500 Subject: [bug#30734] [PATCH core-updates 3/3] gnu: net-tools: Don't install 'ifconfig'. Resent-Message-ID: Date: Tue, 6 Mar 2018 21:20:09 +0100 From: Danny Milosavljevic Message-ID: <20180306212009.58742508@scratchpost.org> In-Reply-To: <20180306165642.4486-3-mbakke@fastmail.com> References: <20180306165642.4486-1-mbakke@fastmail.com> <20180306165642.4486-3-mbakke@fastmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/TgcNW11kS3.ybaArA_R2BgF"; protocol="application/pgp-signature" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Marius Bakke Cc: 30734@debbugs.gnu.org --Sig_/TgcNW11kS3.ybaArA_R2BgF Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi Marius, On Tue, 6 Mar 2018 17:56:42 +0100 Marius Bakke wrote: > * gnu/packages/linux.scm (net-tools)[arguments]: In > REMOVE-REDUNDANT-COMMANDS-PHASE, add regexp for ifconfig. > --- > gnu/packages/linux.scm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm > index dffe2c49c..8c07d1fdd 100644 > --- a/gnu/packages/linux.scm > +++ b/gnu/packages/linux.scm > @@ -1290,7 +1290,7 @@ inadequately in modern network environments, and bo= th should be deprecated.") > ;; Remove commands and man pages redundant with Inetutils. > (let* ((out (assoc-ref outputs "out")) > (dup (append-map (cut find-files out <>) > - '("^hostname" > + '("^hostname" "^ifconfig" > "^(yp|nis|dns)?domainname")))) > (for-each delete-file dup) Is there a reason why those regular expressions don't end in "$" (meaning "= at the end")? Otherwise LGTM! --Sig_/TgcNW11kS3.ybaArA_R2BgF Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAlqe9/kACgkQ5xo1VCww uqUhywf/VytEsUUq5wgUFtHYoPmBbT5fq4o+XbGIILo7TEEO+ZHRGFR2Cb0MMdL+ +fyuisHOkyxZdZeoPXduLXTX0dtlF+e6FgnVJPu/ksmfCicI2rR9zKnuAN9Oucdf yfJkVKhx8MT7GHItEwJKqJXAxJbe90ND8tbG0teO6LuDHZOUrq3mLVDwmqhfBMTi 2skxoN0BHqAfrT+Wqok6LYMlWttmId0yiB88sb/9aqrZ8BkxxQUQPnkC5ze9shmb yQWo61qeAAJyLScyqTk8ns4cfWiHBFDgH8iFGRTMjUVyP70jIYJvZObXR7zyXSi/ k9Hm82QRfoChEh3/icDmrg5riS3koA== =giXq -----END PGP SIGNATURE----- --Sig_/TgcNW11kS3.ybaArA_R2BgF--