[svn] commit: r1562 - /trunk/src/bin/bind10/bob.spec
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Mar 19 00:24:36 UTC 2010
Author: jelte
Date: Fri Mar 19 00:24:36 2010
New Revision: 1562
Log:
changed example configuration value names and default value of example_string to something that shows the example-ness
Modified:
trunk/src/bin/bind10/bob.spec
Modified: trunk/src/bin/bind10/bob.spec
==============================================================================
--- trunk/src/bin/bind10/bob.spec (original)
+++ trunk/src/bin/bind10/bob.spec Fri Mar 19 00:24:36 2010
@@ -3,13 +3,13 @@
"module_name": "Boss",
"config_data": [
{
- "item_name": "some_string",
+ "item_name": "example_string",
"item_type": "string",
"item_optional": False,
- "item_default": "Hi, shane!"
+ "item_default": "Just an example string configuration value"
},
{
- "item_name": "some_int",
+ "item_name": "example_int",
"item_type": "integer",
"item_optional": False,
"item_default": 1
More information about the bind10-changes
mailing list