From owner-freebsd-questions@FreeBSD.ORG Fri Aug 19 08:29:02 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F174116A41F for ; Fri, 19 Aug 2005 08:29:02 +0000 (GMT) (envelope-from algould@datawok.com) Received: from smtpauth07.mail.atl.earthlink.net (smtpauth07.mail.atl.earthlink.net [209.86.89.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3C2943D45 for ; Fri, 19 Aug 2005 08:29:02 +0000 (GMT) (envelope-from algould@datawok.com) Received: from [206.255.31.21] (helo=grokwell.org) by smtpauth07.mail.atl.earthlink.net with asmtp (TLSv1:AES256-SHA:256) (Exim 4.34) id 1E62FJ-0007kA-W1; Fri, 19 Aug 2005 04:29:02 -0400 Date: Fri, 19 Aug 2005 03:29:00 -0500 From: "Andrew L. Gould" To: Dev FreeBSD Message-ID: <20050819032900.231b36f7@grokwell.org> In-Reply-To: <6e58a0305081900061c56d0@mail.gmail.com> References: <000001c5a436$dd6ee9f0$6700a8c0@Zippy> <20050818160107.72468e47@grokwell.org> <43057CEE.2010703@nativenerds.com> <6e58a0305081900061c56d0@mail.gmail.com> X-Mailer: Sylpheed-Claws 1.9.11 (GTK+ 2.6.8; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-ELNK-Trace: ee791d459e3d6817d780f4a490ca69563f9fea00a6dd62bcf53e771b9439335d1ac9ea2df4af852a350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 206.255.31.21 Cc: freebsd-questions@freebsd.org Subject: Re: start up command for mysql 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: Fri, 19 Aug 2005 08:29:03 -0000 On Fri, 19 Aug 2005 12:36:31 +0530 Dev FreeBSD wrote: > On 8/19/05, Ed Stover wrote: > > > > > > > > Dont forget to place it in the /etc/rc.conf as well...... darn > > rcsubr ;) > > Hi > > What is rcsubr ? > > -- > thanks > Dev. Good question. I don't feel qualified to give you an explanation; but you'll see the following line popping up in many startup scripts in /etc/rc.d/ and /usr/local/etc/rc.d/: . /etc/rc.subr See man rc.subr(8). You may have to install /usr/ports/sysutils/rc_subr first, though. Regards, Andrew Gould