I have a suse 9.2 dns server but because my named.conf uses a different directory to store it databases, the init script fails because of this, with the error
Code:
/etc/named.conf:12: changed directory to '/var/cache/bind/' failed: file not found /etc/named.conf:12: parsing failed
skipped
Is there a way i can start named with out the init script when the machine boots.
note. I also tried putting '/usr/sbin/named' in /etc/init.d/boot.local, and had no sucucess