From owner-freebsd-current@FreeBSD.ORG Sat Jan 31 02:11:47 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 0D7B816A4CE for ; Sat, 31 Jan 2004 02:11:47 -0800 (PST) Received: from the-macgregors.org (82-33-62-105.cable.ubr06.stav.blueyonder.co.uk [82.33.62.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04D7243D46 for ; Sat, 31 Jan 2004 02:11:45 -0800 (PST) (envelope-from freebsd.macgregor@blueyonder.co.uk) X-Urban-Legend: Mail headers contain urban legends Received: from fire (fire.macgregor [192.168.32.100]) by the-macgregors.org (8.12.10/8.12.10) with ESMTP id i0VABgVa010811; Sat, 31 Jan 2004 10:11:42 GMT Message-Id: <200401311011.i0VABgVa010811@the-macgregors.org> From: "Rob MacGregor" To: "'David Gilbert'" , Date: Sat, 31 Jan 2004 10:11:42 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 In-Reply-To: <16410.59138.725360.316389@canoe.dclg.ca> Thread-Index: AcPnlKcHWD7S9OaGRlO0rc3cSaqx1gATeHMw X-Virus-Scanned: by amavisd-milter (http://www.amavis.org/) Subject: RE: /usr/local/etc/rc.d running twice. 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: Sat, 31 Jan 2004 10:11:47 -0000 > -----Original Message----- > From: owner-freebsd-current@freebsd.org > > I don't know precisely when it happened, but I recently cvsup'd to > -CURRENT, made a kernel and world, and then ran mergemaster ... > > > ... and /usr/local/etc/rc.d runs twice at bootup. Certain things that > create pid files (like postgresql) fail the second time their script > is run, but other things (like faxd and faxq form hylafax) end up with > two copies running. > > I've investigated, and the scripts in question require a 'start' > argument before they do anything. > > Is this known? Is there a fix for this? Read /usr/src/UPDATING, where you'll find the answer. -- Rob