Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Aug 2003 19:09:18 -0700
From:      Gregory Neil Shapiro <gshapiro@freebsd.org>
To:        Harti Brandt <brandt@fokus.fraunhofer.de>
Cc:        current@freebsd.org
Subject:   Re: SENDMAIL_MC
Message-ID:  <20030827020918.GE86522@horsey.gshapiro.net>
In-Reply-To: <20030826121245.F51682@beagle.fokus.fraunhofer.de>
References:  <20030826121245.F51682@beagle.fokus.fraunhofer.de>

next in thread | previous in thread | raw e-mail | index | archive | help
> 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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030827020918.GE86522>