From owner-freebsd-ports@FreeBSD.ORG Sat Jan 13 08:53:08 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6905916A407 for ; Sat, 13 Jan 2007 08:53:08 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7]) by mx1.freebsd.org (Postfix) with ESMTP id 23B9313C44B for ; Sat, 13 Jan 2007 08:53:08 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id 6BD339C1533; Sat, 13 Jan 2007 09:53:06 +0100 (CET) X-Virus-Scanned: amavisd-new at t-hosting.hu Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id mVRP93qn49Sw; Sat, 13 Jan 2007 09:53:03 +0100 (CET) Received: from [192.168.2.186] (catv-50635cb6.catv.broadband.hu [80.99.92.182]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by server.t-hosting.hu (Postfix) with ESMTP id 2C3DB9C14D2; Sat, 13 Jan 2007 09:53:03 +0100 (CET) Message-ID: <45A89DE3.40003@FreeBSD.org> Date: Sat, 13 Jan 2007 09:52:51 +0100 From: Gabor Kovesdan User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: Jo Rhett References: <71676476-017C-4861-8713-2B200C63E709@svcolo.com> <790a9fff0701112354t2acf26fdq9a721b62e51418ce@mail.gmail.com> <45A8878A.5020907@svcolo.com> In-Reply-To: <45A8878A.5020907@svcolo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Scot Hetzel , freebsd-ports@freebsd.org Subject: Re: rcorder doesn't apply to ports startup scripts in 6.0? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Jan 2007 08:53:08 -0000 Jo Rhett schrieb: > Scot Hetzel wrote: >>> So all of the ports which are being updated to use rcorder are now >>> breaking on all of the existing 6.0 systems... >>> >> It shouldn't break existing systems, as the scripts are still run in >> alphabetical order on the 6.0 systems before revision 1.336.2.1 of >> /etc/rc. >> >> Which scripts are breaking? > > Everything that depends upon mysql or postgres, on all of our 6.0 > systems. > > Any simple way to patch rcorder into 6.0 to avoid this? > Move the affected scripts to /etc/rc.d. Regards, Gabor