|
Guys, I found this part of a sc manifest in build 146 (..../auto_install/sc_profiles/static_network.xml) <service name='network/dns/install' version='1' type='service'> <instance name='default' enabled='true'> <property_group name='install_props' type='application'> <property name='nameserver' type='net_address'> <net_address_list> <value_node value='x.x.x.x'/> </net_address_list> </property> <property name='search' type='astring'> <astring_list> <value_node value='example.com'/> </astring_list> </property> </property_group> </instance> </service> When I look at the file: /usr/share/lib/xml/dtd/service_bundle.dtd.1 I cannot find the type='net_address', only net_address_v4_list | net_address_v6_list <!ELEMENT property ( count_list | integer_list | opaque_list | host_list | hostname_list | net_address_v4_list | net_address_v6_list | time_list | astring_list | ustring_list | boolean_list | fmri_list | uri_list )? > So my question, Am i looking at the wrong file, should it be updated, or is this part of the "example" wrong ? Thanks Paul |
_______________________________________________ caiman-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/caiman-discuss

