]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2981] Corrected errors in .spec files before merge with master
authorStephen Morris <stephen@isc.org>
Thu, 15 Aug 2013 14:29:10 +0000 (15:29 +0100)
committerStephen Morris <stephen@isc.org>
Thu, 15 Aug 2013 14:29:10 +0000 (15:29 +0100)
src/bin/dhcp4/dhcp4.spec
src/bin/dhcp6/dhcp6.spec

index c62705e14e6326b141aa8ada39692033a8b3eb71..b979d4563d5c2339162e650546d3f6de30460ce0 100644 (file)
@@ -12,7 +12,8 @@
         {
           "item_name": "hooks-library",
           "item_type": "string",
-          "item_optional": true,
+          "item_optional": false,
+          "item_default": ""
         }
       },
  
         {
             "command_name": "libreload",
             "command_description": "Reloads the current hooks libraries.", 
+            "command_args": []
         }
 
     ]
index 1235cfdbb266820c47c5600ab6af49d5b6e3e840..634b046cc3f71c99c44db411c660ae7d4fe58b59 100644 (file)
@@ -12,7 +12,8 @@
         {
           "item_name": "hooks-library",
           "item_type": "string",
-          "item_optional": true,
+          "item_optional": false,
+          "item_default": ""
         }
       },
  
         {
             "command_name": "libreload",
             "command_description": "Reloads the current hooks libraries.", 
+            "command_args": []
         }
     ]
   }