From owner-freebsd-current@FreeBSD.ORG Tue Aug 26 19:09:35 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A443516A4C0 for ; Tue, 26 Aug 2003 19:09:35 -0700 (PDT) Received: from horsey.gshapiro.net (horsey.gshapiro.net [64.105.95.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB2A843FF2 for ; Tue, 26 Aug 2003 19:09:33 -0700 (PDT) (envelope-from gshapiro@gshapiro.net) Received: from horsey.gshapiro.net (localhost [127.0.0.1]) h7R29IZV031969 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 26 Aug 2003 19:09:19 -0700 (PDT) Received: (from gshapiro@localhost)h7R29IWq031968; Tue, 26 Aug 2003 19:09:18 -0700 (PDT) Date: Tue, 26 Aug 2003 19:09:18 -0700 From: Gregory Neil Shapiro To: Harti Brandt Message-ID: <20030827020918.GE86522@horsey.gshapiro.net> References: <20030826121245.F51682@beagle.fokus.fraunhofer.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030826121245.F51682@beagle.fokus.fraunhofer.de> User-Agent: Mutt/1.5.4i cc: current@freebsd.org Subject: Re: SENDMAIL_MC X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2003 02:09:35 -0000 > 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)