From owner-freebsd-current@FreeBSD.ORG Tue May 1 13:02:59 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A718116A402 for ; Tue, 1 May 2007 13:02:59 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.249]) by mx1.freebsd.org (Postfix) with ESMTP id 68B4C13C45E for ; Tue, 1 May 2007 13:02:59 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so1675720ana for ; Tue, 01 May 2007 06:02:58 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=COvh+hTZkIjRJtbHf4aHdwGKKvuyTay9zNbFzX4gxYpvovdrAB+LixmhYi3VL8dMYgSzCzEkf+YtaoC00a5XnSSpd/A7OB9rQ5Riyg9yFPQeUeEgKKAG9kMTBClUnXVypgbGcPnbkojoPZLx6CSWSz5hI8XKecJE7JB8hsUKadY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=GmZBSlZaq/wbYqmkMSzFP25YxonSfyMEIFvVABHytWqmTSCSusc0MaprzQdOpBuOgG/FTPcHVd/3rDEvg3rhs6PSBqLzJLQSOtt/l85DW9pLbxZfE7susbv5Pp2u++whBthlNBvUjUb70mKIriv3LfkE/xpoiV0+jtMSeid3j/s= Received: by 10.100.122.8 with SMTP id u8mr1061955anc.1178024578227; Tue, 01 May 2007 06:02:58 -0700 (PDT) Received: by 10.100.141.14 with HTTP; Tue, 1 May 2007 06:02:58 -0700 (PDT) Message-ID: <790a9fff0705010602g52f44f9cj2cb73824e68ffff5@mail.gmail.com> Date: Tue, 1 May 2007 08:02:58 -0500 From: "Scot Hetzel" To: freebsd-current@freebsd.org In-Reply-To: <20070501071232.GC11044@obelix.dsto.defence.gov.au> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070430084003.GA1716@obelix.dsto.defence.gov.au> <20070430114122.GF838@turion.vk2pj.dyndns.org> <20070501071232.GC11044@obelix.dsto.defence.gov.au> Subject: Re: /etc/rc.conf not getting parsed ... X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 01 May 2007 13:02:59 -0000 On 5/1/07, Wilkinson, Alex wrote: > Well it turns out that none of the /usr/local/etc/rc.d/* scripts had a prefix of > .sh. What I can't understand is why the porters didn't write there ports to > install the scripts in this fashion. > The scripts at one time were installed with a .sh suffix, but this was changed in FreeBSD 6.1, 7.x to no longer require a .sh suffix for the startup scripts. If your PREFIX/etc/rc.d scripts are not starting without the .sh suffix, then your /etc/rc.d scripts are out of date. Use mergemaster to update them to the current versions. Scot -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised.