> 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 to install the files.
> 
> So, is this supposed to work this way?

Yes, it is supposed to work just fine.  Can you show the exact
error you get after a buildworld and installworld?  Also you
might try this before the buildworld:

cd /usr/src/etc/sendmail
make cleandir
make cleandir

(yes, twice)
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to