BIND 10 trac1596, updated. d7aff6bf2f4d45365305117fc19648b41e01c8ca [1596] Missed a CmdCtl's spec file

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Feb 15 07:43:41 UTC 2012


The branch, trac1596 has been updated
       via  d7aff6bf2f4d45365305117fc19648b41e01c8ca (commit)
      from  578f4a5e28f06ff84d75502d5484d995904947dd (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d7aff6bf2f4d45365305117fc19648b41e01c8ca
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Wed Feb 15 08:43:18 2012 +0100

    [1596] Missed a CmdCtl's spec file

-----------------------------------------------------------------------

Summary of changes:
 src/bin/cmdctl/cmdctl.spec.pre.in |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/cmdctl/cmdctl.spec.pre.in b/src/bin/cmdctl/cmdctl.spec.pre.in
index 537b678..d04e2e3 100644
--- a/src/bin/cmdctl/cmdctl.spec.pre.in
+++ b/src/bin/cmdctl/cmdctl.spec.pre.in
@@ -31,7 +31,13 @@
       {
         "command_name": "shutdown",
         "command_description": "shutdown cmdctl",
-        "command_args": []
+        "command_args": [
+          {
+            "item_name": "pid",
+            "item_type": "integer",
+            "item_optional": true
+          }
+        ]
       }
     ]
   }




More information about the bind10-changes mailing list