How to start named on startup

John Smith johnvo at verizon.net
Fri Oct 3 03:49:53 UTC 2003


Hello all:

Running BIND 9.2.2 on Solaris 8.

My "named" file is located in /usr/local/sbin

How do I configure the S72inetsvc file to
start it automatically? below is a portion
of it and it's not working.

Thanks.




//////
if [ -f /usr/sbin/in.named -a -f /etc/named.conf ]; then
        echo 'starting internet domain name server.'
        /usr/sbin/in.named &
fi



More information about the bind-users mailing list