diff options
author | jperkin <jperkin@pkgsrc.org> | 2016-06-08 10:16:50 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2016-06-08 10:16:50 +0000 |
commit | 361a2466e2faa03ecb00ac16a4dee5c37fa003c2 (patch) | |
tree | 6935b88a71f866fd610160cdee3f26187d117580 /net/quagga | |
parent | 5416845af3ff4dae8960197e218d1acfc41422ee (diff) | |
download | pkgsrc-361a2466e2faa03ecb00ac16a4dee5c37fa003c2.tar.gz |
Remove the stability entity, it has no meaning outside of an official context.
Diffstat (limited to 'net/quagga')
-rw-r--r-- | net/quagga/files/smf/manifest.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/net/quagga/files/smf/manifest.xml b/net/quagga/files/smf/manifest.xml index e1a66eaf800..e7ec8e310cb 100644 --- a/net/quagga/files/smf/manifest.xml +++ b/net/quagga/files/smf/manifest.xml @@ -29,7 +29,6 @@ </property_group> <!-- Properties in this group are used by routeadm (1M) --> <property_group name='routeadm' type='application'> - <stability value='Unstable' /> <!-- Identifies service as a routing service --> <propval name='daemon' type='astring' value='@PREFIX@/sbin/zebra' /> <propval name='value_authorization' type='astring' value='solaris.smf.value.routing' /> @@ -38,7 +37,6 @@ </property_group> <!-- Properties in this group are modifiable via routeadm (1M) --> <property_group name='routing' type='application'> - <stability value='Evolving' /> <propval name='value_authorization' type='astring' value='solaris.smf.value.routing' /> <!-- Options common to Quagga daemons Property names are equivalent to the long @@ -104,7 +102,6 @@ </property_group> <!-- Properties in this group are used by routeadm (1M) --> <property_group name='routeadm' type='application'> - <stability value='Unstable' /> <!-- Identifies service as a routing service --> <propval name='daemon' type='astring' value='@PREFIX@/sbin/ripd' /> <propval name='legacy-daemon' type='astring' value='/usr/sfw/sbin/ripdstart' /> @@ -176,7 +173,6 @@ </property_group> <!-- Properties in this group are used by routeadm (1M) --> <property_group name='routeadm' type='application'> - <stability value='Unstable' /> <!-- Identifies service as a routing service --> <propval name='daemon' type='astring' value='@PREFIX@/sbin/ripngd' /> <propval name='value_authorization' type='astring' value='solaris.smf.value.routing' /> @@ -250,7 +246,6 @@ </property_group> <!-- Properties in this group are used by routeadm (1M) --> <property_group name='routeadm' type='application'> - <stability value='Unstable' /> <!-- Identifies service as a routing service --> <propval name='daemon' type='astring' value='@PREFIX@/sbin/ospfd' /> <propval name='legacy-daemon' type='astring' value='/usr/sfw/sbin/ospfdstart' /> @@ -320,7 +315,6 @@ </property_group> <!-- Properties in this group are used by routeadm (1M) --> <property_group name='routeadm' type='application'> - <stability value='Unstable' /> <!-- Identifies service as a routing service --> <propval name='daemon' type='astring' value='@PREFIX@/sbin/ospf6d' /> <propval name='value_authorization' type='astring' value='solaris.smf.value.routing' /> @@ -392,7 +386,6 @@ </property_group> <!-- Properties in this group are used by routeadm (1M) --> <property_group name='routeadm' type='application'> - <stability value='Unstable' /> <!-- Identifies service as a routing service --> <propval name='daemon' type='astring' value='@PREFIX@/sbin/bgpd' /> <propval name='legacy-daemon' type='astring' value='/usr/sfw/sbin/bgpdstart' /> @@ -449,6 +442,5 @@ </documentation> </template> </instance> - <stability value='Unstable' /> </service> </service_bundle> |