From owner-freebsd-current@FreeBSD.ORG Wed Oct 13 17:29:05 2004 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 A0E6416A4CE for ; Wed, 13 Oct 2004 17:29:05 +0000 (GMT) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFB7843D46 for ; Wed, 13 Oct 2004 17:29:04 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: from orion.daedalusnetworks.priv (host5.bedc.ondsl.gr [62.103.39.229])i9DHT06X019990; Wed, 13 Oct 2004 20:29:01 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) i9DHT05S039347; Wed, 13 Oct 2004 20:29:00 +0300 (EEST) (envelope-from keramida@freebsd.org) Received: (from keramida@localhost)i9DHT06Y039342; Wed, 13 Oct 2004 20:29:00 +0300 (EEST) (envelope-from keramida@freebsd.org) Date: Wed, 13 Oct 2004 20:29:00 +0300 From: Giorgos Keramidas To: Randy Bush Message-ID: <20041013172859.GA38167@orion.daedalusnetworks.priv> References: <16749.21420.643438.983797@ran.psg.com> <20041013170005.GA6454@orion.daedalusnetworks.priv> <16749.24502.567291.640966@ran.psg.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <16749.24502.567291.640966@ran.psg.com> cc: freebsd-current@freebsd.org Subject: Re: beating mergemaster to /etc/rc.d 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: Wed, 13 Oct 2004 17:29:05 -0000 On 2004-10-13 10:02, Randy Bush wrote: > do i smell a need for /etc/make.com to have > > INSTALL_ETCRC=false # default not to just stomp in new /etc/rc.d/* Err, no. Why would you need that? The default instructions for updating the system do not include a "make install" in subdirectories of the source tree, so you are safe from 'stomping' anything.