From owner-freebsd-questions@FreeBSD.ORG Sun Oct 25 18:34:07 2009 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 85A79106566C for ; Sun, 25 Oct 2009 18:34:07 +0000 (UTC) (envelope-from neuhauser@sigpipe.cz) Received: from isis.sigpipe.cz (fw.sigpipe.cz [213.192.2.210]) by mx1.freebsd.org (Postfix) with ESMTP id 48E648FC0A for ; Sun, 25 Oct 2009 18:34:06 +0000 (UTC) Received: by isis.sigpipe.cz (Postfix, from userid 1001) id 978AF147C44; Sun, 25 Oct 2009 19:39:07 +0100 (CET) Date: Sun, 25 Oct 2009 19:39:07 +0100 From: Roman Neuhauser To: Chris Whitehouse Message-ID: <20091025183907.GC54137@isis.sigpipe.cz> References: <4AE49717.6020506@onetel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4AE49717.6020506@onetel.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: User Questions Subject: Re: incorrect info in mysql docs 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: Sun, 25 Oct 2009 18:34:07 -0000 On Sun, Oct 25, 2009 at 06:21:11PM +0000, Chris Whitehouse wrote: > http://dev.mysql.com/doc/refman/5.1/en/automatic-start.html > > On FreeBSD, [...] you should install the mysql.server script as > /usr/local/etc/rc.d/mysql.server.sh to enable automatic startup. > > That's not actually right is it? My mysql is started by > /usr/local/etc/rc.d/mysql-server. rc(8) says *.sh is for older style > startup scripts or for scripts that are to be read into the current shell. yup, third-party documentation tends to be stale.