components/texinfo/texinfo-update.xml
changeset 221 a82f927119a1
child 536 cc30c1136ebb
equal deleted inserted replaced
220:3ff562b51ff5 221:a82f927119a1
       
     1 <?xml version="1.0"?>
       
     2 <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
       
     3 <!--
       
     4 
       
     5  CDDL HEADER START
       
     6 
       
     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.
       
    10 
       
    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.
       
    15 
       
    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]
       
    21 
       
    22  CDDL HEADER END
       
    23 
       
    24  Copyright (c) 2011, Oracle and/or it's affiliates.  All rights reserved.
       
    25 
       
    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 -->
       
    31 
       
    32 <service_bundle type='manifest' name='SUNWtexinfo:update'>
       
    33 
       
    34 <service
       
    35 	name='application/texinfo-update'
       
    36 	type='service'
       
    37 	version='1'>
       
    38 
       
    39 	<create_default_instance enabled='true' />
       
    40 
       
    41 	<single_instance/>
       
    42 
       
    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:/system/filesystem/minimal' />
       
    50 	</dependency>
       
    51 
       
    52 	<exec_method
       
    53 		type='method'
       
    54 		name='start'
       
    55 		exec='/lib/svc/method/svc-texinfo-update %m'
       
    56 		timeout_seconds='0' />
       
    57 
       
    58 	<exec_method
       
    59 		type='method'
       
    60 		name='refresh'
       
    61 		exec='/lib/svc/method/svc-texinfo-update %m'
       
    62 		timeout_seconds='0' />
       
    63 
       
    64 	<exec_method
       
    65 		type='method'
       
    66 		name='stop'
       
    67 		exec=':true'
       
    68 		timeout_seconds='3' />
       
    69 
       
    70 	<property_group name='startd' type='framework'>
       
    71 		<propval name='duration' type='astring' value='transient' />
       
    72 	</property_group>
       
    73 
       
    74 	<stability value='Unstable' />
       
    75 
       
    76 	<template>
       
    77 		<common_name>
       
    78 			<loctext xml:lang='C'>
       
    79 				texinfo documentation directory update
       
    80 			</loctext>
       
    81 		</common_name>
       
    82 		<documentation>
       
    83 			<manpage title='install-info' section='1'
       
    84 				manpath='/usr/share/man' />
       
    85 		</documentation>
       
    86 	</template>
       
    87 </service>
       
    88 
       
    89 </service_bundle>