Date: 22 Jan 2003 23:18:38 -0800 From: joseph <altea@attbi.com> To: "Marc G. Fournier" <scrappy@hub.org> Cc: freebsd-current@freebsd.org Subject: Re: make release.9 fails ... ? Message-ID: <1043306317.849.8.camel@Imerxion.we.client2.attbi.com> In-Reply-To: <20030122230441.H15704@hub.org> References: <20030122230441.H15704@hub.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi Marc, It Should be dhclient-script.sh (a bug in the release builder?) then it works... :) Joseph On Wed, 2003-01-22 at 19:06, Marc G. Fournier wrote: > Evening ... > > I found the release man page this evening, after more searching, and > understand from it that a simple: > > cd /usr/src > make buildworld > cd release > make floppies > > Should give me what I need ... > > But, when I try, the release.9 stage gives: > > atelier# make release.9 > rm -rf /R/stage/mfsfd > mkdir /R/stage/mfsfd > cd /R/stage/mfsfd && mkdir -p etc/defaults dev mnt stand/etc/defaults stand/help > ( cd /R/stage/mfsfd && for dir in bin sbin ; do ln -sf /stand $dir; done ) > cp /R/stage/trees/base/sbin/dhclient-script /R/stage/mfsfd/stand > cp: /R/stage/trees/base/sbin/dhclient-script: No such file or directory > *** Error code 1 > > Known bug, or is there another step that I need to run first? > > Thanks ... > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message 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?1043306317.849.8.camel>