From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 06 11:19:26 2017 Received: (at submit) by debbugs.gnu.org; 6 Mar 2017 16:19:26 +0000 Received: from localhost ([127.0.0.1]:42978 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ckvM6-0007gt-7j for submit@debbugs.gnu.org; Mon, 06 Mar 2017 11:19:26 -0500 Received: from eggs.gnu.org ([208.118.235.92]:38069) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cknV7-0001eu-7A for submit@debbugs.gnu.org; Mon, 06 Mar 2017 02:56:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cknV1-0002zL-7o for submit@debbugs.gnu.org; Mon, 06 Mar 2017 02:56:08 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM, T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:47424) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cknV1-0002zA-4E for submit@debbugs.gnu.org; Mon, 06 Mar 2017 02:56:07 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57258) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cknUz-0007fc-T3 for bug-coreutils@gnu.org; Mon, 06 Mar 2017 02:56:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cknUw-0002xx-RV for bug-coreutils@gnu.org; Mon, 06 Mar 2017 02:56:05 -0500 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:44263) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cknUw-0002xJ-M4 for bug-coreutils@gnu.org; Mon, 06 Mar 2017 02:56:02 -0500 Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id 038A020567 for ; Mon, 6 Mar 2017 02:56:01 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute2.internal (MEProxy); Mon, 06 Mar 2017 02:56:01 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:message-id :mime-version:subject:to:x-me-sender:x-me-sender:x-sasl-enc :x-sasl-enc; s=smtpout; bh=b1vVXcZzJiszL/Oj1jr3Ib5ZSUQ=; b=VmvLL 2BoCRosDvX03XXHNk7SgIBV/jlR8Ks41twz0ow6PQAL6cvOOootOmpXy8GFFlUiY ogt+07tiiHuV8n9oz70X5b3Fbb/PEaegulous4NqY2OW7gByhS/MRqK9BPVd2mr+ YD5tJKPm2isYb1cYQ7hDJDnFn6xDKtQFrR9dkc= X-ME-Sender: X-Sasl-enc: A6iiZ1YnHanAO0BSazTw6AnGoXBeMAtwCUZC7lcEZyXF 1488786960 Received: from bod.fritz.box (p5090774f.dip0.t-ipconnect.de [80.144.119.79]) by mail.messagingengine.com (Postfix) with ESMTPA id ACDE47E0CF for ; Mon, 6 Mar 2017 02:56:00 -0500 (EST) Received: by bod.fritz.box (Postfix, from userid 1000) id 7249B1941E98; Mon, 6 Mar 2017 08:55:59 +0100 (CET) Date: Mon, 6 Mar 2017 08:55:59 +0100 From: Michael Vogt To: bug-coreutils@gnu.org Subject: [patch] md5sum --digest-only Message-ID: <20170306075559.GJ23539@bod> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="nmemrqcdn5VTmUEE" Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Mon, 06 Mar 2017 11:19:25 -0500 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.1 (----) --nmemrqcdn5VTmUEE Content-Type: multipart/mixed; boundary="PmA2V3Z32TCmWXqI" Content-Disposition: inline --PmA2V3Z32TCmWXqI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, this is a bit of a RFC (anlong with a patch). I would like to have an option in md5sum (and friends) that displays only the digest without the filename. The use-case is mostly package maintainer scripts. They often need the md5sum to e.g. check if a conffile has changed and use patterns like: `md5sum /etc/papersize 2> /dev/null | awk '{print $1}'` `md5sum /etc/lsb-release | cut -d" " -f1` $(md5sum /etc/networks | sed -e 's/ .*//') Having a --digest-only option in md5sum would make this a bit more uniform. Attached is a small patch, if the suggestion gets accepted I'm happy to flesh it out more and write the man-page entry and tests. Cheers, Michael --PmA2V3Z32TCmWXqI Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="coreutils-md5sum-digest-only.diff" Content-Transfer-Encoding: quoted-printable diff --git a/src/md5sum.c b/src/md5sum.c index e58a68e..17cbde0 100644 --- a/src/md5sum.c +++ b/src/md5sum.c @@ -154,6 +154,9 @@ static bool quiet =3D false; improperly formatted. */ static bool strict =3D false; =20 +/* With --digest-only show only the digest, not the filename */ +static bool digest_only =3D false; + /* Whether a BSD reversed format checksum is detected. */ static int bsd_reversed =3D -1; =20 @@ -197,7 +200,8 @@ enum STATUS_OPTION, QUIET_OPTION, STRICT_OPTION, - TAG_OPTION + TAG_OPTION, + DIGEST_ONLY_OPTION }; =20 static struct option const long_options[] =3D @@ -214,6 +218,7 @@ static struct option const long_options[] =3D { "warn", no_argument, NULL, 'w' }, { "strict", no_argument, NULL, STRICT_OPTION }, { "tag", no_argument, NULL, TAG_OPTION }, + { "digest-only", no_argument, NULL, DIGEST_ONLY_OPTION }, { GETOPT_HELP_OPTION_DECL }, { GETOPT_VERSION_OPTION_DECL }, { NULL, 0, NULL, 0 } @@ -541,6 +546,9 @@ hex_digits (unsigned char const *s) static void print_filename (char const *file, bool escape) { + if (digest_only) + return; + if (! escape) { fputs (file, stdout); @@ -931,6 +939,9 @@ main (int argc, char **argv) prefix_tag =3D true; binary =3D 1; break; + case DIGEST_ONLY_OPTION: + digest_only =3D true; + break; case_GETOPT_HELP_CHAR; case_GETOPT_VERSION_CHAR (PROGRAM_NAME, AUTHORS); default: --PmA2V3Z32TCmWXqI-- --nmemrqcdn5VTmUEE Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJYvRYPAAoJEJjKuzq9TKWeEacP/jl7vxnH1kpFVGn2sFDY3Lm+ ENrpTZuk/oZqPQlTwqEKKQdtDYucQS2RUUddMOSZlfYZ+ZFeI2Eue69fRI4hVNFa faiJRFeQZWDVCM9UOYf4P6FPUttL0C0yv9kbLWgyln8uC3RgmuCZi0pzaix2MYe4 3icEX7DQ5QAb4MUg9bGgWHV/ll3yVJkdtl/KduzEZT9cbwb0lQmbOg9cKSqU0qHD JIfxf9a1SqkyTAJYDKC1CsX3ECO3fHrFx7blOeXZMdhEI7eOnPZ1Z5w2GV/tIL1e IERWsOI1Dp8t/lC+p4GJYTrcou9AyG3FrImJ932DSsp4aHD/BCxHGgQB9STSpcEN SV/NQVRGelBzL3bXTJ6P10Xgs6XpPGzlUkwfZ+D1ZjuWQK9z0F/fZ7abJolfN/lB dO6TVFzRg77vqJH8DP2YxbNvFe7I2h5XMlvHLU/aclwgLvoszwwguEUCYrPmiUqn v6KZL+mYP6sYw+/uKvSRNb8yBe/fQhXovYUCBJIioh80pubMJ+54OB5A4h7mUOBd b3kFggIyJPrcJugziphuARh/acw1QgudSR+/wlsY1ohBzqZslzG4NSF2QZdXirpM 5fcmJCL7d4VeegAl967l+NpUnOg26LorqXliCcfLB16uhnwDZGN4k3EvcZQOn0B5 BU76dhJ5YgraXKfTkXPY =PY9+ -----END PGP SIGNATURE----- --nmemrqcdn5VTmUEE-- From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 06 23:26:19 2017 Received: (at 26002) by debbugs.gnu.org; 7 Mar 2017 04:26:19 +0000 Received: from localhost ([127.0.0.1]:43471 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cl6hW-0000WK-Ri for submit@debbugs.gnu.org; Mon, 06 Mar 2017 23:26:19 -0500 Received: from midir.magicbluesmoke.com ([82.195.144.46]:49468 helo=mail.magicbluesmoke.com) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cl6hT-0000WA-Pp for 26002@debbugs.gnu.org; Mon, 06 Mar 2017 23:26:17 -0500 Received: from localhost.localdomain (mobile-166-137-176-063.mycingular.net [166.137.176.63]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.magicbluesmoke.com (Postfix) with ESMTPSA id A7952977B; Tue, 7 Mar 2017 04:26:11 +0000 (GMT) Subject: Re: bug#26002: [patch] md5sum --digest-only To: Michael Vogt , 26002@debbugs.gnu.org References: <20170306075559.GJ23539@bod> From: =?UTF-8?Q?P=c3=a1draig_Brady?= Message-ID: <045a92ab-a6b7-7a5b-103f-6b4cb377dda0@draigBrady.com> Date: Mon, 6 Mar 2017 20:26:07 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: <20170306075559.GJ23539@bod> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 26002 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) On 05/03/17 23:55, Michael Vogt wrote: > Hi, > > this is a bit of a RFC (anlong with a patch). I would like to have an > option in md5sum (and friends) that displays only the digest without > the filename. The use-case is mostly package maintainer scripts. They > often need the md5sum to e.g. check if a conffile has changed and use > patterns like: > > `md5sum /etc/papersize 2> /dev/null | awk '{print $1}'` > `md5sum /etc/lsb-release | cut -d" " -f1` > $(md5sum /etc/networks | sed -e 's/ .*//') > > Having a --digest-only option in md5sum would make this a bit more > uniform. > > Attached is a small patch, if the suggestion gets accepted I'm happy > to flesh it out more and write the man-page entry and tests. This is one of those marginal ones, previously discussed as indicated at: https://www.gnu.org/software/coreutils/rejected_requests.html#checksum Note your forms above don't handle the case where a leading '\' is added for certain edge case filenames. The most general solution would be something like: md5sum < the_file | cut -f1 -d' ' I suppose you could avoid the new option and behave like wc. I.E. don't print the extraneous '-' at all. That would also be backwards compat with all the processing forms above. Though not forwards compat, in that new scripts running against older versions of md5sum would now not work. Given the minimal/obvious processing involved, I'm still slightly in favor for leaving as is. thanks, Pádraig From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 07 03:04:07 2017 Received: (at 26002) by debbugs.gnu.org; 7 Mar 2017 08:04:07 +0000 Received: from localhost ([127.0.0.1]:43547 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1clA6J-0005qx-B9 for submit@debbugs.gnu.org; Tue, 07 Mar 2017 03:04:07 -0500 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:54907) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1clA6H-0005qo-2l for 26002@debbugs.gnu.org; Tue, 07 Mar 2017 03:04:05 -0500 Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id 50F5820B3C; Tue, 7 Mar 2017 03:04:04 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute2.internal (MEProxy); Tue, 07 Mar 2017 03:04:04 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= smtpout; bh=R1Q3J+un9miOu+GTe2IPfTKW1nM=; b=pBKUUItxjjtMzOuyULm2 u/l4QAwqLcCSDo/jlU3HTJRt0B7WiUJAofuTmQeKd4LOiouhuvwKSEHT5OuTfX5R 3vlXf4RBUVjS4vY54J99KOAEquBf9H/PwsKYBwH4yNF8Sj+C3/WppTV+rDvNFgCx PiWBJiOcGXAz9VLQF4//k7s= X-ME-Sender: X-Sasl-enc: PqA8EEoRCyLiFLIMx0Xlz3dhhA4nl0Ebyf1YJZxjZSv7 1488873843 Received: from bod.fritz.box (p57909459.dip0.t-ipconnect.de [87.144.148.89]) by mail.messagingengine.com (Postfix) with ESMTPA id CAB197E31E; Tue, 7 Mar 2017 03:04:03 -0500 (EST) Received: by bod.fritz.box (Postfix, from userid 1000) id 977FC1941AD4; Tue, 7 Mar 2017 09:04:02 +0100 (CET) Date: Tue, 7 Mar 2017 09:04:02 +0100 From: Michael Vogt To: =?iso-8859-1?Q?P=E1draig?= Brady Subject: Re: bug#26002: [patch] md5sum --digest-only Message-ID: <20170307080402.GC2897@bod> References: <20170306075559.GJ23539@bod> <045a92ab-a6b7-7a5b-103f-6b4cb377dda0@draigBrady.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <045a92ab-a6b7-7a5b-103f-6b4cb377dda0@draigBrady.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-Spam-Score: -0.5 (/) X-Debbugs-Envelope-To: 26002 Cc: 26002@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.5 (/) On Mon, Mar 06, 2017 at 08:26:07PM -0800, Pádraig Brady wrote: > On 05/03/17 23:55, Michael Vogt wrote: [..] > > `md5sum /etc/papersize 2> /dev/null | awk '{print $1}'` > > `md5sum /etc/lsb-release | cut -d" " -f1` > > $(md5sum /etc/networks | sed -e 's/ .*//') > > > > Having a --digest-only option in md5sum would make this a bit more > > uniform. > > > > Attached is a small patch, if the suggestion gets accepted I'm happy > > to flesh it out more and write the man-page entry and tests. > > This is one of those marginal ones, previously discussed as indicated at: > https://www.gnu.org/software/coreutils/rejected_requests.html#checksum [..] Aha, thanks! I found the discussion about it now and see this was already discussed. Sorry that I have not found in earlier. > Note your forms above don't handle the case where a leading '\' > is added for certain edge case filenames. > The most general solution would be something like: > > md5sum < the_file | cut -f1 -d' ' Thanks for this. I was mostly working on this because I saw a bunch of different ways to solve this problem. Here is another example: hash=$(set -- $(md5sum some-file) && echo "$1") (and there are more). Given that it is a common use-case I was hoping that *sum could provide a single obvious way to do it. But I do understand that each extra option adds maintenance burden of coreutils. > I suppose you could avoid the new option and behave like wc. > I.E. don't print the extraneous '-' at all. > That would also be backwards compat with all the processing forms above. > Though not forwards compat, in that new scripts running against > older versions of md5sum would now not work. > Given the minimal/obvious processing involved, > I'm still slightly in favor for leaving as is. For my use-case it would be a nice step forward. The scripts I deal with usually run in the context of a given distro release. Cheers, Michael From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 24 16:37:04 2018 Received: (at 26002) by debbugs.gnu.org; 24 Oct 2018 20:37:04 +0000 Received: from localhost ([127.0.0.1]:40571 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gFPto-0007g5-BH for submit@debbugs.gnu.org; Wed, 24 Oct 2018 16:37:04 -0400 Received: from mail-it1-f182.google.com ([209.85.166.182]:55518) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gFPtm-0007fV-EC; Wed, 24 Oct 2018 16:37:02 -0400 Received: by mail-it1-f182.google.com with SMTP id c23-v6so7877032itd.5; Wed, 24 Oct 2018 13:37:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-language:content-transfer-encoding; bh=gvXz2ToHUaB/DlwO4Hef0ydOAzcBSUvmkmBjVy5eRD4=; b=ZAoeIJpbIWS0c9ESdZWVVXS63g7xYk4t1nbDX4UGT7dMPWhegwZbeJuZ4/QmIEc40W d+X32FuvGFn/EJsXTZv2ZOM9ZmaLsHqeSmEOZOyRBH/sOwUT/wC549ZmJ+13gRETlott 8OvmzdPBCL2ZgVhA6PPHutmnT2GFrp7r+7stni2G43xGV4t4GHiTdmKvV+4xL4V/AJAr WOFc8JPbi0SXQEA+ufFnkm/0H57tXRrl/Kt8/FVvqYKDY2ZQhGoGX2F9palDnSoi8Shu rVYqLWbXQVutU6/g2vaEsjpAdot2y6d1GcllktVMNvY6b+lq92hC7+75+kGV4ssmXwk5 GaMA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=gvXz2ToHUaB/DlwO4Hef0ydOAzcBSUvmkmBjVy5eRD4=; b=CaQZ6wgtYyy0JLQXEgRrEP6EemT2JSBzelP6VLIvFqu7/pAOGqux6GKs+76Q1UzreU VfUdWoHk7krwZcE1wDfNA9ZraPMVriG0b1zSNFwcj5NeHTtm3olW9ghxhfV12fzdKC+3 wCEBXrSnzZNsjBlw1IbXaIHrJ2ZKrgzFu+uygHCvvaulFfu+d1mq46oVYetdD6obE+uX EHj2q3FR1jG0BeQE6fq9uUC9Zg2Qcqc7WabD6zjKrFukjXYOXNKLHUV4pKGCMt6T7kBd HMUMMb4AIdcMAYK8z7+jx54LW4qwSDFT88HLjnN+Hi39JHTJn8IjHClJys8u1BDiFfkD evPw== X-Gm-Message-State: AGRZ1gKs4XravqW96qfZ8WZVx//nyNUcfDIrvARb2iND90s12N7CWzGd lRk0r/zqjNU38CvUuG499H7t4qEk3LQ= X-Google-Smtp-Source: AJdET5famPUf9efrpHlQONVZljKycqOl93isWX96L/XP21dUsTD/tY7+2Guo1QWD5gvZKnE5Pt3WKw== X-Received: by 2002:a24:7c81:: with SMTP id a123-v6mr2720368itd.29.1540413415935; Wed, 24 Oct 2018 13:36:55 -0700 (PDT) Received: from tomato.housegordon.com (moose.housegordon.com. [184.68.105.38]) by smtp.googlemail.com with ESMTPSA id w124-v6sm402105ita.0.2018.10.24.13.36.53 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 24 Oct 2018 13:36:54 -0700 (PDT) Subject: Re: bug#26002: [patch] md5sum --digest-only To: 26002@debbugs.gnu.org References: <20170306075559.GJ23539@bod> <045a92ab-a6b7-7a5b-103f-6b4cb377dda0@draigBrady.com> <20170307080402.GC2897@bod> From: Assaf Gordon Message-ID: Date: Wed, 24 Oct 2018 14:36:52 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20170307080402.GC2897@bod> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 26002 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) severity 26002 wishlist tags 26002 wontfix close 26002 stop (triaging old bugs) On 07/03/17 01:04 AM, Michael Vogt wrote: > On Mon, Mar 06, 2017 at 08:26:07PM -0800, Pádraig Brady wrote: >> On 05/03/17 23:55, Michael Vogt wrote: > [..] >>> `md5sum /etc/papersize 2> /dev/null | awk '{print $1}'` >>> `md5sum /etc/lsb-release | cut -d" " -f1` >>> $(md5sum /etc/networks | sed -e 's/ .*//') >>> >>> Having a --digest-only option in md5sum would make this a bit more >>> uniform. >>> >> This is one of those marginal ones, previously discussed as indicated at: >> https://www.gnu.org/software/coreutils/rejected_requests.html#checksum > [..] > Aha, thanks! I found the discussion about it now and see this was > already discussed. Sorry that I have not found in earlier. With no further comments in a year and a half, I'm closing this as "wont fix". Discussion can continue by replying to this thread. - assaf From unknown Fri Aug 15 17:22:55 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 22 Nov 2018 12:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator