]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
regen
authorAutomatic Updater <source@isc.org>
Wed, 4 Nov 2009 01:44:38 +0000 (01:44 +0000)
committerAutomatic Updater <source@isc.org>
Wed, 4 Nov 2009 01:44:38 +0000 (01:44 +0000)
FAQ
FAQ.xml

diff --git a/FAQ b/FAQ
index a2d1686c4eb519b5f0f131f004a6f0b2cc38e391..b256ed8b10a35aab4cde3d589be0206c50b3b74f 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -244,7 +244,7 @@ A: You choose one view to be master and the second a slave and transfer
                            type master;
                            file "internal/example.db";
                            allow-update { key mykey; };
-                           notify-also { 10.0.1.1; };
+                           also-notify { 10.0.1.1; };
                    };
            };
 
@@ -254,7 +254,7 @@ A: You choose one view to be master and the second a slave and transfer
                            type slave;
                            file "external/example.db";
                            masters { 10.0.1.1; };
-                           transfer-source { 10.0.1.1; };
+                           transfer-source 10.0.1.1;
                            // allow-update-forwarding { any; };
                            // allow-notify { ... };
                    };
diff --git a/FAQ.xml b/FAQ.xml
index 813db37265cd37a9b89ce88e6541ca5ea80b426f..b798d39ff7ed1dcc994b7d05953b513d2c290edd 100644 (file)
--- a/FAQ.xml
+++ b/FAQ.xml
@@ -17,7 +17,7 @@
  - PERFORMANCE OF THIS SOFTWARE.
 -->
 
-<!-- $Id: FAQ.xml,v 1.30.26.11 2009/10/06 01:45:25 tbox Exp $ -->
+<!-- $Id: FAQ.xml,v 1.30.26.12 2009/11/04 01:44:38 tbox Exp $ -->
 
 <article class="faq">
   <title>Frequently Asked Questions about BIND 9</title>
@@ -448,7 +448,7 @@ Master 10.0.1.1:
                        type master;
                        file "internal/example.db";
                        allow-update { key mykey; };
-                       notify-also { 10.0.1.1; };
+                       also-notify { 10.0.1.1; };
                };
        };
 
@@ -458,7 +458,7 @@ Master 10.0.1.1:
                        type slave;
                        file "external/example.db";
                        masters { 10.0.1.1; };
-                       transfer-source { 10.0.1.1; };
+                       transfer-source 10.0.1.1;
                        // allow-update-forwarding { any; };
                        // allow-notify { ... };
                };