1*c81d47afSceastha<?xml version="1.0"?> 2*c81d47afSceastha<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1"> 3*c81d47afSceastha<!-- 4*c81d47afSceastha CDDL HEADER START 5*c81d47afSceastha 6*c81d47afSceastha The contents of this file are subject to the terms of the 7*c81d47afSceastha Common Development and Distribution License (the "License"). 8*c81d47afSceastha You may not use this file except in compliance with the License. 9*c81d47afSceastha 10*c81d47afSceastha You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 11*c81d47afSceastha or http://www.opensolaris.org/os/licensing. 12*c81d47afSceastha See the License for the specific language governing permissions 13*c81d47afSceastha and limitations under the License. 14*c81d47afSceastha 15*c81d47afSceastha When distributing Covered Code, include this CDDL HEADER in each 16*c81d47afSceastha file and include the License file at usr/src/OPENSOLARIS.LICENSE. 17*c81d47afSceastha If applicable, add the following below this CDDL HEADER, with the 18*c81d47afSceastha fields enclosed by brackets "[]" replaced with your own identifying 19*c81d47afSceastha information: Portions Copyright [yyyy] [name of copyright owner] 20*c81d47afSceastha 21*c81d47afSceastha CDDL HEADER END 22*c81d47afSceastha--> 23*c81d47afSceastha<!-- 24*c81d47afSceastha Copyright 2007 Sun Microsystems, Inc. All rights reserved. 25*c81d47afSceastha Use is subject to license terms. 26*c81d47afSceastha 27*c81d47afSceastha ident "%Z%%M% %I% %E% SMI" 28*c81d47afSceastha 29*c81d47afSceastha NOTE: This service manifest is not editable; its contents will 30*c81d47afSceastha be overwritten by package or patch operations, including 31*c81d47afSceastha operating system upgrade. Make customizations in a different 32*c81d47afSceastha file. 33*c81d47afSceastha--> 34*c81d47afSceastha 35*c81d47afSceastha<service_bundle type='manifest' name='SUNWppm:ppd-cache-update'> 36*c81d47afSceastha 37*c81d47afSceastha<service 38*c81d47afSceastha name='application/print/ppd-cache-update' 39*c81d47afSceastha type='service' 40*c81d47afSceastha version='1'> 41*c81d47afSceastha 42*c81d47afSceastha <create_default_instance enabled='false' /> 43*c81d47afSceastha 44*c81d47afSceastha <single_instance /> 45*c81d47afSceastha 46*c81d47afSceastha <!-- 47*c81d47afSceastha This service writes to/reads from /tmp, /var, and /usr. 48*c81d47afSceastha --> 49*c81d47afSceastha <dependency 50*c81d47afSceastha name='filesystem' 51*c81d47afSceastha grouping='require_all' 52*c81d47afSceastha restart_on='none' 53*c81d47afSceastha type='service'> 54*c81d47afSceastha <service_fmri value='svc:/system/filesystem/minimal' /> 55*c81d47afSceastha </dependency> 56*c81d47afSceastha 57*c81d47afSceastha <exec_method 58*c81d47afSceastha type='method' 59*c81d47afSceastha name='start' 60*c81d47afSceastha exec='/lib/svc/method/ppd-cache-update start' 61*c81d47afSceastha timeout_seconds='0'> 62*c81d47afSceastha </exec_method> 63*c81d47afSceastha 64*c81d47afSceastha <exec_method 65*c81d47afSceastha type='method' 66*c81d47afSceastha name='stop' 67*c81d47afSceastha exec=':true' 68*c81d47afSceastha timeout_seconds='3'> 69*c81d47afSceastha </exec_method> 70*c81d47afSceastha 71*c81d47afSceastha <property_group name='startd' type='framework'> 72*c81d47afSceastha <propval name='duration' type='astring' value='transient' /> 73*c81d47afSceastha </property_group> 74*c81d47afSceastha 75*c81d47afSceastha <stability value='Unstable' /> 76*c81d47afSceastha 77*c81d47afSceastha <template> 78*c81d47afSceastha <common_name> 79*c81d47afSceastha <loctext xml:lang='C'> 80*c81d47afSceastha ppd cache update 81*c81d47afSceastha </loctext> 82*c81d47afSceastha </common_name> 83*c81d47afSceastha <documentation> 84*c81d47afSceastha <manpage title='ppdmgr' section='1M' 85*c81d47afSceastha manpath='/usr/share/man' /> 86*c81d47afSceastha </documentation> 87*c81d47afSceastha </template> 88*c81d47afSceastha</service> 89*c81d47afSceastha 90*c81d47afSceastha</service_bundle> 91