From owner-freebsd-ports@FreeBSD.ORG Sat Sep 13 10:48:17 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2133116A4BF for ; Sat, 13 Sep 2003 10:48:17 -0700 (PDT) Received: from mx2.fillmore-labs.com (lima.fillmore-labs.com [62.138.193.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33E7D43FF3 for ; Sat, 13 Sep 2003 10:48:16 -0700 (PDT) (envelope-from eikemeier@fillmore-labs.com) Received: from p5080bc91.dip.t-dialin.net ([80.128.188.145] helo=fillmore-labs.com ident=sseqa456vb8vu9gc) by mx2.fillmore-labs.com with asmtp (TLSv1:AES256-SHA:256) (Exim 4.22) id 19yEVK-0000Nq-IN; Sat, 13 Sep 2003 19:48:14 +0200 Message-ID: <3F635856.1020702@fillmore-labs.com> Date: Sat, 13 Sep 2003 19:48:06 +0200 From: Oliver Eikemeier MIME-Version: 1.0 To: Kris Kennaway References: <20030912022824.GA8920@rot13.obsecurity.org> In-Reply-To: <20030912022824.GA8920@rot13.obsecurity.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-Sender: eikemeier@fillmore-labs.com User-Agent: KMail/1.5.9 Organization: Fillmore Labs GmbH X-Complaints-To: abuse@fillmore-labs.com cc: ports@FreeBSD.org Subject: Re: Startup scripts executed twice? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Sep 2003 17:48:17 -0000 Kris Kennaway wrote: > Since upgrading my -current machine and updating ports, all the > startup scripts in /usr/local/etc/rc.d were executed twice > (specifically, thttpd, squid, and dnetc). Has anyone else seen this? > Perhaps it is a consequence of the recent port rc.subr changes. Is your /etc/rc.d up to date? src/UPDATING: 20030829: The following rc.d scripts have been removed and should be deleted from your installation: atm2.sh atm3.sh devdb localdaemons network1 network2 network3. Depending on when you last updated world and used mergemaster(8) you may or may not have problems during the rc boot sequence. The simplest solution is an 'rm -rf /etc/rc.d/*' and then 'mergemaster -i'. The atm2.sh atm3.sh and devdb scripts were removed some time ago, so depending on when you installed -CURRENT these scripts may or may not exist on your system.