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