From: Evan Hunt Date: Thu, 27 Feb 2014 07:03:54 +0000 (-0800) Subject: [master] fix 'rndc freeze' doc, and mention 'rndc sync' X-Git-Tag: v9.10.0b2~90 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=71072248de32e6c162da9e3fe984e7b8ce709d30;p=thirdparty%2Fbind9.git [master] fix 'rndc freeze' doc, and mention 'rndc sync' --- diff --git a/doc/arm/Bv9ARM-book.xml b/doc/arm/Bv9ARM-book.xml index 77a7342ae03..c44a9aded89 100644 --- a/doc/arm/Bv9ARM-book.xml +++ b/doc/arm/Bv9ARM-book.xml @@ -1477,15 +1477,25 @@ controls { If you have to make changes to a dynamic zone - manually, the following procedure will work: Disable dynamic updates - to the zone using + manually, the following procedure will work: + Disable dynamic updates to the zone using rndc freeze zone. - This will also remove the zone's .jnl file - and update the master file. Edit the zone file. Run + This will update the zone's master file with the changes + stored in its .jnl file. + Edit the zone file. Run rndc thaw zone to reload the changed zone and re-enable dynamic updates. + + rndc sync zone + will update the zone file with changes from the journal file + without stopping dynamic updates; this may be useful for viewing + the current zone state. To remove the .jnl + file after updating the zone file, use + rndc sync -clean. + +