3574. [doc] The 'hostname' keyword was missing from server-id

description in the named.conf man page. [RT #33476]
This commit is contained in:
Mark Andrews 2013-05-29 15:51:30 +10:00
parent d281b39456
commit 22bca01405
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,6 @@
3574. [doc] The 'hostname' keyword was missing from server-id
description in the named.conf man page. [RT #33476]
--- 9.9.3 released ---
3568. [cleanup] Add a product description line to the version file,

View file

@ -219,7 +219,7 @@ options {
random-device <replaceable>quoted_string</replaceable>;
recursive-clients <replaceable>integer</replaceable>;
serial-query-rate <replaceable>integer</replaceable>;
server-id ( <replaceable>quoted_string</replaceable> | none );
server-id ( <replaceable>quoted_string</replaceable> | hostname | none );
stacksize <replaceable>size</replaceable>;
statistics-file <replaceable>quoted_string</replaceable>;
statistics-interval <replaceable>integer</replaceable>; // not yet implemented