BIND 10 trac2981, updated. f73cd9bc4a0bbc14f106cec09d3843bfec1971e9 [2981] Corrected errors in .spec files before merge with master
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Aug 15 14:29:44 UTC 2013
The branch, trac2981 has been updated
via f73cd9bc4a0bbc14f106cec09d3843bfec1971e9 (commit)
from 83645c8498c57f27907113a4d062fe47f74739d2 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit f73cd9bc4a0bbc14f106cec09d3843bfec1971e9
Author: Stephen Morris <stephen at isc.org>
Date: Thu Aug 15 15:29:10 2013 +0100
[2981] Corrected errors in .spec files before merge with master
-----------------------------------------------------------------------
Summary of changes:
src/bin/dhcp4/dhcp4.spec | 4 +++-
src/bin/dhcp6/dhcp6.spec | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/dhcp4/dhcp4.spec b/src/bin/dhcp4/dhcp4.spec
index c62705e..b979d45 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 1235cfd..634b046 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": []
}
]
}
More information about the bind10-changes
mailing list