Browse Source

[2981] Corrected errors in .spec files before merge with master

Stephen Morris 11 years ago
parent
commit
f73cd9bc4a
2 changed files with 6 additions and 2 deletions
  1. 3 1
      src/bin/dhcp4/dhcp4.spec
  2. 3 1
      src/bin/dhcp6/dhcp6.spec

+ 3 - 1
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": []
         }
 
     ]

+ 3 - 1
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": []
         }
     ]
   }