bug#26002: [patch] md5sum --digest-only

2018-10-24 Thread Assaf Gordon
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}'` `

bug#26002: [patch] md5sum --digest-only

2017-03-07 Thread Michael Vogt
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

bug#26002: [patch] md5sum --digest-only

2017-03-06 Thread Pádraig Brady
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. chec

bug#26002: [patch] md5sum --digest-only

2017-03-06 Thread Michael Vogt
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: