]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2964] updated doc for loadzone -e so it more focuses on creating empty zone.
authorJINMEI Tatuya <jinmei@isc.org>
Tue, 4 Jun 2013 20:51:08 +0000 (13:51 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Tue, 4 Jun 2013 20:51:08 +0000 (13:51 -0700)
src/bin/loadzone/b10-loadzone.xml

index 10c74c836da4576f17db3eda4c81c9f09cf0759b..b47421f53ccac8db20d4b922f478c28567a6f128 100644 (file)
       in a BIND 10 ready data source format.
       Master files are text files that contain DNS Resource Records
       in text form.
-      This utility can also be used to empty current content, if any,
-      of the specified zone from the specified data source so the
-      existence of the zone is recognized in the data source without
-      any content (resource records).
+      This utility can also be used to create an empty zone on the
+      specified data source so the existence of the zone is recognized
+      in the data source without any content (resource records).
     </para>
     <note><simpara>Currently only the SQLITE3 data source is supported.
     </simpara></note>
       If the <command>-e</command> command line option is specified,
       <command>b10-loadzone</command> does not take the zone name
       argument.
-      In this case it empties any existing content of the specified
-      zone from the specified data source while the data source still
-      recognizes the existence of the zone.  If the zone originally
-      didn't exist in the zone, it effectively creates the zone without
-      any content.
-      This mode of operation can be used for setting up a secondary
-      zone before transferring zone content from a primary server.
+      In this case it creates an empty zone without any content
+      while the data source still recognizes the existence of the
+      zone.
+      If the specified zone already has some content, this mode of
+      operation will remove it (but the existence of the zone in the
+      data source will be still recognized).
     </para>
 
   </refsect1>
       <varlistentry>
         <term>-e</term>
         <listitem><para>
-           Empty any existing zone content instead of loading new one.
+           Create an empty zone, or empty existing zone content
+           instead of loading new one.
            When this option is specified, the zone file command line
            argument must not be provided.
            The <command>-i</command> option has no effect, but it