Browse Source

remove the print_message command, which was only there as an example

git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1546 e5f2f494-b856-4b98-b285-d166d9295462
Evan Hunt 15 years ago
parent
commit
22c3ee8b09
1 changed files with 0 additions and 10 deletions
  1. 0 10
      src/bin/auth/auth.pre.in

+ 0 - 10
src/bin/auth/auth.pre.in

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