Merge lp:~dsmythies/serverguide/serverguide-review-7.3 into lp:~ubuntu-core-doc/serverguide/precise

Proposed by Doug Smythies
Status: Merged
Approved by: Peter Matulis
Approved revision: 35
Merged at revision: 35
Proposed branch: lp:~dsmythies/serverguide/serverguide-review-7.3
Merge into: lp:~ubuntu-core-doc/serverguide/precise
Diff against target: 19 lines (+2/-2)
1 file modified
serverguide/C/dns.xml (+2/-2)
To merge this branch: bzr merge lp:~dsmythies/serverguide/serverguide-review-7.3
Reviewer Review Type Date Requested Status
Peter Matulis Approve
Review via email: mp+96494@code.launchpad.net

Description of the change

DNS troubleshooting example use of named-checkzone was incorrect for reverse zones (or so I am claiming). see also bug 864259.

To post a comment you must log in.
Revision history for this message
Peter Matulis (petermatulis) wrote :

All good.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'serverguide/C/dns.xml'
2--- serverguide/C/dns.xml 2011-09-13 14:20:56 +0000
3+++ serverguide/C/dns.xml 2012-03-08 00:18:17 +0000
4@@ -483,13 +483,13 @@
5 Similarly, to test the Reverse zone file enter the following:
6 </para>
7 <screen>
8-<command>named-checkzone example.com /etc/bind/db.192</command>
9+<command>named-checkzone 1.168.192.in-addr.arpa /etc/bind/db.192</command>
10 </screen>
11 <para>
12 The output should be similar to:
13 </para>
14 <programlisting>
15-zone example.com/IN: loaded serial 3
16+zone 1.168.192.in-addr.arpa/IN: loaded serial 3
17 OK
18 </programlisting>
19 </listitem>

Subscribers

People subscribed via source and target branches