From owner-freebsd-current@FreeBSD.ORG Wed Oct 13 16:11:26 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 29F3716A4CE for ; Wed, 13 Oct 2004 16:11:26 +0000 (GMT) Received: from ran.psg.com (ip192.186.dsl-acs2.seawa0.iinet.com [209.20.186.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4D3943D5F for ; Wed, 13 Oct 2004 16:11:25 +0000 (GMT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=ran.psg.com.psg.com) by ran.psg.com with esmtp (Exim 4.34 (FreeBSD)) id 1CHlin-000Ix6-1j for freebsd-current@freebsd.org; Wed, 13 Oct 2004 09:11:25 -0700 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16749.21420.643438.983797@ran.psg.com> Date: Wed, 13 Oct 2004 09:11:24 -0700 To: FreeBSD Current Subject: 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 16:11:26 -0000 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? randy