Date: Tue, 31 Jul 2001 19:14:07 -0700 From: Gregory Neil Shapiro <gshapiro@FreeBSD.ORG> To: Nick Sayer <nsayer@quack.kfu.com> Cc: freebsd-stable@FreeBSD.ORG Subject: Re: sendmail .mc file building buglet Message-ID: <15207.26095.204216.77435@horsey.gshapiro.net> In-Reply-To: <3B6763AC.3020108@quack.kfu.com> References: <3B6763AC.3020108@quack.kfu.com>
next in thread | previous in thread | raw e-mail | index | archive | help
nsayer> Just supp'ed -stable and built the world. Now my .mc files make bad nsayer> .cf files if I don't have FEATURE(access...) in them. The symptom nsayer> is that the TLS stuff does LookUpDomain rule calls, but if the nsayer> access feature isn't in there, then it complains at session start. Please try this patch (applied to the HEAD, will apply to RELENG_4 if it fixes the problem for you). Index: etc/mail/Makefile =================================================================== RCS file: /home/ncvs/src/etc/mail/Makefile,v retrieving revision 1.19 diff -u -r1.19 Makefile --- etc/mail/Makefile 2001/07/23 02:18:34 1.19 +++ etc/mail/Makefile 2001/08/01 02:10:35 @@ -39,8 +39,6 @@ # uucpdomain, virtusertable # -SENDMAIL_M4_FLAGS+= -D_FFR_TLS_O_T - .ifndef SENDMAIL_MC SENDMAIL_MC!= hostname SENDMAIL_MC:= ${SENDMAIL_MC}.mc Index: etc/sendmail/Makefile =================================================================== RCS file: /home/ncvs/src/etc/sendmail/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- etc/sendmail/Makefile 2001/07/23 02:19:02 1.11 +++ etc/sendmail/Makefile 2001/08/01 02:10:39 @@ -10,8 +10,6 @@ SMDIR= ${SENDMAIL_DIR}/src CFDIR= ${SENDMAIL_DIR}/cf -SENDMAIL_M4_FLAGS+= -D_FFR_TLS_O_T - # this is overkill, but.... M4FILES!= find ${CFDIR} -type f -name '*.m4' -print To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15207.26095.204216.77435>