Date: Mon, 25 Jun 2001 12:03:37 +0300 From: Ruslan Ermilov <ru@FreeBSD.ORG> To: Valentin Nechayev <netch@iv.nn.kiev.ua> Cc: Stephen Montgomery-Smith <stephen@math.missouri.edu>, freebsd-stable@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: Problems with md5 -p Message-ID: <20010625120337.B22256@sunbay.com> In-Reply-To: <20010624194339.A717@iv.nn.kiev.ua>; from netch@iv.nn.kiev.ua on Sun, Jun 24, 2001 at 07:43:40PM %2B0300 References: <3B35F852.2290E18F@math.missouri.edu> <20010624194339.A717@iv.nn.kiev.ua>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Jun 24, 2001 at 07:43:40PM +0300, Valentin Nechayev wrote: > --- md5.c.orig Mon Jun 4 00:38:02 2001 > +++ md5.c Sun Jun 24 19:37:13 2001 > @@ -65,7 +65,7 @@ > switch (ch) { > case 'p': > MDFilter(1); > - break; > + exit(0); > case 'q': > qflag = 1; > break; > > This avoids determination of other options, but this does not conflict > directly with man page. > Yes it *does*. From the manpage: : The following four options may be used in any combination ... ^^^^^^^^^^^^^^^^^^ I'm not sure how useful it is though. :-) I'm going to merge OpenBSD refinements made to md5(1) sometime this week. This would also mean that most of the md5(1) options will be made mutually exclusive. This also corresponds to the NetBSD behavior. Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010625120337.B22256>