Date: Sat, 8 Mar 2003 00:48:21 +0200 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: IAccounts <iaccounts@northnetworks.ca> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Sendmail config file Message-ID: <20030307224821.GB8357@gothmog.gr> In-Reply-To: <20030307124042.U6974-100000@diana.northnetworks.ca> References: <20030307163613.GI2094@gothmog.gr> <20030307124042.U6974-100000@diana.northnetworks.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2003-03-07 12:43, IAccounts <iaccounts@northnetworks.ca> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030307224821.GB8357>
