mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 23:32:05 -04:00
we have no intent of making SIGINT do the same as 'rndc dumpdb'
This commit is contained in:
parent
f83520a3d8
commit
f63f9002e7
1 changed files with 7 additions and 8 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.0//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd">
|
||||
|
||||
<!-- File: $Id: Bv9ARM-book.xml,v 1.62 2000/12/02 00:25:39 gson Exp $ -->
|
||||
<!-- File: $Id: Bv9ARM-book.xml,v 1.63 2000/12/02 00:30:34 gson Exp $ -->
|
||||
|
||||
<book>
|
||||
|
||||
|
|
@ -2568,17 +2568,16 @@ most cases, the keyname should be the server's host name.</para></entry>
|
|||
<row rowsep = "0">
|
||||
<entry colname = "1"><para><command>dump-file</command></para></entry>
|
||||
<entry colname = "2"><para>The pathname of the file the server dumps
|
||||
the database to when it receives <command>SIGINT</command> signal
|
||||
(<command>ndc dumpdb</command>). If not specified, the default is <filename>named_dump.db</filename>.</para><note>
|
||||
<simpara>Not
|
||||
yet implemented in <acronym>BIND</acronym> 9.</simpara></note></entry>
|
||||
the database to when instructed to do so with
|
||||
<command>rndc dumpdb</command>.
|
||||
If not specified, the default is <filename>named_dump.db</filename>.</para>
|
||||
<note><simpara>Not yet implemented in <acronym>BIND</acronym> 9.</simpara></note></entry>
|
||||
</row>
|
||||
<row rowsep = "0">
|
||||
<entry colname = "1"><para><command>memstatistics-file</command></para></entry>
|
||||
<entry colname = "2"><para>The pathname of the file the server writes memory
|
||||
usage statistics to on exit. If not specified, the default is <filename>named.memstats</filename>.</para><note>
|
||||
<simpara>Not
|
||||
yet implemented in <acronym>BIND</acronym> 9.</simpara></note></entry>
|
||||
usage statistics to on exit. If not specified, the default is <filename>named.memstats</filename>.</para>
|
||||
<note><simpara>Not yet implemented in <acronym>BIND</acronym> 9.</simpara></note></entry>
|
||||
</row>
|
||||
<row rowsep = "0">
|
||||
<entry colname = "1"><para><command>pid-file</command></para></entry>
|
||||
|
|
|
|||
Loading…
Reference in a new issue