From owner-freebsd-current@FreeBSD.ORG Wed Nov 26 04:38:50 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 8879616A4CF for ; Wed, 26 Nov 2003 04:38:50 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3E0A4404B for ; Wed, 26 Nov 2003 04:37:16 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 1441B653C2; Tue, 25 Nov 2003 18:07:03 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 48242-02; Tue, 25 Nov 2003 18:07:02 +0000 (GMT) Received: from saboteur.dek.spc.org (unknown [82.147.19.91]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 2F599651EE; Tue, 25 Nov 2003 18:07:02 +0000 (GMT) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id 462AB34; Tue, 25 Nov 2003 18:07:01 +0000 (GMT) Date: Tue, 25 Nov 2003 18:07:01 +0000 From: Bruce M Simpson To: Nate Lawson Message-ID: <20031125180701.GB2357@saboteur.dek.spc.org> References: <20031125093339.R90449@root.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031125093339.R90449@root.org> cc: current@freebsd.org Subject: Re: 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: Wed, 26 Nov 2003 12:38:50 -0000 On Tue, Nov 25, 2003 at 09:35:29AM -0800, 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? Looks like a couple of RC scripts were renamed/moved in more recent -CURRENT than 5.1-RELEASE. this bit me recently. The offending scripts were along the lines of /etc/rc.d/network3 if I recall. There were two. I rm'd the offending ones without thinking the other day after a grep -Hr of rc.d :-) Sorry I can't be of more help :-) BMS