mandoc: update to 1.14.2
[unleashed.git] / bin / mandoc / makewhatis.xml
blobae58f3b680e4040d04c3271c87416708e5909ff8
1 <?xml version="1.0"?>
2 <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
3 <service_bundle type='manifest' name='makewhatis'>
4     <service name='system/makewhatis' type='service' version='1'>
5         <create_default_instance enabled='true' />
6         <single_instance/>
7         <dependency name='fs' grouping='require_all' restart_on='none'
8             type='service'>
9                 <service_fmri value='svc:/system/filesystem/minimal' />
10         </dependency>
12         <exec_method type='method' name='start' exec='/usr/sbin/makewhatis'
13             timeout_seconds='120' />
14         <exec_method type='method' name='stop' exec=':true' timeout_seconds='0' />
16         <property_group name='startd' type='framework'>
17             <propval name='duration' type='astring' value='transient' />
18         </property_group>
20         <template>
21             <common_name>
22                 <loctext xml:lang='C'>
23                     manual database mandoc.db update
24                 </loctext>
25             </common_name>
26             <documentation>
27                 <manpage title='makewhatis' section='8'
28                     manpath='/usr/share/man' />
29             </documentation>
30         </template>
31     </service>
32 </service_bundle>