From owner-freebsd-questions Mon Mar 10 9:46: 9 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47A6637B404 for ; Mon, 10 Mar 2003 09:46:06 -0800 (PST) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 220F143FB1 for ; Mon, 10 Mar 2003 09:46:05 -0800 (PST) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr364-a09.otenet.gr [195.167.109.41]) by mailsrv.otenet.gr (8.12.8/8.12.8) with ESMTP id h2AHjuNJ001329; Mon, 10 Mar 2003 19:46:00 +0200 (EET) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.8/8.12.8) with ESMTP id h2AHjuTf001696; Mon, 10 Mar 2003 19:45:56 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.8/8.12.8/Submit) id h2AHjumf001695; Mon, 10 Mar 2003 19:45:56 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 10 Mar 2003 19:45:56 +0200 From: Giorgos Keramidas To: IAccounts Cc: freebsd-questions@FreeBSD.org Subject: Re: Sendmail config file Message-ID: <20030310174556.GB1461@gothmog.gr> References: <20030310172000.GA1461@gothmog.gr> <20030310122312.Y31451-100000@diana.northnetworks.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030310122312.Y31451-100000@diana.northnetworks.ca> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2003-03-10 12:32, IAccounts wrote: > > > > > # install -c -m freebsd.cf /etc/mail/sendmail.cf > > > > > Install: Invalid file mode: freebsd.cf > > > > > Has anyone else experienced this during their sendmail upgrade? > > > > > > > > Does the file /usr/share/mk/bsd.own.mk exist? > > > > > > > > If yes, does it contain a definition of SHAREMODE? > > > > > > > > % grep SHAREMODE /usr/share/mk/bsd.own.mk > > > > # SHAREMODE ASCII text file mode. [${NOBINMODE}] > > > > SHAREMODE?= ${NOBINMODE} > > > > > > It certainly does. The entry is laid out exactly as you have it above. > > > The Makefile appears to be a binary, for reasons unknown to me, but that > > > is besides the point. Can I just copy a new makefile over from a different > > > box, or am I headed in the wrong direction with this? > > > > Have you upgraded recently? Did you run mergemaster after installworld? > > What is the output of the following command? > > > > $ diff -u /etc/mail/Makefile /usr/src/etc/mail/Makefile > > Yes I just upgraded last week. 4.3->RELENG_4. > > I did do mergemaster, but only on the password file. > I will copy the latter file to /etc/mail and give it a test. > > Thanks. Nice :) You should really run mergemaster and let it merge all the necessary changes to /etc though. Not just the password file. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message