This commit is contained in:
2020-07-06 19:47:45 +02:00
parent 2e0e17705b
commit ef5297a4e4
297 changed files with 1560 additions and 3198 deletions

View File

@ -1,38 +1,23 @@
<?xml version='1.0' encoding='UTF-8'?>
<creole>
<rougail>
<family name="services">
<family name="service0" doc="ntp">
<family doc="ports" name="ports">
<family doc="port0" name="port0">
<variable doc="" multi="False" name="name" type="port">
<property>mandatory</property>
<variable doc="name" multi="False" name="name" type="port">
<property>hidden</property>
<value>123</value>
</variable>
<variable doc="" multi="False" name="protocol" type="choice">
<choice>tcp</choice>
<choice>udp</choice>
<property>mandatory</property>
<variable doc="protocol" multi="False" name="protocol" type="string">
<property>hidden</property>
<value>udp</value>
</variable>
<variable doc="" multi="False" name="activate" type="boolean">
<property>mandatory</property>
<variable doc="activate" multi="False" name="activate" type="boolean">
<property>hidden</property>
<value>True</value>
</variable>
</family>
</family>
<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>
</family>
<property>basic</property>
</family>
</family>
<family doc="" name="creole">
@ -51,4 +36,4 @@
</family>
<separators/>
</family>
</creole>
</rougail>