On 2003-03-10 09:59, IAccounts <[EMAIL PROTECTED]> 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

- Giorgos


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to