From owner-cvs-all@FreeBSD.ORG Fri Mar 4 16:52:01 2005 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 1CF5E16A4D0; Fri, 4 Mar 2005 16:52:01 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48B1743D48; Fri, 4 Mar 2005 16:52:00 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1]) by harmony.village.org (8.13.3/8.13.1) with ESMTP id j24GpESK027695; Fri, 4 Mar 2005 09:51:14 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Fri, 04 Mar 2005 09:51:14 -0700 (MST) Message-Id: <20050304.095114.41647114.imp@bsdimp.com> To: philip@freebsd.org From: Warner Losh In-Reply-To: <20050304095650.GF36450@fasolt.home.paeps.cx> References: <20050302181242.GA64751@hellblazer.celabo.org> <20050303134339.N811@odysseus.silby.com> <20050304095650.GF36450@fasolt.home.paeps.cx> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: trhodes@freebsd.org cc: src-committers@freebsd.org cc: nectar@freebsd.org cc: cvs-src@freebsd.org cc: silby@silby.com cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/share/examples/etc make.conf X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Mar 2005 16:52:01 -0000 > Perhaps we could modify mergemaster to do a find -mtime +1 or something to > that effect? If we can assume that mergemaster is run sometime 'soon' after > an installworld? install -C makes this sort of thing ineffectual. Warner