Date: Thu, 27 Nov 1997 17:54:44 -0800 (PST) From: asami@cs.berkeley.edu (Satoshi Asami) To: hoek@FreeBSD.ORG Cc: ports@FreeBSD.ORG Subject: Re: patch to bsd.port.mk: >1 md5 hash per file Message-ID: <199711280154.RAA02800@baloon.mimi.com> In-Reply-To: <Pine.BSF.3.96.971127190751.2029A-100000@ppp6488.on.bellglobal.com> (message from Tim Vanderhoek on Thu, 27 Nov 1997 19:29:39 -0500 (EST))
next in thread | previous in thread | raw e-mail | index | archive | help
* It would be nice if the md5 hash for both versions of the file * could be included in files/md5, even if the addition of the 2nd * hash had to be done manually. * - elif [ "$$CKSUM" = "$$CKSUM2" ]; then \ * + elif expr "$$CKSUM2" : ".*$$CKSUM" > /dev/null; then \ Oh, I see. At first I thought you were talking about adding two lines for the same file, actually you mean something like MD5 (imaze.tar) = 6c042fe0afcc3399b31b25ce16d9fb3b/1cfac4f65653dbd2ed43f8e842a9a374 Ok, I'll put it in my local copy. I'll commit it in a few days if it passes my test (which is, rebuild all packages :). Satoshi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199711280154.RAA02800>