Description of Problem: /etc/init.d/named checks for the existence of /etc/named.conf to decide if bind shall be executed or not: | [ -f /etc/named.conf ] || exit 0 When having a chrooted bind, this file does not exists there but in $ROOTDIR/etc/named.conf. Therefore, the check above should be | [ -f ${ROOTDIR}/etc/named.conf ] || exit 0 Version-Release number of selected component (if applicable): bind-9.2.0-6
Done in 9.2.0-7