BIND 10 trac2835, updated. f37600d5ae721b626b9e9323dbff17a404908e46 [2835] Add the data source name option

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Mar 14 09:31:28 UTC 2013


The branch, trac2835 has been updated
       via  f37600d5ae721b626b9e9323dbff17a404908e46 (commit)
      from  b47eafefecf38d32013bc7377aa4eebf531c49f6 (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 f37600d5ae721b626b9e9323dbff17a404908e46
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Thu Mar 14 10:29:23 2013 +0100

    [2835] Add the data source name option
    
    An optional name of the client in the client list in data source. No
    handling done yet, only added to the spec file so it can be set.

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

Summary of changes:
 src/bin/cfgmgr/plugins/datasrc.spec.pre.in |    5 +++++
 1 file changed, 5 insertions(+)

-----------------------------------------------------------------------
diff --git a/src/bin/cfgmgr/plugins/datasrc.spec.pre.in b/src/bin/cfgmgr/plugins/datasrc.spec.pre.in
index 6d5bd77..e7bc6ae 100644
--- a/src/bin/cfgmgr/plugins/datasrc.spec.pre.in
+++ b/src/bin/cfgmgr/plugins/datasrc.spec.pre.in
@@ -63,6 +63,11 @@
                                     "item_optional": false,
                                     "item_default": ""
                                 }
+                            },
+                            {
+                                "item_name": "name",
+                                "item_type": "string",
+                                "item_optional": true
                             }
                         ]
                     }



More information about the bind10-changes mailing list