From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 22:16:08 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2031A106564A for ; Tue, 3 Aug 2010 22:16:08 +0000 (UTC) (envelope-from ryan.coleman@cwis.biz) Received: from qmta02.emeryville.ca.mail.comcast.net (qmta02.emeryville.ca.mail.comcast.net [76.96.30.24]) by mx1.freebsd.org (Postfix) with ESMTP id 05BC38FC17 for ; Tue, 3 Aug 2010 22:16:07 +0000 (UTC) Received: from omta11.emeryville.ca.mail.comcast.net ([76.96.30.36]) by qmta02.emeryville.ca.mail.comcast.net with comcast id pvhy1e00G0mlR8UA2yG7Qq; Tue, 03 Aug 2010 22:16:07 +0000 Received: from [10.0.1.9] ([76.113.183.74]) by omta11.emeryville.ca.mail.comcast.net with comcast id pyG51e00J1cjQTw8XyG6C9; Tue, 03 Aug 2010 22:16:07 +0000 Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii From: Ryan Coleman In-Reply-To: <0EC5965A-E22B-44E7-B3D1-9AD7D9399A9C@gmail.com> Date: Tue, 3 Aug 2010 17:16:05 -0500 Content-Transfer-Encoding: quoted-printable Message-Id: <5E323F03-B797-44A7-B22A-91E2E35EBBA5@cwis.biz> References: <0EC5965A-E22B-44E7-B3D1-9AD7D9399A9C@gmail.com> To: Jeff Hamann X-Mailer: Apple Mail (2.1081) Cc: freebsd-questions@freebsd.org Subject: Re: adding postgresql_enable="YES" by hand 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: Tue, 03 Aug 2010 22:16:08 -0000 rc.conf loads on boot up before your user scripts and you are allowed to = log in. On Aug 3, 2010, at 4:42 PM, Jeff Hamann wrote: > Hi,=20 >=20 > I'm sure this is a newbie question, but I can't seem to get traction = via web searches... >=20 > In the past, when I've installed postgresql using the ports = collection, I haven't had to worry about this.=20 >=20 > I've built postgresql from source on FreeBSD (not using the ports = collection) and now need to add: >=20 > postgresql_enable=3D"YES" to the rc.conf file so that when the machine = is booted, the postmaster will start.=20 >=20 > Now, I need to understand the mechanics between: >=20 > blah_blah_blah_enable=3D"YES"=20 >=20 > and=20 >=20 > $ /usr/local/blah_blah_blah/bin/thingy_ctl -D /usr/blah_blah_blah/data = start/stop/restart >=20 > Since I need to be able to build outside the ports collection (other = OSes apply), can someone please point me in the right direction for = "hooking this up" >=20 > Please? > Jeff.=20 >=20 >=20 >=20 > Jeff Hamann > jeff.d.hamann@gmail.com >=20 >=20 >=20 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to = "freebsd-questions-unsubscribe@freebsd.org"