From owner-freebsd-questions@FreeBSD.ORG Sat Nov 24 05:03:13 2007 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 E55F816A468 for ; Sat, 24 Nov 2007 05:03:13 +0000 (UTC) (envelope-from jekillen@prodigy.net) Received: from smtp116.sbc.mail.sp1.yahoo.com (smtp116.sbc.mail.sp1.yahoo.com [69.147.64.89]) by mx1.freebsd.org (Postfix) with SMTP id DACF013C459 for ; Sat, 24 Nov 2007 05:03:13 +0000 (UTC) (envelope-from jekillen@prodigy.net) Received: (qmail 81673 invoked from network); 24 Nov 2007 05:03:11 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=prodigy.net; h=Received:X-YMail-OSG:Mime-Version:Content-Transfer-Encoding:Message-Id:Content-Type:To:From:Subject:Date:X-Mailer; b=jM3l4JVczjJHtVFJslf2nR21CZfeZgjTj4SEq+rzpizKC/fCwGe+VXgm6RC5Zx/vxOg63slhJTOq+xKTlfemWDcBKoCjiHMx5opV991rhsaGOkT7b7i8+Qh/gcKCkz1aHHRtUFes8ufBhYEsNaYDV8ZLrmDH8gdsim512erdias= ; Received: from unknown (HELO ?75.7.236.228?) (jekillen@prodigy.net@75.7.236.228 with plain) by smtp116.sbc.mail.sp1.yahoo.com with SMTP; 24 Nov 2007 05:03:11 -0000 X-YMail-OSG: XIp2ys8VM1kPwyn8WOyIeJrAjrztFpXdXAdLWrtQTVbh4kUibSA989CsO8oGN7fylSoZfzoVeg-- Mime-Version: 1.0 (Apple Message framework v622) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; format=flowed To: User Questions From: jekillen Date: Fri, 23 Nov 2007 21:04:01 -0800 X-Mailer: Apple Mail (2.622) Subject: short Q 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: Sat, 24 Nov 2007 05:03:14 -0000 Hello: Is this the way to start mysqld in rc.conf? mysqld_enable="YES" I ask because I have not found the specifics. I copied the mysql.server script to the rc.d dir. but the documentation only deals specifically with Linux where startup scripts are concerned. Thank you in advance; Jeff K