dmake: do not set MAKEFLAGS=k
[unleashed/tickless.git] / usr / src / cmd / cmd-inet / usr.lib / in.ripngd / ripng.xml
blobee411898eca6f593e7c5b9a92d9dd798400354da
1 <?xml version="1.0"?>
2 <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
3 <!--
4  Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
5  Use is subject to license terms.
7  CDDL HEADER START
9  The contents of this file are subject to the terms of the
10  Common Development and Distribution License (the "License").
11  You may not use this file except in compliance with the License.
13  You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14  or http://www.opensolaris.org/os/licensing.
15  See the License for the specific language governing permissions
16  and limitations under the License.
18  When distributing Covered Code, include this CDDL HEADER in each
19  file and include the License file at usr/src/OPENSOLARIS.LICENSE.
20  If applicable, add the following below this CDDL HEADER, with the
21  fields enclosed by brackets "[]" replaced with your own identifying
22  information: Portions Copyright [yyyy] [name of copyright owner]
24  CDDL HEADER END
26         ident   "%Z%%M% %I%     %E% SMI"
28         NOTE:  This service manifest is not editable; its contents will
29         be overwritten by package or patch operations, including
30         operating system upgrade.  Make customizations in a different
31         file.
32 -->
34 <service_bundle type='manifest' name='SUNWroutr:ripng'>
36 <service
37         name='network/routing/ripng'
38         type='service'
39         version='2'>
41         <single_instance />
43         <instance name='default' enabled='false' >
45         <!--
46                 in.ripngd will not run unless routing-setup has run.
47         -->
48         <dependency
49                 name='network_routing_setup'
50                 grouping='require_all'
51                 restart_on='refresh'
52                 type='service'>
53                 <service_fmri value='svc:/network/routing-setup' />
54         </dependency>
56         <exec_method
57                 type='method'
58                 name='start'
59                 exec='/usr/lib/inet/in.ripngd %{config/flags}'
60                 timeout_seconds='60'>
61                 <method_context>
62                         <method_credential user='root' group='root'
63 privileges='basic,proc_owner,proc_fork,proc_exec,proc_info,proc_session,file_chown,sys_ip_config,net_privaddr,net_icmpaccess,net_rawaccess'/>
64                 </method_context>
65         </exec_method>
67         <exec_method
68                 type='method'
69                 name='stop'
70                 exec=':kill'
71                 timeout_seconds='60'>
72                 <method_context>
73                         <method_credential user='root' group='root'/>
74                 </method_context>
75         </exec_method>
77         <!-- to start stop routing services -->
78         <property_group name='general' type='framework'>
79                 <propval name='action_authorization' type='astring'
80                         value='solaris.smf.manage.routing' />
81                 <propval name='value_authorization' type='astring'
82                         value='solaris.smf.manage.routing' />
83         </property_group>
85         <property_group name='config' type='application'>
86                 <stability value='Evolving' />
88                 <propval name='flags' type='astring' value='' />
89                 
90                 <propval name='value_authorization' type='astring'
91                         value='solaris.smf.value.routing' />
92         </property_group>
94         <template>
95                 <common_name>
96                         <loctext xml:lang='C'>
97                                 in.ripngd network routing daemon
98                         </loctext>
99                 </common_name>
100                 <documentation>
101                         <manpage title='in.ripngd' section='1M'
102                                 manpath='/usr/share/man' />
103                 </documentation>
104         </template>
105         </instance>
106         <stability value='Unstable' />
107 </service>
109 </service_bundle>