Date: Wed, 02 May 2001 18:20:23 -0700 From: Dima Dorfman <dima@unixfreak.org> To: Will Andrews <will@physics.purdue.edu>, Dag-Erling Smorgrav <des@ofug.org>, audit@FreeBSD.ORG Subject: Re: sha1 support in md5(1) Message-ID: <20010503012023.A8BA03E2B@bazooka.unixfreak.org> In-Reply-To: <20010502200930.F5017@casimir.physics.purdue.edu>; from will@physics.purdue.edu on "Wed, 2 May 2001 20:09:30 -0500"
next in thread | previous in thread | raw e-mail | index | archive | help
Will Andrews <will@physics.purdue.edu> writes: > On Wed, May 02, 2001 at 06:11:38PM -0700, Dima Dorfman wrote: > > Not really necessary. It's not that hard to do `openssl md5` or > > `openssl sha1`. No need to pollute [/usr]/[s]bin with gratuitous > > links. > > OK, but what about potentially getting rid of md5(1)? If we can get the OpenSSL folks to stick those spaces in there for us that'd be the best. Then, we just add links for 'md5', 'sha1', etc. to openssl in /usr/bin (I've always thought /sbin was a bad place for md5(1), anyway). Failing that, we find a way to run the output through something like: sed -E 's/^(.+)\((.+)\)= (.+)$/\1 (\2) = \3/g' and make links to that. Dima Dorfman dima@unixfreak.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-audit" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010503012023.A8BA03E2B>