From owner-freebsd-questions@FreeBSD.ORG Mon Mar 6 15:11:42 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7849916A420 for ; Mon, 6 Mar 2006 15:11:42 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail5.sea5.speakeasy.net (mail5.sea5.speakeasy.net [69.17.117.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6B6843D48 for ; Mon, 6 Mar 2006 15:11:41 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 19458 invoked from network); 6 Mar 2006 15:11:40 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail5.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 6 Mar 2006 15:11:40 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 462E228423; Mon, 6 Mar 2006 10:11:40 -0500 (EST) Sender: lowell@be-well.ilk.org To: "Robert Uzzi" References: <61018.207.70.139.52.1141626225.squirrel@www.compedgeracing.com> From: Lowell Gilbert Date: 06 Mar 2006 10:11:40 -0500 In-Reply-To: <61018.207.70.139.52.1141626225.squirrel@www.compedgeracing.com> Message-ID: <44pskzhakz.fsf@be-well.ilk.org> Lines: 10 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: rc.d startup files structure changed? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Mar 2006 15:11:42 -0000 "Robert Uzzi" writes: > What is with the changes with the naming structure of the rc.d files? > after some updates I found that courier-authdaemond.sh had been renamed to > courier-authdaemond and pure-ftpd.sh to pure-ftpd. Is the structure > changing to not require the .sh extention to start on bootup? It's slightly more complicated than that. The two styles work a little differently. See the manual for rc(8) (and rcorder(8)) if you want the details.