summaryrefslogtreecommitdiff
path: root/solaris/quagga.xml.in
diff options
context:
space:
mode:
authorpaul <paul>2005-06-02 16:33:53 +0000
committerpaul <paul>2005-06-02 16:33:53 +0000
commita6570ee42f9d3a597c33b73931da5294b43b71ba (patch)
tree45fa35ceec8e6ce3fa610c63edfa50ba9c11be91 /solaris/quagga.xml.in
parent7085641750bb5ec9b1a73085d9d94ddd9eca7922 (diff)
2005-06-02 Paul Jakma <paul.jakma@sun.com>
* quagga.xml.in: Fix mistake in bgpd definition. Change dependency on zebra to optional. Remove the duplicated stability statements. * quagga.init.in: svcprop should check PACKAGE_TARNAME, not _NAME. no need to check for config file either, there's already a dependency in the manifest.
Diffstat (limited to 'solaris/quagga.xml.in')
-rw-r--r--solaris/quagga.xml.in17
1 files changed, 4 insertions, 13 deletions
diff --git a/solaris/quagga.xml.in b/solaris/quagga.xml.in
index 71a43016..1de74ffb 100644
--- a/solaris/quagga.xml.in
+++ b/solaris/quagga.xml.in
@@ -13,6 +13,7 @@
name='network/routing/quagga'
type='service'
version='1'>
+
<!--
common service-level dependencies, inherited by each instance
-->
@@ -86,7 +87,6 @@
value='file://localhost/@sysconfdir@/zebra.conf' />
</dependency>
<property_group name='quagga' type='application'>
- <stability value='Evolving' />
<propval name='keep_kernel' type='boolean'
value='false'/>
<propval name='daemon_name' type='astring'
@@ -112,7 +112,7 @@
inherit the rest...
-->
<dependency name='zebra'
- grouping='require_all'
+ grouping='optional_all'
restart_on='restart'
type='service'>
<service_fmri value='svc:/network/routing/quagga:zebra' />
@@ -125,10 +125,9 @@
value='file://localhost/@sysconfdir@/bgpd.conf' />
</dependency>
<property_group name='quagga' type='application'>
- <stability value='Evolving' />
<propval name='daemon_name' type='astring'
value='bgpd'/>
- <propval name='daemon_name' type='boolean'
+ <propval name='no_kernel' type='boolean'
value='false'/>
</property_group>
<template>
@@ -166,7 +165,6 @@
value='file://localhost/@sysconfdir@/ospf6d.conf' />
</dependency>
<property_group name='quagga' type='application'>
- <stability value='Evolving' />
<propval name='daemon_name' type='astring'
value='ospf6d'/>
</property_group>
@@ -205,11 +203,9 @@
value='file://localhost/@sysconfdir@/ospfd.conf' />
</dependency>
<property_group name='quagga' type='application'>
- <stability value='Evolving' />
<propval name='retain_routes' type='boolean' value='false'/>
</property_group>
<property_group name='quagga' type='application'>
- <stability value='Evolving' />
<propval name='daemon_name' type='astring'
value='ospfd'/>
</property_group>
@@ -248,11 +244,9 @@
value='file://localhost/@sysconfdir@/ripd.conf' />
</dependency>
<property_group name='quagga' type='application'>
- <stability value='Evolving' />
<propval name='retain_routes' type='boolean' value='false'/>
</property_group>
<property_group name='quagga' type='application'>
- <stability value='Evolving' />
<propval name='daemon_name' type='astring'
value='ripd'/>
</property_group>
@@ -291,11 +285,9 @@
value='file://localhost/@sysconfdir@/ripngd.conf' />
</dependency>
<property_group name='quagga' type='application'>
- <stability value='Evolving' />
<propval name='retain_routes' type='boolean' value='false'/>
</property_group>
<property_group name='quagga' type='application'>
- <stability value='Evolving' />
<propval name='daemon_name' type='astring'
value='ripngd'/>
</property_group>
@@ -315,8 +307,7 @@
</instance>
-
- <stability value='Unstable' />
+ <stability value='Evolving' />
</service>