From owner-freebsd-current@FreeBSD.ORG Wed Oct 13 17:00:25 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 1728F16A4CE for ; Wed, 13 Oct 2004 17:00:25 +0000 (GMT) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3207D43D1F for ; Wed, 13 Oct 2004 17:00:24 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: from orion.daedalusnetworks.priv (host5.bedc.ondsl.gr [62.103.39.229])i9DH0Boc002496; Wed, 13 Oct 2004 20:00:17 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) i9DH07JT006523; Wed, 13 Oct 2004 20:00:07 +0300 (EEST) (envelope-from keramida@freebsd.org) Received: (from keramida@localhost)i9DH05fM006522; Wed, 13 Oct 2004 20:00:05 +0300 (EEST) (envelope-from keramida@freebsd.org) Date: Wed, 13 Oct 2004 20:00:05 +0300 From: Giorgos Keramidas To: Randy Bush Message-ID: <20041013170005.GA6454@orion.daedalusnetworks.priv> References: <16749.21420.643438.983797@ran.psg.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <16749.21420.643438.983797@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:00:25 -0000 On 2004-10-13 09:11, Randy Bush wrote: > i know that when i do a mergemaster, i am about to see 666 updates > to /etc/rc.d/*, to each of which i will have to type "qi". > as it will be over a 9600 baud remote serial console, this is a > pita and causes undue delay for the users. > > once i boot the new kernel -sw, is it safe to > > cp /usr/src/etc/rc.d/* /etc/rc.d > > and then run mergemaster -cvi? For this particular directory, it's also safe to use: # cd /usr/src/etc/rc.d # make install This will substantially cut down the time you spend fiddling with mergemaster prompts. - Giorgos