Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 112277 - named.conf is not included in the ebuild
Summary: named.conf is not included in the ebuild
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-12 07:17 UTC by Jesse Peter Harris
Modified: 2005-11-12 07:33 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Peter Harris 2005-11-12 07:17:01 UTC
Ebuild for bind-9.2.5 doesn't include the "named.conf" file that should reside
in /etc/bind/named.conf

Reproducible: Always
Steps to Reproduce:
1. Intall ebuild
2. run /etc/init.d/named start
Actual Results:  
 * Starting named ...
 * No /etc/bind/named.conf file exists!
grep: /etc/bind/named.conf: No such file or directory                          
        [ !! ]

Expected Results:  
a stock standard named.conf should be included for a simple cache dns server.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-11-12 07:33:38 UTC
$ equery f bind | grep named.conf
/etc/bind/named.conf
/usr/share/doc/bind-9.2.5-r6/dhcp-dynamic-dns-examples/bind/etc/named.conf
/usr/share/man/man5/named.conf.5.gz

$ equery b /etc/bind/named.conf
[ Searching for file(s) /etc/bind/named.conf in *... ]
net-dns/bind-9.2.5-r6 (/etc/bind/named.conf)

Re-emerge bind if you are missing this file.