Browse Source

Correct the name of the recursor

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/vorner-recursor-config@3319 e5f2f494-b856-4b98-b285-d166d9295462
Michal Vaner 14 years ago
parent
commit
169abbec44
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/bin/recurse/recurse.spec.pre.in

+ 3 - 3
src/bin/recurse/recurse.spec.pre.in

@@ -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": []
       }
     ]