From: Michal 'vorner' Vaner Date: Wed, 15 Feb 2012 07:43:18 +0000 (+0100) Subject: [1596] Missed a CmdCtl's spec file X-Git-Tag: trac2351_base~97^2~32^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d7aff6bf2f4d45365305117fc19648b41e01c8ca;p=thirdparty%2Fkea.git [1596] Missed a CmdCtl's spec file --- diff --git a/src/bin/cmdctl/cmdctl.spec.pre.in b/src/bin/cmdctl/cmdctl.spec.pre.in index 537b6781f1..d04e2e359d 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 + } + ] } ] }