]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
regen
authorAutomatic Updater <source@isc.org>
Wed, 4 Nov 2009 01:55:49 +0000 (01:55 +0000)
committerAutomatic Updater <source@isc.org>
Wed, 4 Nov 2009 01:55:49 +0000 (01:55 +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 3975ddf0fb86601cb2568010373c4a0a323c2165..cf651b3c422ef01ada2e62349cd23cacb332193c 100644 (file)
--- a/FAQ.xml
+++ b/FAQ.xml
@@ -17,7 +17,7 @@
  - PERFORMANCE OF THIS SOFTWARE.
 -->
 
-<!-- $Id: FAQ.xml,v 1.46.56.6 2009/10/06 01:56:39 tbox Exp $ -->
+<!-- $Id: FAQ.xml,v 1.46.56.7 2009/11/04 01:55:49 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 { ... };
                };