Hide Forgot
Description of problem: The newest change to bind-chroot-admin is very broken: [root@knorke /]# BIND_CHROOT_PREFIX=`grep "ROOTDIR" /etc/sysconfig/named |grep \"` [root@knorke /]# echo $BIND_CHROOT_PREFIX # ROOTDIR="/some/where" -- will run named in a chroot environment. [root@knorke /]# Why not source the file or at least do a ^ROOTDIR search? regards, Florian La Roche Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Could you please test bind-9.3.4-6.fc7 and send me results? Thanks, Adam
*** Bug 228276 has been marked as a duplicate of this bug. ***
This still looks very broken. Nearly the same code is a few lines below in the function "rootdir()" and that code is sourcing the file to use the data. This part of bind had so many problems, we should simplify and cleanup the code, not add more confusion here. Setting again to assigned, we should clean this up some more. Thanks, Florian La Roche
(In reply to comment #3) I've built bind-*9.3.4-7.fc7 . I think script is fine there. You could check it and write comment or close this bug Regards, Adam
-7 didn't show up in rawhide, but the code in cvs looks good to me. Thanks for working on the chroot bits, Florian La Roche