From owner-freebsd-isp@FreeBSD.ORG Tue Jun 22 15:40:51 2004 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A35B816A4CE for ; Tue, 22 Jun 2004 15:40:51 +0000 (GMT) Received: from mproxy.gmail.com (mproxy.gmail.com [216.239.56.249]) by mx1.FreeBSD.org (Postfix) with SMTP id 901F743D49 for ; Tue, 22 Jun 2004 15:40:51 +0000 (GMT) (envelope-from nethead@gmail.com) Received: by mproxy.gmail.com with SMTP id r65so69262cwc for ; Tue, 22 Jun 2004 08:40:31 -0700 (PDT) Received: by 10.11.117.65 with SMTP id p65mr458706cwc; Tue, 22 Jun 2004 08:40:31 -0700 (PDT) Message-ID: <79db6ae0406220840344faaa0@mail.gmail.com> Date: Tue, 22 Jun 2004 08:40:31 -0700 From: Joe Hamelin To: nick@arc.net.my, freebsd-isp@freebsd.org In-Reply-To: <40D7CBB9.6010606@arc.net.my> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <40D7C973.4050404@arc.net.my> <79db6ae04062123022401bc57@mail.gmail.com> <40D7CBB9.6010606@arc.net.my> Subject: Re: Update to 4.10 error X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2004 15:40:51 -0000 You'll want something like this for your cvs-supfile. Don't forget the . at the end of the last line. -Joe # cvsup -g -L 2 ~/cvs-supfile *default host=cvsup2.freebsd.org *default base=/usr/local/etc/cvsup *default prefix=/usr *default release=cvs delete use-rel-suffix compress src-all tag=RELENG_4_10 ports-all tag=. On Tue, 22 Jun 2004 14:03:37 +0800, Nick Kraal wrote: > > It is not there. Even did a 'mkdir -p /usr/src/usr.bin/yacc' but still > got an error message. Should there be this line in the cvsup conf file: > > *default release=cvs tag-RELENG_5_2 (for example) > > Thanks. > > -nick/ > > > > > Joe Hamelin wrote: > > > Did you try to cd to usr/src/usr.bin/yacc to make sure it's there? > > > > On Tue, 22 Jun 2004 13:53:55 +0800, Nick Kraal wrote: > > > > > >>cd: can't cd to /usr/src/usr.bin/yacc > >>*** Error code 2 > > > > > -- Joe Hamelin <nethead@gmail.com>