From owner-freebsd-bugs@FreeBSD.ORG Tue May 18 07:00:15 2010 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 82CF01065670 for ; Tue, 18 May 2010 07:00:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (unknown [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 58E9A8FC0C for ; Tue, 18 May 2010 07:00:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o4I70F6x037513 for ; Tue, 18 May 2010 07:00:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o4I70F6k037511; Tue, 18 May 2010 07:00:15 GMT (envelope-from gnats) Date: Tue, 18 May 2010 07:00:15 GMT Message-Id: <201005180700.o4I70F6k037511@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Eitan Adler Cc: Subject: Re: bin/146541: [patch] add check option to md5(1) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Eitan Adler List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 May 2010 07:00:15 -0000 The following reply was made to PR bin/146541; it has been noted by GNATS. From: Eitan Adler To: bug-followup@freebsd.org Cc: Subject: Re: bin/146541: [patch] add check option to md5(1) Date: Tue, 18 May 2010 09:28:56 +0300 --0016e64f5e8fe94fb60486d875f7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable ---------- Forwarded message ---------- From: jhell Date: Mon, May 17, 2010 at 10:11 PM Subject: Re: adding "check option to md5(1) [was: md5(1) and cal(1) on -questions] I have reviewed this patch for functionality and my final conclusion is commit it. Though I would like to see the same functionality that the GNU GPL'd version of md5 has with the '-c' option and being able to check every sum that is listed in a file against a file on disk(c), this version brings the availability to doing the checking right from md5 and utils from a script. I have also edited the manual page portion of the patch to include the '[-c string]' option in the SYNOPSIS section of the man pages. This newly generated patch was generated from the root of the source tree. # cd /path/to/src # patch