From owner-freebsd-questions@FreeBSD.ORG Wed Mar 7 19:11:12 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6704416A401 for ; Wed, 7 Mar 2007 19:11:12 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.184]) by mx1.freebsd.org (Postfix) with ESMTP id E6CCA13C46B for ; Wed, 7 Mar 2007 19:11:11 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: by nf-out-0910.google.com with SMTP id k27so281809nfc for ; Wed, 07 Mar 2007 11:11:09 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=REDAnZ3c30g59OZ/EoX6SMhhSSZOxe9q3C+Pd7G8Wa4GHQwuZ1KMBhGe1FVgLXQv9mOVTTR8KTVJbRdwzht0txCfYSyp9BA2pPWd0uvol0JveeAwyy8KDCcxOSg6TFVUdBnbbRi7S26MR6VVIWTQUAwzWeMzguu98GaIWiclg0I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=P+gyOo4m5kzszEBwQtIkYxppVlhJDMrYN2ebe+XKBVu7sw2O/LqqTDLxMP7hn6Zq1Bsy6xXYupDyxhw13qpl4rNgwtFcB2u5ZyyC8uZuaTImOYuOGJyEWxW5dHaIx/syE1qtT7BdJOncQO4J++bK8dW8NyRQk1wATey7XV8EDpY= Received: by 10.82.134.12 with SMTP id h12mr9901520bud.1173294669432; Wed, 07 Mar 2007 11:11:09 -0800 (PST) Received: by 10.82.163.14 with HTTP; Wed, 7 Mar 2007 11:11:09 -0800 (PST) Message-ID: <8cb6106e0703071111p7f748910ve9f14d92c11e3a86@mail.gmail.com> Date: Wed, 7 Mar 2007 11:11:09 -0800 From: "Josh Carroll" To: "Don O'Neil" In-Reply-To: <00f901c760ea$9461ce40$0700020a@mickey> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <00f901c760ea$9461ce40$0700020a@mickey> Cc: FreeBSD Questions Subject: Re: /usr/local/etc/rc.d startup scripts X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: josh.carroll@psualum.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Mar 2007 19:11:12 -0000 > Someone is telling me they need to have a .sh suffix to startup correctly, > but in past versions of FreeBSD anything you put in there would run as long > as it was executable. It need not have an sh extension. The MySQL port, for example, installs /usr/local/etc/rc.d/mysql-server, which works fine. Thanks, Josh