Date: Mon, 5 Aug 2002 23:06:24 -0500 From: "Eric Timme" <timothy@voidnet.com> To: <freebsd-stable@freebsd.org> Subject: Re: rc.d scripts (mysql-server.sh) Message-ID: <005501c23cfe$a3ba23c0$0a00a8c0@rapture> References: <200207080603.IAA22096@galaxy.de.cp.philips.com>
next in thread | previous in thread | raw e-mail | index | archive | help
safe_mysql never seems to background on it's own like other services, and after an unpleasant reboot I simply split the if..fi loop into if [ -x /usr/local/bin/safe_mysqld ]; then /usr/local/bin/safe_mysqld --user=mysql > /dev/null & echo -n ' mysqld' fi --Eric Timme To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?005501c23cfe$a3ba23c0$0a00a8c0>