From owner-cvs-all@FreeBSD.ORG Sat May 3 15:42:58 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 311AD37B401; Sat, 3 May 2003 15:42:58 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53A1B43F93; Sat, 3 May 2003 15:42:57 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.9/8.12.9) with ESMTP id h43Mggm2024671; Sat, 3 May 2003 15:42:46 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.9/8.12.9/Submit) id h43MgcBC024666; Sat, 3 May 2003 15:42:38 -0700 (PDT) Date: Sat, 3 May 2003 15:42:38 -0700 From: "David O'Brien" To: Dag-Erling Smorgrav Message-ID: <20030503224238.GA22009@dragon.nuxi.com> References: <200305031716.h43HGeZn052625@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Warner Losh cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/contrib/dev/acpica - Imported sources X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2003 22:42:58 -0000 On Sun, May 04, 2003 at 12:23:32AM +0200, Dag-Erling Smorgrav wrote: > Warner Losh writes: > > Log Message: > > Fix halt -p. I've done this with an import because kochi-san reports > > this is fixed in a newer version of ACPICA and I don't want to take > > this off the vendor branch for a trivial reason. > > You don't have to do an import - just check out the vendor branch and > commit to it. That's how I handle OpenPAM bugfixes between releases. That method makes it hard to do diffs from the vendor branch to head (or between releases) because it does not put a new tag on all the files.