bind+dlz+mysql rcorder (fwd)

Dan The Man dan at sunsaturn.com
Wed Nov 30 08:32:51 UTC 2011


---------- Forwarded message ----------
Date: Sat, 26 Nov 2011 04:58:01 -0600 (CST)
From: Dan The Man <dan at sunsaturn.com>
To: ale at FreeBSD.org
Subject: bind+dlz+mysql rcorder



There is an issue with rcorder if mysql is used in bind where bind will fail to 
start without mysql dependancy.

Problem details:

/etc/rc.d/named currently has the following:

# PROVIDE: named
# REQUIRE: SERVERS cleanvar
# KEYWORD: shutdown

/usr/local/etc/rc.d/mysql-server currently has the following:

# PROVIDE: mysql
# REQUIRE: LOGIN
# KEYWORD: shutdown

Solution:

/usr/local/etc/rc.d/mysql-server changed to following:

# PROVIDE: mysql
# REQUIRE: SERVERS cleanvar
# BEFORE: named
# KEYWORD: shutdown

Everything is happy...


Dan.


--
Dan The Man
CTO/ Senior System Administrator
Websites, Domains and Everything else
http://www.SunSaturn.com
Email: Dan at SunSaturn.com



More information about the freebsd-ports-bugs mailing list