From: JINMEI Tatuya Date: Tue, 4 Jun 2013 20:51:08 +0000 (-0700) Subject: [2964] updated doc for loadzone -e so it more focuses on creating empty zone. X-Git-Tag: bind10-1.2.0beta1-release~423^2~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=547094b71f9306e1130926ccb76160141e2b080e;p=thirdparty%2Fkea.git [2964] updated doc for loadzone -e so it more focuses on creating empty zone. --- diff --git a/src/bin/loadzone/b10-loadzone.xml b/src/bin/loadzone/b10-loadzone.xml index 10c74c836d..b47421f53c 100644 --- a/src/bin/loadzone/b10-loadzone.xml +++ b/src/bin/loadzone/b10-loadzone.xml @@ -67,10 +67,9 @@ 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). Currently only the SQLITE3 data source is supported. @@ -118,13 +117,12 @@ If the -e command line option is specified, b10-loadzone 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). @@ -167,7 +165,8 @@ -e - 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 -i option has no effect, but it