Date: Sun, 13 Aug 2000 01:38:39 -0700 (PDT) From: Gregory Neil Shapiro <gshapiro@FreeBSD.ORG> To: Doug Barton <DougB@gorean.org> Cc: freebsd-current@FreeBSD.ORG Subject: Re: sendmail updated from 8.9.3 to 8.11.0 in -current Message-ID: <14742.24207.71858.539724@horsey.gshapiro.net> In-Reply-To: <399653AC.A5269670@gorean.org> References: <14741.53848.763058.787717@horsey.gshapiro.net> <001201c004b0$cfe63660$8dfee0d1@westbend.net> <14741.55147.202130.156007@horsey.gshapiro.net> <002f01c004b4$2120dc80$8dfee0d1@westbend.net> <399653AC.A5269670@gorean.org>
next in thread | previous in thread | raw e-mail | index | archive | help
DougB> I'm seeing a small problem with up to the minute sources in the install DougB> phase: DougB> + cp /etc/aliases /etc/mail/aliases DougB> cp: not found DougB> *** Error code 127 That is odd considering the step right before it uses 'mv' which is located in /bin/ (where 'cp' also lives). I assumed that if mv worked, cp would as well. In any case, that step was a hack for the short term until I could make arrangements to get src/etc/aliases moved to src/etc/mail/aliases by the CVS managers. This has now been done and I've removed the hack so things should return to normal again. Thanks for the report. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?14742.24207.71858.539724>