Bug 40027 - incorrect reference to default named.conf location in bind8 manpages
Summary: incorrect reference to default named.conf location in bind8 manpages
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Doug Barton
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-30 04:20 UTC by Igor Roshchin
Modified: 2002-07-12 10:35 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (2.02 KB, patch)
2002-06-30 04:20 UTC, Igor Roshchin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Igor Roshchin 2002-06-30 04:20:03 UTC
	Several man-pages refer to the default location of named.conf
	as "/etc/named.conf" instead of /etc/namedb/named.conf 
	(if PORT_REPLACES_BASE_BIND8 is set) or
	/usr/local/etc/named.conf" otherwise.

Fix: Patch is attached below.


==========================8< =============================================
How-To-Repeat: 	fgrep "/etc/named.conf" /usr/ports/work/doc/man/*
	or 
	man 8 named
	man 5 named.conf
	etc.. (keep in mind that the base manpages from /usr/man
	can be shown instead if the port manpages installed in 
	/usr/local/man in case of PORT_REPLACES_BASE_BIND8 not being set)
Comment 1 Ying-Chieh Liao freebsd_committer freebsd_triage 2002-06-30 17:51:47 UTC
Responsible Changed
From-To: freebsd-ports->DougB

over to maintainer
Comment 2 Doug Barton freebsd_committer freebsd_triage 2002-07-12 10:32:44 UTC
State Changed
From-To: open->closed


Thank you for bringing my attention to this problem. I just committed the fix. 
However, mine was somewhat simpler. :) You might want to take a look at how 
I did it. First, it's not necessary to patch the *.lst[85] pages, as they 
are re-generated before installation. Second, when you're performing the exact 
same change to numerous files, recursive loops keep the Makefile shorter, 
and easier to read. 

Nevertheless, this was something that needed to be fixed, and I appreciate 
you letting me know.