Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Feb 2002 17:47:49 +0000
From:      Ceri <setantae@submonkey.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/35420: Fix some errors in my chroot'ing named section of the Handbook
Message-ID:  <E16gUej-000CcE-00@rhadamanth.private.submonkey.net>

next in thread | raw e-mail | index | archive | help

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 28 09:50:01 PST 2002
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E16gUej-000CcE-00>