From owner-freebsd-current@FreeBSD.ORG Fri May 23 14:28:50 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFCFD37B401 for ; Fri, 23 May 2003 14:28:50 -0700 (PDT) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 413AA43F3F for ; Fri, 23 May 2003 14:28:50 -0700 (PDT) (envelope-from arao@niksun.com) Received: from localhost (anuket.mj.niksun.com [10.70.0.5]) h4NLS47F084023; Fri, 23 May 2003 17:28:04 -0400 (EDT) (envelope-from arao@niksun.com) X-RAV-AntiVirus: This e-mail has been scanned for viruses. From: "Amit K. Rao" To: "Kevin Oberman" Date: Fri, 23 May 2003 17:27:35 -0400 User-Agent: KMail/1.5.1 References: <20030523211246.31AB15D04@ptavv.es.net> In-Reply-To: <20030523211246.31AB15D04@ptavv.es.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200305231727.35802.arao@niksun.com> cc: current@freebsd.org Subject: Re: Updating -CURRENT, what about outdated files? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 May 2003 21:28:51 -0000 On Friday 23 May 2003 05:12 pm, Kevin Oberman wrote: > > From: "Amit K. Rao" > > Date: Fri, 23 May 2003 17:06:12 -0400 > > Sender: owner-freebsd-current@freebsd.org > > > > Something like this was covered a few times before. See for example: > > http://www.FreeBSD.org/cgi/getmsg.cgi?fetch=2154436+2157803+/usr/local/ww > >w/db/text/2003/freebsd-questions/20030323.freebsd-questions > > > > > > BTW, shouldn't "mergemaster -p" be before "make buildworld" ? > > No. See src/UPDATING. "mergemaster -p" updates files that are required > for installworld to work, typically passwd and group. UPDATING calls for > it to be run after booting the new kernel, but before installworld. OK. Thanks. I wondered because mergemaster(8) refers to -p as "pre-buildworld mode". -p Pre-buildworld mode. Compares only files known to be essen- tial to the success of {build|install}world, including /etc/make.conf. Amit