finish ri_data module

change some ri_cmd to accompany with ri_data
This commit is contained in:
lizhi-rocky
2010-07-22 16:37:23 +08:00
parent c3e59e063f
commit 9a1bd8a5df
7 changed files with 217 additions and 49 deletions

View File

@@ -40,7 +40,7 @@
</groups>
<services>
<service name="ssh" script='sshd' start="yes"/>
<service name="ssh" number='100' script='sshd' start="yes" package='openssh'/>
</services>
</install>

View File

@@ -99,7 +99,11 @@
<element name="group">
<attribute name="name"/>
<attribute name="install">
<ref name="mybool"/>
<choice>
<value>mandatory</value>
<value>yes</value>
<value>no</value>
</choice>
</attribute>
<optional>
<ref name="description"/>
@@ -157,10 +161,16 @@
<zeroOrMore>
<element name='service'>
<attribute name='name'/>
<attribute name='number'/>
<attribute name='script'/>
<attribute name='start'>
<ref name='mybool'/>
<choice>
<value>disable</value>
<value>yes</value>
<value>no</value>
</choice>
</attribute>
<attribute name='package'/>
</element>
</zeroOrMore>
</element>