python/hypothesis: update to 6.121.0
[oi-userland.git] / components / text / texinfo / files / texinfo-update.xml
blobeeab922f52bff9f98e4dcbb37d943365c2ffb32b
1 <?xml version="1.0"?>
2 <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
3 <!--
5  CDDL HEADER START
7  The contents of this file are subject to the terms of the
8  Common Development and Distribution License (the "License").
9  You may not use this file except in compliance with the License.
11  You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
12  or http://www.opensolaris.org/os/licensing.
13  See the License for the specific language governing permissions
14  and limitations under the License.
16  When distributing Covered Code, include this CDDL HEADER in each
17  file and include the License file at usr/src/OPENSOLARIS.LICENSE.
18  If applicable, add the following below this CDDL HEADER, with the
19  fields enclosed by brackets "[]" replaced with your own identifying
20  information: Portions Copyright [yyyy] [name of copyright owner]
22  CDDL HEADER END
24  Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
26         NOTE:  This service manifest is not editable; its contents will
27         be overwritten by package or patch operations, including
28         operating system upgrade.  Make customizations in a different
29         file.
30 -->
32 <service_bundle type='manifest' name='SUNWtexinfo:update'>
34 <service
35         name='application/texinfo-update'
36         type='service'
37         version='1'>
39         <create_default_instance enabled='true' />
41         <single_instance/>
43         <!-- This service writes to/reads from /var and /usr. -->
44         <dependency
45                 name='fs'
46                 grouping='require_all'
47                 restart_on='none'
48                 type='service'>
49                 <service_fmri value='svc:/milestone/multi-user-server' />
50         </dependency>
52         <dependency
53                 name='texinfo-update_self-assembly-complete'
54                 grouping='optional_all'
55                 restart_on='none'
56                 type='service'>
57                 <service_fmri value='svc:/milestone/self-assembly-complete' />
58         </dependency>
60         <exec_method
61                 type='method'
62                 name='start'
63                 exec='/lib/svc/method/svc-texinfo-update %m'
64                 timeout_seconds='0' />
66         <exec_method
67                 type='method'
68                 name='refresh'
69                 exec='/lib/svc/method/svc-texinfo-update %m'
70                 timeout_seconds='0' />
72         <exec_method
73                 type='method'
74                 name='stop'
75                 exec=':true'
76                 timeout_seconds='3' />
78         <property_group name='startd' type='framework'>
79                 <propval name='duration' type='astring' value='transient' />
80         </property_group>
82         <stability value='Unstable' />
84         <template>
85                 <common_name>
86                         <loctext xml:lang='C'>
87                                 texinfo documentation directory update
88                         </loctext>
89                 </common_name>
90                 <documentation>
91                         <manpage title='install-info' section='1'
92                                 manpath='/usr/share/man' />
93                 </documentation>
94         </template>
95 </service>
97 </service_bundle>