162224350SCasper H.S. Dik<?xml version="1.0"?>
262224350SCasper H.S. Dik<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
362224350SCasper H.S. Dik<!--
462224350SCasper H.S. Dik
562224350SCasper H.S. Dik
662224350SCasper H.S. Dik    CDDL HEADER START
762224350SCasper H.S. Dik
862224350SCasper H.S. Dik    The contents of this file are subject to the terms of the
962224350SCasper H.S. Dik    Common Development and Distribution License (the "License").
1062224350SCasper H.S. Dik    You may not use this file except in compliance with the License.
1162224350SCasper H.S. Dik
1262224350SCasper H.S. Dik    You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1362224350SCasper H.S. Dik    or http://www.opensolaris.org/os/licensing.
1462224350SCasper H.S. Dik    See the License for the specific language governing permissions
1562224350SCasper H.S. Dik    and limitations under the License.
1662224350SCasper H.S. Dik
1762224350SCasper H.S. Dik    When distributing Covered Code, include this CDDL HEADER in each
1862224350SCasper H.S. Dik    file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1962224350SCasper H.S. Dik    If applicable, add the following below this CDDL HEADER, with the
2062224350SCasper H.S. Dik    fields enclosed by brackets "[]" replaced with your own identifying
2162224350SCasper H.S. Dik    information: Portions Copyright [yyyy] [name of copyright owner]
2262224350SCasper H.S. Dik
2362224350SCasper H.S. Dik    CDDL HEADER END
2462224350SCasper H.S. Dik
2562224350SCasper H.S. Dik    Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
2662224350SCasper H.S. Dik    Use is subject to license terms.
2762224350SCasper H.S. Dik
2862224350SCasper H.S. Dik    NOTE:  This service manifest is not editable; its contents will
2962224350SCasper H.S. Dik    be overwritten by package or patch operations, including
3062224350SCasper H.S. Dik    operating system upgrade.  Make customizations in a different
3162224350SCasper H.S. Dik    file.
3262224350SCasper H.S. Dik-->
3362224350SCasper H.S. Dik
3462224350SCasper H.S. Dik<service_bundle type='manifest' name='SUNWpkgcmdsr:pkgserv'>
3562224350SCasper H.S. Dik
3662224350SCasper H.S. Dik<service
3762224350SCasper H.S. Dik	name='system/pkgserv'
3862224350SCasper H.S. Dik	type='service'
3962224350SCasper H.S. Dik	version='1'>
4062224350SCasper H.S. Dik
4162224350SCasper H.S. Dik	<create_default_instance enabled='true' />
4262224350SCasper H.S. Dik
4362224350SCasper H.S. Dik	<single_instance />
4462224350SCasper H.S. Dik
4562224350SCasper H.S. Dik        <dependency
4662224350SCasper H.S. Dik                name='usr'
4762224350SCasper H.S. Dik                type='service'
4862224350SCasper H.S. Dik                grouping='require_all'
4962224350SCasper H.S. Dik                restart_on='none'>
5062224350SCasper H.S. Dik                <service_fmri value='svc:/system/filesystem/minimal' />
5162224350SCasper H.S. Dik        </dependency>
5262224350SCasper H.S. Dik
5362224350SCasper H.S. Dik	<exec_method
5462224350SCasper H.S. Dik		type='method'
5562224350SCasper H.S. Dik		name='start'
5662224350SCasper H.S. Dik		exec='/usr/bin/pkgadm sync'
5762224350SCasper H.S. Dik		timeout_seconds='300'>
5862224350SCasper H.S. Dik	</exec_method>
5962224350SCasper H.S. Dik
6062224350SCasper H.S. Dik	<exec_method
6162224350SCasper H.S. Dik		type='method'
6262224350SCasper H.S. Dik		name='stop'
6362224350SCasper H.S. Dik		exec='/usr/bin/pkgadm sync'
6462224350SCasper H.S. Dik		timeout_seconds='300'>
6562224350SCasper H.S. Dik	</exec_method>
6662224350SCasper H.S. Dik
6762224350SCasper H.S. Dik	<property_group name='startd' type='framework'>
6862224350SCasper H.S. Dik		<propval name='duration' type='astring'
6962224350SCasper H.S. Dik			value='transient' />
7062224350SCasper H.S. Dik	</property_group>
7162224350SCasper H.S. Dik
7262224350SCasper H.S. Dik	<property_group name='options' type='application'>
7362224350SCasper H.S. Dik	</property_group>
7462224350SCasper H.S. Dik
7562224350SCasper H.S. Dik	<stability value='Unstable' />
7662224350SCasper H.S. Dik
7762224350SCasper H.S. Dik	<template>
7862224350SCasper H.S. Dik		<common_name>
7962224350SCasper H.S. Dik			<loctext xml:lang='C'>
80*bbf21555SRichard Lowe			Flush package command database to disk (see pkgadm(8)).
8162224350SCasper H.S. Dik			</loctext>
8262224350SCasper H.S. Dik		</common_name>
8362224350SCasper H.S. Dik	</template>
8462224350SCasper H.S. Dik</service>
8562224350SCasper H.S. Dik
8662224350SCasper H.S. Dik</service_bundle>
87