Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Nov 2000 23:54:53 -0800
From:      Kris Kennaway <kris@FreeBSD.ORG>
To:        Eric Paynter <eric@arcticbears.com>
Cc:        freebsd-stable@FreeBSD.ORG
Subject:   Re: ../../conf/files: x must be optional, mandatory or standard
Message-ID:  <20001124235453.C88283@citusc17.usc.edu>
In-Reply-To: <013d01c056b2$79dc1dd0$6d047118@arcticbears.com>; from eric@arcticbears.com on Fri, Nov 24, 2000 at 11:36:51PM -0800
References:  <00d701c056a8$46918410$6d047118@arcticbears.com> <20001124224802.A79531@citusc17.usc.edu> <013d01c056b2$79dc1dd0$6d047118@arcticbears.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--Sr1nOIr3CvdE5hEN
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Fri, Nov 24, 2000 at 11:36:51PM -0800, Eric Paynter wrote:
> Here it is. Note that while I was trying to figure out what the release w=
as
> called, I tried RELENG_4_2_RELEASE and RELENG_4. Also, at one time I had
> src-all, but it was taking so long to get the contrib stuff that I killed
> it. Maybe I should "rm -r /usr/src" and start again? Thanks for the help.
>=20
> *default  host=3Dcvsup8.FreeBSD.org
> *default  base=3D/usr
> *default  prefix=3D/usr
> *default  release=3Dcvs
> *default  tag=3DRELENG_4_2_0_RELEASE
> *default  delete use-rel-suffix
> *default tag=3D.

There we go. You've overridden the RELENG_4_2_0_RELEASE tag with '.',
which means "get the head of the CVS tree", a.k.a 5.0-CURRENT.

You probably wanted this:

> *default  host=3Dcvsup8.FreeBSD.org
> *default  base=3D/usr
> *default  prefix=3D/usr
> *default  release=3Dcvs
> *default  tag=3DRELENG_4_2_0_RELEASE
> *default  delete use-rel-suffix
> src-base
> src-include
> src-lib
> src-sys
> src-sys-crypto
>
> *default tag=3D.
> doc-all
> ports-all

which says "get the most recent version of doc-all and ports-all, but
keep my sources at 4.2-RELEASE"

Kris

--Sr1nOIr3CvdE5hEN
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.4 (FreeBSD)
Comment: For info see http://www.gnupg.org

iEYEARECAAYFAjofcE0ACgkQWry0BWjoQKW1fACfay0vCv1Bd4Kok67rH2BISV8V
MC8AoOGSkHFGpSqc2e0UnaJTC1HxNpwA
=KA6c
-----END PGP SIGNATURE-----

--Sr1nOIr3CvdE5hEN--


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001124235453.C88283>