From owner-freebsd-current Sun Aug 13 4:32:54 2000 Delivered-To: freebsd-current@freebsd.org Received: from gidora.zeta.org.au (gidora.zeta.org.au [203.26.10.25]) by hub.freebsd.org (Postfix) with SMTP id 68CA037B558 for ; Sun, 13 Aug 2000 04:32:50 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: (qmail 16290 invoked from network); 13 Aug 2000 11:32:42 -0000 Received: from unknown (HELO bde.zeta.org.au) (203.2.228.102) by gidora.zeta.org.au with SMTP; 13 Aug 2000 11:32:42 -0000 Date: Sun, 13 Aug 2000 21:32:37 +1000 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: Gregory Neil Shapiro Cc: Doug Barton , freebsd-current@FreeBSD.ORG Subject: Re: sendmail updated from 8.9.3 to 8.11.0 in -current In-Reply-To: <14742.24207.71858.539724@horsey.gshapiro.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 13 Aug 2000, Gregory Neil Shapiro wrote: > 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. This is because /bin is not in $PATH at install time. `mv' is actually located in ${TMPDIR}/install.$$. `cp' is not there, although `cp' is used to put `mv' there, since it would be a bug to use `cp' instead of ${INSTALL} to install things after `install' is bootstrapped. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message