Re: SENDMAIL_MC

2003-08-27 Thread Harti Brandt
On Wed, 27 Aug 2003, Gregory Neil Shapiro wrote: GNS>> The problem (I think) is in src/etc/sendmail/Makefile: GNS>> GNS>> .if defined(SENDMAIL_MC) GNS>> INSTALL_CF= ${SENDMAIL_MC:T:R}.cf GNS>> GNS>> This leaves INSTALL_CF with fokus.cf (the path is stripped off) and GNS>> there is (of course

Re: SENDMAIL_MC

2003-08-27 Thread Gregory Neil Shapiro
> The problem (I think) is in src/etc/sendmail/Makefile: > > .if defined(SENDMAIL_MC) > INSTALL_CF= ${SENDMAIL_MC:T:R}.cf > > This leaves INSTALL_CF with fokus.cf (the path is stripped off) and > there is (of course) no fokus.cf in src/etc/sendmail. But there should be one in /usr/obj/usr/src/

Re: SENDMAIL_MC

2003-08-27 Thread Harti Brandt
On Tue, 26 Aug 2003, Gregory Neil Shapiro wrote: GNS>> I have SENDMAIL_MC and SENDMAIL_SUBMIT_MC defined in /etc/make.conf GNS>> (both with the full path, i.e. /etc/mail/...). From the documentation GNS>> I take it, that this should work. My installworld however breaks because GNS>> src/etc/sendma

Re: SENDMAIL_MC

2003-08-27 Thread Gregory Neil Shapiro
> I have SENDMAIL_MC and SENDMAIL_SUBMIT_MC defined in /etc/make.conf > (both with the full path, i.e. /etc/mail/...). From the documentation > I take it, that this should work. My installworld however breaks because > src/etc/sendmail/Makefile strips the pathname from the variables before > trying