From owner-freebsd-current Sun Aug 13 1:38:44 2000 Delivered-To: freebsd-current@freebsd.org Received: from horsey.gshapiro.net (horsey.gshapiro.net [209.220.147.178]) by hub.freebsd.org (Postfix) with ESMTP id AEF1037BC88 for ; Sun, 13 Aug 2000 01:38:41 -0700 (PDT) (envelope-from gshapiro@gshapiro.net) Received: (from gshapiro@localhost) by horsey.gshapiro.net (8.11.0/8.11.0) id e7D8cds02892; Sun, 13 Aug 2000 01:38:39 -0700 (PDT) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14742.24207.71858.539724@horsey.gshapiro.net> Date: Sun, 13 Aug 2000 01:38:39 -0700 (PDT) From: Gregory Neil Shapiro To: Doug Barton Cc: freebsd-current@FreeBSD.ORG Subject: Re: sendmail updated from 8.9.3 to 8.11.0 in -current 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> X-Mailer: VM 6.75 under 21.2 (beta35) "Nike" XEmacs Lucid Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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