From: Brian Wellington Date: Wed, 30 Jan 2002 00:20:50 +0000 (+0000) Subject: mention freeze & unfreeze in the usage X-Git-Tag: v9.0.1^2~8579 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=f29583dca7dc33d6fad6942a6eb4457c694a3974;p=thirdparty%2Fbind9.git mention freeze & unfreeze in the usage --- diff --git a/bin/rndc/rndc.c b/bin/rndc/rndc.c index 978dd12c608..d57d5d7809c 100644 --- a/bin/rndc/rndc.c +++ b/bin/rndc/rndc.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rndc.c,v 1.90 2002/01/04 02:32:06 gson Exp $ */ +/* $Id: rndc.c,v 1.91 2002/01/30 00:20:50 bwelling Exp $ */ /* * Principal Author: DCL @@ -95,6 +95,10 @@ command is one of the following:\n\ Schedule immediate maintenance for a zone.\n\ retransfer zone [class [view]]\n\ Retransfer a single zone without checking serial number.\n\ + freeze zone [class [view]]\n\ + Suspend updates to a dynamic zone.\n\ + unfreeze zone [class [view]]\n\ + Enable updates to a frozen dynamic zone and reload it.\n\ reconfig Reload configuration file and new zones only.\n\ stats Write server statistics to the statistics file.\n\ querylog Toggle query logging.\n\