c15ebb3
--- bind-9.3.3rc2/bin/rndc/rndc-confgen.c.key	2004-09-28 09:14:57.000000000 +0200
c15ebb3
+++ bind-9.3.3rc2/bin/rndc/rndc-confgen.c	2006-09-15 08:56:25.000000000 +0200
c15ebb3
@@ -46,7 +46,7 @@
c15ebb3
 #include "util.h"
c15ebb3
 
c15ebb3
 #define DEFAULT_KEYLENGTH	128		/* Bits. */
c15ebb3
-#define DEFAULT_KEYNAME		"rndc-key"
c15ebb3
+#define DEFAULT_KEYNAME		"rndckey"
c15ebb3
 #define DEFAULT_SERVER		"127.0.0.1"
c15ebb3
 #define DEFAULT_PORT		953
c15ebb3
 
c15ebb3
--- bind-9.3.3rc2/bin/rndc/rndc.conf.key	2004-03-06 11:21:32.000000000 +0100
c15ebb3
+++ bind-9.3.3rc2/bin/rndc/rndc.conf	2006-09-15 08:56:25.000000000 +0200
c15ebb3
@@ -23,14 +23,11 @@
c15ebb3
 
c15ebb3
 options {
c15ebb3
         default-server  localhost;
c15ebb3
-        default-key     "key";
c15ebb3
+        default-key     "rndckey";
c15ebb3
 };
c15ebb3
 
c15ebb3
 server localhost {
c15ebb3
-        key     "key";
c15ebb3
+        key     "rndckey";
c15ebb3
 };
c15ebb3
 
c15ebb3
-key "key" {
c15ebb3
-        algorithm       hmac-md5;
c15ebb3
-        secret "c3Ryb25nIGVub3VnaCBmb3IgYSBtYW4gYnV0IG1hZGUgZm9yIGEgd29tYW4K";
c15ebb3
-};
c15ebb3
+include "/etc/rndc.key";
c15ebb3
--- bind-9.3.3rc2/bin/rndc/rndc-confgen.8.key	2006-09-15 09:00:01.000000000 +0200
c15ebb3
+++ bind-9.3.3rc2/bin/rndc/rndc-confgen.8	2006-09-15 08:56:25.000000000 +0200
c15ebb3
@@ -116,7 +116,7 @@
c15ebb3
 .TP 3n
c15ebb3
 \-k \fIkeyname\fR
c15ebb3
 Specifies the key name of the rndc authentication key. This must be a valid domain name. The default is
c15ebb3
-\fBrndc\-key\fR.
c15ebb3
+\fBrndckey\fR.
c15ebb3
 .TP 3n
c15ebb3
 \-p \fIport\fR
c15ebb3
 Specifies the command channel port where
c15ebb3
--- bind-9.3.3rc2/bin/rndc/rndc-confgen.docbook.key	2005-05-13 03:22:34.000000000 +0200
c15ebb3
+++ bind-9.3.3rc2/bin/rndc/rndc-confgen.docbook	2006-09-15 08:56:25.000000000 +0200
c15ebb3
@@ -160,7 +160,7 @@
c15ebb3
 	  <para>
c15ebb3
 	       Specifies the key name of the rndc authentication key.
c15ebb3
 	       This must be a valid domain name.
c15ebb3
-	       The default is <constant>rndc-key</constant>.
c15ebb3
+	       The default is <constant>rndckey</constant>.
c15ebb3
 	  </para>
c15ebb3
 	</listitem>
c15ebb3
       </varlistentry>