Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
f73cd9bc
Commit
f73cd9bc
authored
Aug 15, 2013
by
Stephen Morris
Browse files
[2981] Corrected errors in .spec files before merge with master
parent
83645c84
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/bin/dhcp4/dhcp4.spec
View file @
f73cd9bc
...
...
@@ -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": []
}
]
...
...
src/bin/dhcp6/dhcp6.spec
View file @
f73cd9bc
...
...
@@ -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": []
}
]
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment