[svn] commit: r1546 - /trunk/src/bin/auth/auth.pre.in
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Mar 18 21:53:08 UTC 2010
Author: each
Date: Thu Mar 18 21:53:08 2010
New Revision: 1546
Log:
remove the print_message command, which was only there as an example
Modified:
trunk/src/bin/auth/auth.pre.in
Modified: trunk/src/bin/auth/auth.pre.in
==============================================================================
--- trunk/src/bin/auth/auth.pre.in (original)
+++ trunk/src/bin/auth/auth.pre.in Thu Mar 18 21:53:08 2010
@@ -10,16 +10,6 @@
],
"commands": [
{
- "command_name": "print_message",
- "command_description": "Print the given message to stdout",
- "command_args": [ {
- "item_name": "message",
- "item_type": "string",
- "item_optional": False,
- "item_default": ""
- } ]
- },
- {
"command_name": "shutdown",
"command_description": "Shut down authoritative DNS server",
"command_args": []
More information about the bind10-changes
mailing list