From setantae@submonkey.net  Thu Feb 28 09:48:07 2002
Return-Path: <setantae@submonkey.net>
Received: from relay3-gui.server.ntli.net (relay3-gui.server.ntli.net [194.168.4.200])
	by hub.freebsd.org (Postfix) with ESMTP id 5009F37B400
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 28 Feb 2002 09:48:06 -0800 (PST)
Received: from pc4-card4-0-cust162.cdf.cable.ntl.com
	([80.4.14.162] helo=rhadamanth.private.submonkey.net ident=mailnull)
	by relay3-gui.server.ntli.net with esmtp (Exim 3.03 #2)
	id 16gUey-0003zj-00
	for FreeBSD-gnats-submit@freebsd.org; Thu, 28 Feb 2002 17:48:04 +0000
Received: from setantae by rhadamanth.private.submonkey.net with local (Exim 3.35 #1)
	id 16gUej-000CcE-00
	for FreeBSD-gnats-submit@freebsd.org; Thu, 28 Feb 2002 17:47:49 +0000
Message-Id: <E16gUej-000CcE-00@rhadamanth.private.submonkey.net>
Date: Thu, 28 Feb 2002 17:47:49 +0000
From: Ceri <setantae@submonkey.net>
Sender: Ceri <setantae@submonkey.net>
Reply-To: Ceri <setantae@submonkey.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Fix some errors in my chroot'ing named section of the Handbook
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         35420
>Category:       docs
>Synopsis:       Fix some errors in my chroot'ing named section of the Handbook
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 28 09:50:01 PST 2002
>Closed-Date:    Thu Mar 7 15:55:18 PST 2002
>Last-Modified:  Thu Mar 07 15:55:35 PST 2002
>Originator:     Ceri <setantae@submonkey.net>
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
>Environment:
System: FreeBSD rhadamanth.private.submonkey.net 4.5-STABLE FreeBSD 4.5-STABLE #0: Mon Feb 25 09:12:59 GMT 2002 setantae@rhadamanth.private.submonkey.net:/usr/obj/usr/src/sys/RHADAMANTH i386


	
>Description:

- Update the doc now that the loopback ip6.int file is created as well
- Fix a bad typo that results in this just not working
- Change a "/" for a "." as it should have been anyway
- Slap myself round head for getting these wrong in the first place

Ceri

>How-To-Repeat:
	
>Fix:


--- doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml.old	Thu Feb 28 17:21:38 2002
+++ doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml	Thu Feb 28 17:42:33 2002
@@ -4287,7 +4287,7 @@
 &prompt.root; <userinput>mv named.conf etc && ln -sf etc/named.conf</userinput>
 &prompt.root; <userinput>mv named.root master</userinput>
 <!-- I don't like this next bit -->
-&prompt.root; <userinput>sh make-localhost && mv localhost.rev master</userinput>
+&prompt.root; <userinput>sh make-localhost && mv localhost.rev localhost-v6.rev master</userinput>
 &prompt.root; <userinput>cat > master/named.localhost
 $ORIGIN localhost.
 $TTL 6h
@@ -4379,7 +4379,7 @@
 	    <replaceable>/etc/named.conf</replaceable> is denoted by a full
 	    pathname <emphasis>relative to the sandbox</emphasis>, i.e. in
 	    the line above, the file referred to is actually
-	    <filename>/etc/namedb/etc/named.conf</filename>/</para>
+	    <filename>/etc/namedb/etc/named.conf</filename>.</para>
 	  </note>
 	</listitem>
       </itemizedlist>
@@ -4411,9 +4411,15 @@
 };
 zone "0.0.127.in-addr.arpa" IN {
         type master;
-        file "master/named.loopback";
+        file "master/localhost.rev";
         allow-transfer { localhost; };
         notify no;
+};
+zone "0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.int" {
+	type master;
+	file "master/localhost-v6.rev";
+	allow-transfer { localhost; };
+	notify no;
 };
 zone "." IN {
         type hint;

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: keramida 
State-Changed-When: Thu Mar 7 15:55:18 PST 2002 
State-Changed-Why:  
Committed, thanks. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=35420 
>Unformatted:
