From owner-freebsd-questions@FreeBSD.ORG Tue Nov 16 18:42:51 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 62505106564A for ; Tue, 16 Nov 2010 18:42:51 +0000 (UTC) (envelope-from xaero@xaerolimit.net) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 00EA78FC19 for ; Tue, 16 Nov 2010 18:42:50 +0000 (UTC) Received: by wyb35 with SMTP id 35so188150wyb.13 for ; Tue, 16 Nov 2010 10:42:49 -0800 (PST) Received: by 10.216.154.193 with SMTP id h43mr530973wek.69.1289932968795; Tue, 16 Nov 2010 10:42:48 -0800 (PST) MIME-Version: 1.0 Received: by 10.216.204.149 with HTTP; Tue, 16 Nov 2010 10:42:28 -0800 (PST) In-Reply-To: <8CD53D08C773B3C-2350-246C3@Webmail-m114.sysops.aol.com> References: <8CD53D08C773B3C-2350-246C3@Webmail-m114.sysops.aol.com> From: Chris Brennan Date: Tue, 16 Nov 2010 13:42:28 -0500 Message-ID: To: pigskinwhitehat@icqmail.com Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: *default release=cvs tag=RELENG_8 in both standard-supfile and stable-supfile 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: Tue, 16 Nov 2010 18:42:51 -0000 On Tue, Nov 16, 2010 at 1:09 PM, wrote: > I was wondering why both the stable & standard supfiles on FreeBSD-8.1 / > amd64 both have the exact release tag: > > *default release=cvs tag=RELENG_8 > > Shouldn't they be different? What would be the correct tab for each supfile > respectively? > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > IIRC, you could do RELENG_8_1, for ex: *default release=cvs tag=RELENG_7_3 is the tag on my currently running 7.3 box and *default release=cvs tag=RELENG_8_1 is on my 8.1 box. I didn't notice defaults perse but copied my working csup-standard file to the new box and updated the tag as necessary and was off on my merry way.