From owner-freebsd-doc Thu Feb 28 9:50:23 2002 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D41C337B41B for ; Thu, 28 Feb 2002 09:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1SHo1a80590; Thu, 28 Feb 2002 09:50:01 -0800 (PST) (envelope-from gnats) 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 ; 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: Date: Thu, 28 Feb 2002 17:47:49 +0000 From: Ceri Reply-To: Ceri To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: docs/35420: Fix some errors in my chroot'ing named section of the Handbook Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 >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; mv named.conf etc && ln -sf etc/named.conf &prompt.root; mv named.root master -&prompt.root; sh make-localhost && mv localhost.rev master +&prompt.root; sh make-localhost && mv localhost.rev localhost-v6.rev master &prompt.root; cat > master/named.localhost $ORIGIN localhost. $TTL 6h @@ -4379,7 +4379,7 @@ /etc/named.conf is denoted by a full pathname relative to the sandbox, i.e. in the line above, the file referred to is actually - /etc/namedb/etc/named.conf/ + /etc/namedb/etc/named.conf. @@ -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