[svn] commit: r3319 - /branches/vorner-recursor-config/src/bin/recurse/recurse.spec.pre.in
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Oct 22 12:13:54 UTC 2010
Author: vorner
Date: Fri Oct 22 12:13:54 2010
New Revision: 3319
Log:
Correct the name of the recursor
Modified:
branches/vorner-recursor-config/src/bin/recurse/recurse.spec.pre.in
Modified: branches/vorner-recursor-config/src/bin/recurse/recurse.spec.pre.in
==============================================================================
--- branches/vorner-recursor-config/src/bin/recurse/recurse.spec.pre.in (original)
+++ branches/vorner-recursor-config/src/bin/recurse/recurse.spec.pre.in Fri Oct 22 12:13:54 2010
@@ -1,7 +1,7 @@
{
"module_spec": {
- "module_name": "Auth",
- "module_description": "Authoritative service",
+ "module_name": "Recurse",
+ "module_description": "Recursive service",
"config_data": [
{ "item_name": "database_file",
"item_type": "string",
@@ -12,7 +12,7 @@
"commands": [
{
"command_name": "shutdown",
- "command_description": "Shut down authoritative DNS server",
+ "command_description": "Shut down recursive DNS server",
"command_args": []
}
]
More information about the bind10-changes
mailing list