all you should have to do is have the startup directory in your rc.conf
file, example:
local_startup="/usr/local/etc/rc.d"
and then have the *.sh files within that folder, making sure that they
DO
have executable permissions...
If not? then :
Code:
chmod +x apache.sh
and
chmod +x mysql-server.sh
Is this the case?