From owner-freebsd-questions Wed Dec 12 10:14:41 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.kcnet.com (mail2.kcnet.com [216.90.72.3]) by hub.freebsd.org (Postfix) with ESMTP id F3D1237B417 for ; Wed, 12 Dec 2001 10:14:35 -0800 (PST) Received: from monk.kcnet.com (arc6x32.kcnet.com [216.90.75.32]) by mail2.kcnet.com (8.12.1/8.12.1) with ESMTP id fBCIEWed023472 for ; Wed, 12 Dec 2001 12:14:33 -0600 Received: from miles.kcnet.com (monk.kcnet.com [192.168.1.4]) by monk.kcnet.com (Postfix) with SMTP id 66B6A8D41 for ; Wed, 12 Dec 2001 12:11:57 -0600 (CST) Content-Type: text/plain; charset="iso-8859-1" From: Jeff Muse To: freebsd-questions@freebsd.org Subject: Re: NEWBIE: CVSup issues Date: Wed, 12 Dec 2001 12:07:50 -0600 X-Mailer: KMail [version 1.2] References: <15383.38368.872930.163154@guru.mired.org> In-Reply-To: <15383.38368.872930.163154@guru.mired.org> MIME-Version: 1.0 Message-Id: <01121212075000.01069@miles.kcnet.com> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > With later versions of the system, the easiest way is to use the > examples supfiles directly, and just set the appropriate variables in > /etc/make.conf: > > SUP_UPDATE= yes > SUPHOST= cvsup7.FreeBSD.org > SUPFILE= /usr/share/examples/cvsup/stable-supfile > PORTSSUPFILE= /usr/share/examples/cvsup/ports-supfile > DOCSUPFILE= /usr/share/examples/cvsup/doc-supfile > > With those added to /etc/make.conf, you can do "make udpate" in > /usr/src to update everything, or use the same command in /usr/ports > to just update the ports tree. If you're not interested in tracking > the docs tree, don't define DOCSUPFILE. > Thanks for clearing that up - make.conf had me a little confused too - there's no such critter in linux. Jeff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message