diff --git a/CHANGES b/CHANGES index 1c3d065321..ea8c73bab3 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +2811. [cleanup] Add "rndc sign" to list of commands in rndc usage + output. [RT #20733] + 2810. [doc] Clarified the process of transitioning an NSEC3 zone to insecure. [RT #20746] diff --git a/bin/rndc/rndc.c b/bin/rndc/rndc.c index 6ea6355606..0786d2c355 100644 --- a/bin/rndc/rndc.c +++ b/bin/rndc/rndc.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rndc.c,v 1.126 2009/09/29 15:06:06 fdupont Exp $ */ +/* $Id: rndc.c,v 1.126.66.1 2009/12/18 07:59:09 each Exp $ */ /*! \file */ @@ -117,6 +117,8 @@ command is one of the following:\n\ notify zone [class [view]]\n\ Resend NOTIFY messages for the zone.\n\ reconfig Reload configuration file and new zones only.\n\ + sign zone [class [view]]\n\ + Update zone keys, and sign as needed.\n\ stats Write server statistics to the statistics file.\n\ querylog Toggle query logging.\n\ dumpdb [-all|-cache|-zones] [view ...]\n\