texinfo-update.xml revision 1124
221N/A<?xml version="1.0"?>
221N/A<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
221N/A<!--
221N/A
221N/A CDDL HEADER START
221N/A
221N/A The contents of this file are subject to the terms of the
221N/A Common Development and Distribution License (the "License").
221N/A You may not use this file except in compliance with the License.
221N/A
221N/A You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
221N/A or http://www.opensolaris.org/os/licensing.
221N/A See the License for the specific language governing permissions
221N/A and limitations under the License.
221N/A
221N/A When distributing Covered Code, include this CDDL HEADER in each
221N/A file and include the License file at usr/src/OPENSOLARIS.LICENSE.
221N/A If applicable, add the following below this CDDL HEADER, with the
221N/A fields enclosed by brackets "[]" replaced with your own identifying
221N/A information: Portions Copyright [yyyy] [name of copyright owner]
221N/A
221N/A CDDL HEADER END
221N/A
1085N/A Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
221N/A
221N/A NOTE: This service manifest is not editable; its contents will
221N/A be overwritten by package or patch operations, including
221N/A operating system upgrade. Make customizations in a different
221N/A file.
221N/A-->
221N/A
221N/A<service_bundle type='manifest' name='SUNWtexinfo:update'>
221N/A
221N/A<service
221N/A name='application/texinfo-update'
221N/A type='service'
221N/A version='1'>
221N/A
221N/A <create_default_instance enabled='true' />
221N/A
221N/A <single_instance/>
221N/A
221N/A <!-- This service writes to/reads from /var and /usr. -->
221N/A <dependency
221N/A name='fs'
221N/A grouping='require_all'
221N/A restart_on='none'
221N/A type='service'>
536N/A <service_fmri value='svc:/milestone/multi-user-server' />
221N/A </dependency>
221N/A
1085N/A <dependency
1085N/A name='texinfo-update_self-assembly-complete'
1085N/A grouping='optional_all'
1124N/A restart_on='none'
1124N/A type='service'>
1085N/A <service_fmri value='svc:/milestone/self-assembly-complete' />
1085N/A </dependency>
1085N/A
221N/A <exec_method
221N/A type='method'
221N/A name='start'
221N/A exec='/lib/svc/method/svc-texinfo-update %m'
221N/A timeout_seconds='0' />
221N/A
221N/A <exec_method
221N/A type='method'
221N/A name='refresh'
221N/A exec='/lib/svc/method/svc-texinfo-update %m'
221N/A timeout_seconds='0' />
221N/A
221N/A <exec_method
221N/A type='method'
221N/A name='stop'
221N/A exec=':true'
221N/A timeout_seconds='3' />
221N/A
221N/A <property_group name='startd' type='framework'>
221N/A <propval name='duration' type='astring' value='transient' />
221N/A </property_group>
221N/A
221N/A <stability value='Unstable' />
221N/A
221N/A <template>
221N/A <common_name>
221N/A <loctext xml:lang='C'>
221N/A texinfo documentation directory update
221N/A </loctext>
221N/A </common_name>
221N/A <documentation>
221N/A <manpage title='install-info' section='1'
221N/A manpath='/usr/share/man' />
221N/A </documentation>
221N/A </template>
221N/A</service>
221N/A
221N/A</service_bundle>