From owner-freebsd-questions Fri Mar 7 15:21:42 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 E0F0737B401 for ; Fri, 7 Mar 2003 15:21:39 -0800 (PST) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 622B743F85 for ; Fri, 7 Mar 2003 15:21:38 -0800 (PST) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-b165.otenet.gr [212.205.244.173]) by mailsrv.otenet.gr (8.12.8/8.12.8) with ESMTP id h27NLYNJ029151; Sat, 8 Mar 2003 01:21:35 +0200 (EET) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.8/8.12.8) with ESMTP id h27NLQMG008933; Sat, 8 Mar 2003 01:21:34 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.8/8.12.8/Submit) id h27MmLvJ008511; Sat, 8 Mar 2003 00:48:21 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Sat, 8 Mar 2003 00:48:21 +0200 From: Giorgos Keramidas To: IAccounts Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Sendmail config file Message-ID: <20030307224821.GB8357@gothmog.gr> References: <20030307163613.GI2094@gothmog.gr> <20030307124042.U6974-100000@diana.northnetworks.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030307124042.U6974-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-07 12:43, IAccounts wrote: > > # cd /etc/mail > > # tar cf - *.cf | gzip -9c - > oldcf.tar.gz > > > > Then regenerate all the *.cf files: > > > > # make cf > > > > Install them as sendmail.cf and submit.cf: > > > > # make install > > > > At this point it fails with: > > # install -c -m freebsd.cf /etc/mail/sendmail.cf > Install: Invalid file mode: freebsd.cf > > I have tried all manner of file permissions, as I am assuming that they > this is what is referred to by mode. > > 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} - Giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message