Bug 60868 - initscript should search files in $ROOTDIR
Summary: initscript should search files in $ROOTDIR
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: bind
Version: 7.3
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: wdovlrrw
QA Contact: Ben Levenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-03-08 01:47 UTC by Enrico Scholz
Modified: 2007-04-18 16:40 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2002-03-08 01:47:47 UTC
Embargoed:


Attachments (Terms of Use)

Description Enrico Scholz 2002-03-08 01:47:43 UTC
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

Comment 1 Bernhard Rosenkraenzer 2002-03-11 13:26:48 UTC
Done in 9.2.0-7


Note You need to log in before you can comment on or make changes to this bug.