BIND 10 trac2545, updated. b85908b8e8321ae1b1ab139c7182a5026bc7f73d [2545] Corrected a typo in dhcpX.spec files.

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Jan 8 09:14:57 UTC 2013


The branch, trac2545 has been updated
       via  b85908b8e8321ae1b1ab139c7182a5026bc7f73d (commit)
      from  890e0b0b7df76e61c1638744647a793143537722 (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 b85908b8e8321ae1b1ab139c7182a5026bc7f73d
Author: Marcin Siodelski <marcin at isc.org>
Date:   Tue Jan 8 10:14:49 2013 +0100

    [2545] Corrected a typo in dhcpX.spec files.

-----------------------------------------------------------------------

Summary of changes:
 src/bin/dhcp4/dhcp4.spec |    2 +-
 src/bin/dhcp6/dhcp6.spec |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/dhcp4/dhcp4.spec b/src/bin/dhcp4/dhcp4.spec
index 7b4fc63..13acf83 100644
--- a/src/bin/dhcp4/dhcp4.spec
+++ b/src/bin/dhcp4/dhcp4.spec
@@ -148,7 +148,7 @@
                       "item_default": ""
                     },
                     { "item_name": "csv-format",
-                      "item_type": "bool",
+                      "item_type": "boolean",
                       "item_optional": false,
                       "item_default": False
                     } ]
diff --git a/src/bin/dhcp6/dhcp6.spec b/src/bin/dhcp6/dhcp6.spec
index adc0550..350b530 100644
--- a/src/bin/dhcp6/dhcp6.spec
+++ b/src/bin/dhcp6/dhcp6.spec
@@ -159,7 +159,7 @@
                       "item_default": ""
                     },
                     { "item_name": "csv-format",
-                      "item_type": "bool",
+                      "item_type": "boolean",
                       "item_optional": false,
                       "item_default": False
                     } ]



More information about the bind10-changes mailing list