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