From owner-freebsd-questions@FreeBSD.ORG Mon Apr 2 18:13:48 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 CE8F816A40D for ; Mon, 2 Apr 2007 18:13:48 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.246]) by mx1.freebsd.org (Postfix) with ESMTP id 8840D13C46E for ; Mon, 2 Apr 2007 18:13:48 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so1369593ana for ; Mon, 02 Apr 2007 11:13:48 -0700 (PDT) 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=EtnbB9lLNLv8pBZY1kTH9shxcfGmE0iIuWMKnrBm0QjDs/CmEmh1blaXeXjWwd2D/UcUNZF078BblzShd/Lar/oqJb/Q8TXMOGaNoN+9pfo21A1KSw8GbRKFY6tIXGfrz7lIm9BZkTIRkkDuP9/Ew4aEz5KcnvbDIfD/RG1JuC4= 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=qR5fWSPqwzceyA71wKtbkbaqj6l1OZ1Fj3gJLIBt451+l3iBrOjy9GC8oDZdTbc2M3nidNWpzCvaFXiiSHmJLFbZK3/Apx3oHkqNjyn93VAcizF1TVsCeSuMeyDDkNOzPS7iZMPM2jpK6a4ZbAurSRNkKLlzOFlzkzbwPRKGAl8= Received: by 10.100.126.2 with SMTP id y2mr3736075anc.1175537627957; Mon, 02 Apr 2007 11:13:47 -0700 (PDT) Received: by 10.100.231.18 with HTTP; Mon, 2 Apr 2007 11:13:47 -0700 (PDT) Message-ID: <8cb6106e0704021113k345cdb01u2e87a40801108ca2@mail.gmail.com> Date: Mon, 2 Apr 2007 11:13:47 -0700 From: "Josh Carroll" To: "Matthew Seaman" In-Reply-To: <461145DD.7020606@infracaninophile.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46113D03.6000604@appropriatesolutions.com> <46113F81.30005@freemail.hu> <461145DD.7020606@infracaninophile.co.uk> Cc: =?ISO-8859-1?Q?Nagy_L=E1szl=F3_Zsolt?= , freebsd-questions@freebsd.org, Charles Farinella Subject: Re: automatically starting PostgreSQL X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: josh.carroll@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Apr 2007 18:13:48 -0000 > Execute rights, yes, but you shouldn't rename it to foo.sh under > 6.2 -- that's not how things are supposed to work in recent releases. Without the PROVIDE: in the rc script, it won't get executed unless it has an .sh extension. man rc has details, but .sh should still work and I think is required without the rcorder keywords. Josh