simplify and creole => rougail
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<creole>
|
||||
<rougail>
|
||||
|
||||
<services>
|
||||
<service name='ntp'>
|
||||
@ -23,6 +23,6 @@
|
||||
|
||||
<help/>
|
||||
|
||||
</creole>
|
||||
</rougail>
|
||||
<!-- vim: ts=4 sw=4 expandtab
|
||||
-->
|
||||
|
@ -5,14 +5,17 @@
|
||||
<family doc="ports" name="ports">
|
||||
<family doc="port0" name="port0">
|
||||
<variable doc="" multi="False" name="name" type="port">
|
||||
<property>mandatory</property>
|
||||
<value>123</value>
|
||||
</variable>
|
||||
<variable doc="" multi="False" name="protocol" type="choice">
|
||||
<choice>tcp</choice>
|
||||
<choice>udp</choice>
|
||||
<property>mandatory</property>
|
||||
<value>udp</value>
|
||||
</variable>
|
||||
<variable doc="" multi="False" name="activate" type="boolean">
|
||||
<property>mandatory</property>
|
||||
<value>True</value>
|
||||
</variable>
|
||||
</family>
|
||||
@ -20,9 +23,11 @@
|
||||
<family doc="tcpwrappers" name="tcpwrappers">
|
||||
<family doc="tcpwrapper0" name="tcpwrapper0">
|
||||
<variable doc="" multi="False" name="name" type="string">
|
||||
<property>mandatory</property>
|
||||
<value>ntpd</value>
|
||||
</variable>
|
||||
<variable doc="" multi="False" name="activate" type="boolean">
|
||||
<property>mandatory</property>
|
||||
<value>True</value>
|
||||
</variable>
|
||||
</family>
|
||||
|
Reference in New Issue
Block a user