This is the block I added to /etc/init.d/mydns which ultimately fixed my bootup script order so that MyDNS would start correctly.
Code:
### BEGIN INIT INFO
# Provides: mydns
# Required-Start: mysql
# Required-Stop: mysql
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Start daemon at boot time
# Description: Enable service provided by daemon.
### END INIT INFO
After editing /etc/init.d/mydns, rerun the following command:
Code:
update-rc.d mydns defaults