Bug 75710

Summary: bind startup script does not allow /etc/named.conf to be a symlink
Product: [Retired] Red Hat Linux Reporter: Paul Gear <paul>
Component: bindAssignee: Daniel Walsh <dwalsh>
Status: CLOSED CURRENTRELEASE QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: 8.0   
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: 2003-08-01 19:53:52 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:
Attachments:
Description Flags
Patch to /etc/init.d/named none

Description Paul Gear 2002-10-11 12:01:18 UTC
Description of Problem:
bind startup script does not allow /etc/named.conf to be a symlink

Version-Release number of selected component (if applicable):
bind-9.2.1-9

How Reproducible:
Every time

Steps to Reproduce:
1. cd /etc
2. mkdir named.data
3. mv named.conf named.data
4. ln -s named.data/named.conf .
5. service named start

Actual Results:
named not started

Expected Results:
named started

Additional Information:
The startup script should check for its requirements using more flexible test
operations.  Attached is a suggested patch.

Comment 1 Paul Gear 2002-10-11 12:01:55 UTC
Created attachment 79945 [details]
Patch to /etc/init.d/named

Comment 2 Daniel Walsh 2003-01-06 20:32:54 UTC
Fixed in bind-9.2.1-12