On 2003-03-07 12:43, IAccounts <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message