Hi,

I am getting a little mixed up here.

I am trying to place the proper switches in my rc.conf file so I can use the script from /etc/rc.d/named to start my named process.

what do I have configured wrong?


# grep named /etc/rc.conf
named_enable="YES"
named_program="/usr/local/sbin/named"
named_flags="-c /var/named/etc/namedb/named.conf"
named_chrootdir="/var/named"


here is the error from the script:

# /etc/rc.d/named start
Starting named.
named: config filename (-c /var/named/etc/namedb/named.conf) contains chroot path (-t /var/named)


_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to