Bug 60868
| Summary: | initscript should search files in $ROOTDIR | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Enrico Scholz <rh-bugzilla> |
| Component: | bind | Assignee: | wdovlrrw <brosenkr> |
| Status: | CLOSED RAWHIDE | QA Contact: | Ben Levenson <benl> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.3 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2002-03-08 01:47:47 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Done in 9.2.0-7 |
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