From owner-freebsd-current@FreeBSD.ORG Tue Nov 25 10:49:59 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 039C616A4CE for ; Tue, 25 Nov 2003 10:49:59 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 5AF8643FE3 for ; Tue, 25 Nov 2003 10:49:58 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 90797 invoked by uid 1000); 25 Nov 2003 18:49:59 -0000 Date: Tue, 25 Nov 2003 10:49:59 -0800 (PST) From: Nate Lawson To: current@freebsd.org In-Reply-To: <200311251945.45554.Christoph Sold > Message-ID: <20031125104915.C90795@root.org> References: <20031125093339.R90449@root.org> <200311251945.45554.Christoph Sold > MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [Me too]: rc scripts run double on boot? 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: Tue, 25 Nov 2003 18:49:59 -0000 On Tue, 25 Nov 2003, it was written: > On Tuesday 25 November 2003 18:35, Nate Lawson wrote: > > With a recent -current, I've noticed double prints for the last few > > rc scripts, like this: > > > > Starting cron. > > Local package initialization:. > > Local package initialization:. > > Additional TCP options:. > > Additional TCP options:. > > > > Anyone else seeing this? > > Yes, since the last buldworld, which was quite a while ago: > # uname -a > FreeBSD kiste.local 5.1-CURRENT FreeBSD 5.1-CURRENT #8: Wed Oct 29 > 20:49:45 CET 2003 so@kiste.local:/usr/obj/usr/src/sys/GENERIC i386 The suggested fix works for me: rm -rf /etc/rc.d/* mergemaster Of course, make sure you don't have local changes in /etc/rc.d first. -Nate