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
> 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/
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
> 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