17950N/A<?xml version="1.0"?>
17950N/A<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
17950N/A<!--
17950N/A Copyright 2009 Sun Microsystems, Inc. All rights reserved.
17950N/A Use is subject to license terms.
17950N/A
17950N/A Permission is hereby granted, free of charge, to any person obtaining a
17950N/A copy of this software and associated documentation files (the
17950N/A "Software"), to deal in the Software without restriction, including
17950N/A without limitation the rights to use, copy, modify, merge, publish,
17950N/A distribute, and/or sell copies of the Software, and to permit persons
17950N/A to whom the Software is furnished to do so, provided that the above
17950N/A copyright notice(s) and this permission notice appear in all copies of
17950N/A the Software and that both the above copyright notice(s) and this
17950N/A permission notice appear in supporting documentation.
17950N/A
17950N/A THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
17950N/A OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
17950N/A MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
17950N/A OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
17950N/A HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
17950N/A INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
17950N/A FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
17950N/A NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
17950N/A WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17950N/A
17950N/A Except as contained in this notice, the name of a copyright holder
17950N/A shall not be used in advertising or otherwise to promote the sale, use
17950N/A or other dealings in this Software without prior written authorization
17950N/A of the copyright holder.
17950N/A
17950N/A Service manifest to update the xml catalog after installing the docbook
17950N/A stylesheets
17950N/A-->
17950N/A
17950N/A<service_bundle type='manifest' name='SUNWgnome-xml:docbook-catalog-update'>
17950N/A
17950N/A<service
17950N/A name='application/desktop-cache/docbook-catalog-update'
17950N/A type='service'
17950N/A version='1'>
17950N/A
17950N/A <create_default_instance enabled='true' />
17950N/A
17950N/A <single_instance />
17950N/A
17950N/A <!-- Need / & /usr filesystems mounted, /var mounted read/write -->
17950N/A <dependency
19913N/A name='usr'
17950N/A type='service'
17950N/A grouping='require_all'
17950N/A restart_on='none'>
19913N/A <service_fmri value='svc:/system/filesystem/minimal' />
17950N/A </dependency>
17950N/A
17950N/A <exec_method
17950N/A type='method'
17950N/A name='start'
17950N/A exec='/lib/svc/method/docbook-catalog-update.sh %m'
17950N/A timeout_seconds='600'>
17950N/A <method_context>
17950N/A <method_credential user='root' group='root' />
17950N/A </method_context>
17950N/A </exec_method>
17950N/A
17950N/A <exec_method
17950N/A type='method'
17950N/A name='refresh'
17950N/A exec='/lib/svc/method/docbook-catalog-update.sh %m'
17950N/A timeout_seconds='600'>
17950N/A <method_context>
17950N/A <method_credential user='root' group='root' />
17950N/A </method_context>
17950N/A </exec_method>
17950N/A
17950N/A <exec_method
17950N/A type='method'
17950N/A name='stop'
17950N/A exec=':true'
17950N/A timeout_seconds='60' />
17950N/A
17950N/A <property_group name='startd' type='framework'>
17950N/A <propval name='duration' type='astring'
17950N/A value='transient' />
17950N/A </property_group>
17950N/A
17950N/A <stability value='Evolving' />
17950N/A
17950N/A <template>
17950N/A <common_name>
17950N/A <loctext xml:lang='C'>docbook catalog registration
17950N/A </loctext>
17950N/A </common_name>
17950N/A
17950N/A <documentation>
17950N/A <manpage
17950N/A title='xmlcatalog'
17950N/A section='1'
17950N/A manpath='/usr/share/man' />
17950N/A </documentation>
17950N/A </template>
17950N/A</service>
17950N/A
17950N/A</service_bundle>