Re: one or two errors in installworld

2002-06-10 Thread Steve Kargl
On Tue, Jun 11, 2002 at 12:09:23AM -0400, Andrew Lankford wrote: > In message <[EMAIL PROTECTED]>, Steve Kargl wr > ites: > > > >If you don't think it's bogus, then fix the > >documentation of make.conf and commit an UPDATING > >entry to warn everyone who set INSTALL several years > >ago. > > Che

Re: one or two errors in installworld

2002-06-10 Thread Andrew Lankford
In message <[EMAIL PROTECTED]>, Steve Kargl wr ites: > >If you don't think it's bogus, then fix the >documentation of make.conf and commit an UPDATING >entry to warn everyone who set INSTALL several years >ago. Check out the next to last few entries in: http://www.freebsd.org/cgi/cvsweb.cgi/src/

Re: one or two errors in installworld

2002-06-09 Thread Steve Kargl
On Sun, Jun 09, 2002 at 08:57:13PM -0700, J. Mallett wrote: > * From Andrew Lankford <[EMAIL PROTECTED]> > > > > In the file /usr/src/share/sendmail/Makefile: > > > > copies:: > > .for dir in ${CFDIRS} > > ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 755 -d ${DDIR}/${dir} > > .endfor > > > > ...acc

Re: one or two errors in installworld

2002-06-09 Thread J. Mallett
* From Andrew Lankford <[EMAIL PROTECTED]> > > In the file /usr/src/share/sendmail/Makefile: > > copies:: > .for dir in ${CFDIRS} > ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 755 -d ${DDIR}/${dir} > .endfor > > ...according to the fine man page, the -d option should appear before both the > targe

one or two errors in installworld

2002-06-09 Thread Andrew Lankford
In the file /usr/src/share/sendmail/Makefile: copies:: .for dir in ${CFDIRS} ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 755 -d ${DDIR}/${dir} .endfor ...according to the fine man page, the -d option should appear before both the target directory and all the other options. Also, it appears that I