From owner-freebsd-questions@FreeBSD.ORG Mon Apr 2 17:38:10 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 38C0B16A576 for ; Mon, 2 Apr 2007 17:38:10 +0000 (UTC) (envelope-from nagylzs@freemail.hu) Received: from smtp.enternet.hu (smtp.enternet.hu [62.112.192.21]) by mx1.freebsd.org (Postfix) with ESMTP id EFD4413C448 for ; Mon, 2 Apr 2007 17:38:07 +0000 (UTC) (envelope-from nagylzs@freemail.hu) Received: from [62.68.177.164] (helo=[172.16.0.43]) by smtp.enternet.hu with esmtpa (Exim 4) id 1HYQTm-000PWr-Ay; Mon, 02 Apr 2007 19:38:06 +0200 Message-ID: <46113F81.30005@freemail.hu> Date: Mon, 02 Apr 2007 19:38:09 +0200 From: =?ISO-8859-1?Q?Nagy_L=E1szl=F3_Zsolt?= User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: Charles Farinella , freebsd-questions@freebsd.org References: <46113D03.6000604@appropriatesolutions.com> In-Reply-To: <46113D03.6000604@appropriatesolutions.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: Subject: Re: automatically starting PostgreSQL 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, 02 Apr 2007 17:38:10 -0000 Charles Farinella írta: > Hi all, > > FreeBSD 6.2: > > I built PostgreSQL from source and copied the supplied startup script > to /etc/rc.d/postgresql. The script works as expected. > > In /etc/rc.conf I've added the following: > > postgresql_enable="YES" > > expecting this to automatically start PostgeSQL at boot, yet this > doesn't happen and there is nothing in any error log that I can find > that mentions any failure. Try to rename it to "postgresql.sh" and give execute rights. Laszlo