Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Oct 2009 18:21:11 +0000
From:      Chris Whitehouse <cwhiteh@onetel.com>
To:        User Questions <freebsd-questions@freebsd.org>
Subject:   incorrect info in mysql docs
Message-ID:  <4AE49717.6020506@onetel.com>

next in thread | raw e-mail | index | archive | help
hi,

I just noticed this at 
http://dev.mysql.com/doc/refman/5.1/en/automatic-start.html

On FreeBSD, startup scripts generally should go in /usr/local/etc/rc.d/. 
The rc(8) manual page states that scripts in this directory are executed 
only if their basename matches the *.sh shell file name pattern. Any 
other files or directories present within the directory are silently 
ignored. In other words, 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.

Chris



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4AE49717.6020506>