Subject: Re: CVS commit: src/usr.bin/mail
To: Perry E. Metzger <perry@piermont.com>
From: Geert Hendrickx <ghen@NetBSD.org>
List: source-changes
Date: 06/15/2006 17:38:38
On Thu, Jun 15, 2006 at 10:24:40AM -0400, Perry E. Metzger wrote:
> Neither do I. I kind of think it would be a good idea to know before
> making such a change, but now that you've made it, you should research
> what the reason was so we can be sure the change wasn't a mistake. (I
> wouldn't revert it at this point, but you should track down the
> original purpose...)

I grepped the entire source tree for "send-mail", and only found it in
some examples in mailer.conf(5).  The CVS history of usr.bin/mail/
doesn't reveal anything either, send-mail was there with the initial
import.  And unfortunately Google is not "dash-sensitive" (it treats
sendmail and send-mail equally) so I can't find anything through it,
either.  

I think the only thing we need to check is that this change didn't break
/usr/bin/mail, and it didn't.  

	Geert