From owner-freebsd-questions@FreeBSD.ORG Tue Nov 16 21:02:55 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 146D71065670 for ; Tue, 16 Nov 2010 21:02:55 +0000 (UTC) (envelope-from kraduk@gmail.com) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id BF1268FC13 for ; Tue, 16 Nov 2010 21:02:54 +0000 (UTC) Received: by gxk9 with SMTP id 9so727290gxk.13 for ; Tue, 16 Nov 2010 13:02:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=w7eIZevwljRpvVeL7mAG8FLldhmkOlje633zTJR9MVY=; b=vx0/HrpTslQ4Rflr3US3Ktguyk2RDTHcL2UkA/ti/Ypr5yenq/qb6eqKLF5U/6tFc5 7rgUmMQdnruz4oLzsExVXSL23jRzAx5dAlIIQxJNmnOZ5Uls4CgDQhIzjc6SJ/58KSQ5 JmgFd/uOpj/MfUAunAfKrBpvodrQFDFmk+aAU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=pt4TD4Cec1Xx3a7FVxzIhbpGJC4MRutSbhebFLSMqmHlMfgBx1K/yeKx8afZ7d1Jkw M1YcbNJclpSoL39MRodpwEIi6rR1M0NeVhN9xDGkrIVZvu5DECb/F3LEAbMWitFzyymm g9c1RpB+K5WisYP1ISV6DD+XLvAmvR1x+ZAaQ= MIME-Version: 1.0 Received: by 10.216.27.9 with SMTP id d9mr745207wea.44.1289941372691; Tue, 16 Nov 2010 13:02:52 -0800 (PST) Received: by 10.216.72.148 with HTTP; Tue, 16 Nov 2010 13:02:52 -0800 (PST) In-Reply-To: References: <8CD53D08C773B3C-2350-246C3@Webmail-m114.sysops.aol.com> Date: Tue, 16 Nov 2010 21:02:52 +0000 Message-ID: From: krad To: utisoft@gmail.com Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org, pigskinwhitehat@icqmail.com 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 21:02:55 -0000 On 16 November 2010 18:45, Chris Rees wrote: > On 16 November 2010 18:09, 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? > > On my machine, it's not; they're different (and I have RELENG_8_1). > > However, if you checkout RELENG_8 then standard-supfile will be for > RELENG_8 which is the same for STABLE, so I assume you've actually > checked out RELENG_8, not RELENG_8_1. Were you to checkout RELENG_8_1 > you'd have that tag in standard-supfile. > > If you get what I mean... I'm supposed to be a teacher too! > > Chris > _______________________________________________ > 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" > there does seem to be a bit of duplication going on here, which could cause confusion. Maybe we could have a security sup file that has the relevant tag for the release # grep -v "#" /usr/share/examples/cvsup/stable-supfile *default host=CHANGE_THIS.FreeBSD.org *default base=/var/db *default prefix=/usr *default release=cvs tag=RELENG_8 *default delete use-rel-suffix *default compress src-all # grep -v "#" /usr/share/examples/cvsup/standard-supfile *default host=CHANGE_THIS.FreeBSD.org *default base=/var/db *default prefix=/usr *default release=cvs tag=RELENG_8 *default delete use-rel-suffix *default compress src-all