Date: Tue, 08 Jul 2003 16:43:01 -0700 From: Peter Wemm <peter@wemm.org> To: Gregory Neil Shapiro <gshapiro@FreeBSD.org> Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/sendmail Makefile Message-ID: <20030708234301.A0A472A7EA@canning.wemm.org> In-Reply-To: <20030708203850.GJ49194@horsey.gshapiro.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Gregory Neil Shapiro wrote: > > How is this supposed to work now? > > > > peter@beast[1:13pm]/usr/src/etc/sendmail-15# make SENDMAIL_CF=freefall.cf i nstall > > install -o root -g wheel -m 644 freefall.cf /etc/mail/sendmail.cf > > install: freefall.cf: No such file or directory > > *** Error code 71 > > SENDMAIL_CF has been deprecated for a few releases (perhaps I should > remove it). It only seems to be half supported, so IMHO, either fix it or remove it so that it doesn't break world for folks who were using it. Right now, nothing is built, but it fails at install time since nothing was built. > However, if it is used, it should be with a fully qualified > path. I suppose a hack can be added to check if SENDMAIL_CF has a > leading '/' and if not to make it relative to .OBJDIR. > > However, if you are willing, consider switching to SENDMAIL_MC and using: > > make SENDMAIL_MC=freefall.mc [action] Hmm. I didn't realize this had become this painless. I'd always associated the SENDMAIL_MC stuff with being a runtime thing that was meant to be used in /etc/mail only. Lets give that a try. I guess the last remaining question mark is what mergemaster will do, but I'll worry about that later. > Let me know if you think the .OBJDIR hack should be put in place. If SENDMAIL_MC does what I need, thats fine with me. I'd rather see it removed than in a broken state. Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030708234301.A0A472A7EA>