FreeBSD Bugzilla – Attachment 20017 Details for
Bug 35420
Fix some errors in my chroot'ing named section of the Handbook
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.46 KB, created by
setantae
on 2002-02-28 17:50:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
setantae
Created:
2002-02-28 17:50:01 UTC
Size:
1.46 KB
patch
obsolete
>--- 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;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 35420
: 20017