From: Stephen Morris Date: Thu, 15 Aug 2013 14:29:10 +0000 (+0100) Subject: [2981] Corrected errors in .spec files before merge with master X-Git-Tag: bind10-1.2.0beta1-release~272^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f73cd9bc4a0bbc14f106cec09d3843bfec1971e9;p=thirdparty%2Fkea.git [2981] Corrected errors in .spec files before merge with master --- diff --git a/src/bin/dhcp4/dhcp4.spec b/src/bin/dhcp4/dhcp4.spec index c62705e14e..b979d4563d 100644 --- a/src/bin/dhcp4/dhcp4.spec +++ b/src/bin/dhcp4/dhcp4.spec @@ -12,7 +12,8 @@ { "item_name": "hooks-library", "item_type": "string", - "item_optional": true, + "item_optional": false, + "item_default": "" } }, @@ -290,6 +291,7 @@ { "command_name": "libreload", "command_description": "Reloads the current hooks libraries.", + "command_args": [] } ] diff --git a/src/bin/dhcp6/dhcp6.spec b/src/bin/dhcp6/dhcp6.spec index 1235cfdbb2..634b046cc3 100644 --- a/src/bin/dhcp6/dhcp6.spec +++ b/src/bin/dhcp6/dhcp6.spec @@ -12,7 +12,8 @@ { "item_name": "hooks-library", "item_type": "string", - "item_optional": true, + "item_optional": false, + "item_default": "" } }, @@ -313,6 +314,7 @@ { "command_name": "libreload", "command_description": "Reloads the current hooks libraries.", + "command_args": [] } ] }