neysx       09/08/21 16:11:39

  Modified:             bind-guide.xml
  Log:
   #282194 s/YOUR_NETWORK/YOUR_LOCAL_NETWORK/

Revision  Changes    Path
1.3                  xml/htdocs/doc/en/bind-guide.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/bind-guide.xml?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/bind-guide.xml?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/bind-guide.xml?r1=1.2&r2=1.3

Index: bind-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/bind-guide.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bind-guide.xml      17 Jul 2009 08:00:21 -0000      1.2
+++ bind-guide.xml      21 Aug 2009 16:11:39 -0000      1.3
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/bind-guide.xml,v 1.2 
2009/07/17 08:00:21 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/bind-guide.xml,v 1.3 
2009/08/21 16:11:39 neysx Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide>
@@ -17,8 +17,8 @@
 your local network.
 </abstract>
 
-<version>1</version>
-<date>2009-07-16</date>
+<version>2</version>
+<date>2009-08-21</date>
 
 <chapter>
 <title>Introduction</title>
@@ -135,7 +135,7 @@
 
 <pre caption="Internal view">
 view "internal" {
-        match-clients { YOUR_NETWORK; localhost; };
+        match-clients { YOUR_LOCAL_NETWORK; localhost; };
         recursion yes;
 
         zone "YOUR_DOMAIN" {




Reply via email to