From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 01:49:03 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8997616A41F for ; Thu, 8 Sep 2005 01:49:03 +0000 (GMT) (envelope-from akbeech@gmail.com) Received: from vfemail.net (miwi2dsl-a234.wi.tds.net [216.170.248.235]) by mx1.FreeBSD.org (Postfix) with ESMTP id CACE343D46 for ; Thu, 8 Sep 2005 01:49:02 +0000 (GMT) (envelope-from akbeech@gmail.com) Received: (qmail 47482 invoked by uid 85); 8 Sep 2005 01:48:58 -0000 Received: from akbeech@gmail.com by mail.vfemail.net by uid 0 with qmail-scanner-1.16 (clamscan: 0.75.1. spamassassin: 2.63. Clear:. Processed in 1.370786 secs); 08 Sep 2005 01:48:58 -0000 Received: from unknown (HELO ?192.168.2.200?) (alaska@vfemail.net@209.124.141.64) by miwi2dsl-a234.wi.tds.net with RC4-MD5 encrypted SMTP; 8 Sep 2005 01:48:57 -0000 From: Beecher Rintoul Organization: NorthWind Communications To: freebsd-questions@freebsd.org Date: Wed, 7 Sep 2005 17:48:41 -0800 User-Agent: KMail/1.8.2 References: <431F85D8.2090209@comcast.net> <20050908003428.GA18167@orion.daedalusnetworks.priv> <431F8EFC.6050706@comcast.net> In-Reply-To: <431F8EFC.6050706@comcast.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1356337.yNLf9h4dXA"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200509071748.54217.akbeech@gmail.com> Cc: Rem Roberti , Giorgos Keramidas Subject: Re: Thanks... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 01:49:03 -0000 --nextPart1356337.yNLf9h4dXA Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Wednesday 07 September 2005 05:08 pm, Rem Roberti wrote: > Giorgos Keramidas wrote: > >On 2005-09-07 17:29, Rem Roberti wrote: > >>Thanks to all that answered my questions about xterm. > >> > >>One more question and then I'll quit for the day. I have created a > >>cvsupfile to use with cvsup, and it contains a docs-all line, which is > >>used to update the doc repository. However, both of the books that I > >>have on FreeBSD state that the docs are contained in the /usr/doc > >>directory. No such directory exists in my 5.4 installation. Where > >>did that directory go? > > > >The docs-all collection fetches the documentation sources (SGML, XML and > >the Makefiles needed to build & format the docs). Are you sure it's > >this that you want? > > > >To tell you exactly where the doc sources have gone, we have to see the > >supfile though. > > Thanks for your reply. Here's the file: > > *default tag=3DRELENG_5_4_0_RELEASE > *default host=3Dcvsup1.FreeBSD.org > *default base=3D/var/db > *default prefix=3D/home/ncvs > *default release=3Dcvs > *default delete use-rel-suffix > *default compress > src-all > ports-all > doc-all > www > cvsroot-all > > Except for adding the initial tag, I just copied this supfile from one > of the examples. It probably leaves a lot to be desired. > > Rem > Your cvsupfile should look like this: *default tag=3DRELENG_5_4_0_RELEASE *default host=3Dcvsup3.freebsd.org *default base=3D/usr *default prefix=3D/usr *default release=3Dcvs *default compress *default delete use-rel-suffix src-all doc-all ports-all tag=3D. <----- Note the period That will update your local /usr/src, /usr/doc and /usr/ports. Ports always= =20 need to be tagged head otherwise cvsup will just delete your ports tree. Change *default host to a mirror close to you. You don't need www unless yo= u=20 plan on mirroring the freebsd website, nor do you need cvs-root. Enjoy, Beech =2D-=20 =2D------------------------------------------------------------------------= =2D------------- Beech Rintoul - System Administrator - akbeech@gmail.com /"\ ASCII Ribbon Campaign | NorthWind Communications \ / - NO HTML/RTF in e-mail | 201 East 9th Avenue Ste.310 X - NO Word docs in e-mail | Anchorage, AK 99501 / \=20 =2D------------------------------------------------------------------------= =2D------------- --nextPart1356337.yNLf9h4dXA Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBDH5iGVq19LUoGB+MRAgCFAJ4iS3aXvHC3uRVbgPTcR5TQLl3LrwCgl5IB 4FRL5xQCzeFgsxRLl3x3cTA= =P5GE -----END PGP SIGNATURE----- --nextPart1356337.yNLf9h4dXA--