client.xml revision 4bff34e37def8a90f9194d81bc345c52ba20086a
4bff34e37def8a90f9194d81bc345c52ba20086athurlow<?xml version="1.0"?>
4bff34e37def8a90f9194d81bc345c52ba20086athurlow<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
4bff34e37def8a90f9194d81bc345c52ba20086athurlow<!--
4bff34e37def8a90f9194d81bc345c52ba20086athurlow Copyright 2008 Sun Microsystems, Inc. All rights reserved.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow Use is subject to license terms.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow
4bff34e37def8a90f9194d81bc345c52ba20086athurlow CDDL HEADER START
4bff34e37def8a90f9194d81bc345c52ba20086athurlow
4bff34e37def8a90f9194d81bc345c52ba20086athurlow The contents of this file are subject to the terms of the
4bff34e37def8a90f9194d81bc345c52ba20086athurlow Common Development and Distribution License (the "License").
4bff34e37def8a90f9194d81bc345c52ba20086athurlow You may not use this file except in compliance with the License.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow
4bff34e37def8a90f9194d81bc345c52ba20086athurlow You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4bff34e37def8a90f9194d81bc345c52ba20086athurlow or http://www.opensolaris.org/os/licensing.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow See the License for the specific language governing permissions
4bff34e37def8a90f9194d81bc345c52ba20086athurlow and limitations under the License.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow
4bff34e37def8a90f9194d81bc345c52ba20086athurlow When distributing Covered Code, include this CDDL HEADER in each
4bff34e37def8a90f9194d81bc345c52ba20086athurlow file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow If applicable, add the following below this CDDL HEADER, with the
4bff34e37def8a90f9194d81bc345c52ba20086athurlow fields enclosed by brackets "[]" replaced with your own identifying
4bff34e37def8a90f9194d81bc345c52ba20086athurlow information: Portions Copyright [yyyy] [name of copyright owner]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow
4bff34e37def8a90f9194d81bc345c52ba20086athurlow CDDL HEADER END
4bff34e37def8a90f9194d81bc345c52ba20086athurlow
4bff34e37def8a90f9194d81bc345c52ba20086athurlow ident "%Z%%M% %I% %E% SMI"
4bff34e37def8a90f9194d81bc345c52ba20086athurlow
4bff34e37def8a90f9194d81bc345c52ba20086athurlow NOTE: This service manifest is not editable; its contents will
4bff34e37def8a90f9194d81bc345c52ba20086athurlow be overwritten by package or patch operations, including
4bff34e37def8a90f9194d81bc345c52ba20086athurlow operating system upgrade. Make customizations in a different
4bff34e37def8a90f9194d81bc345c52ba20086athurlow file.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow-->
4bff34e37def8a90f9194d81bc345c52ba20086athurlow
4bff34e37def8a90f9194d81bc345c52ba20086athurlow<service_bundle type='manifest' name='SUNWsmbfsr:smb-client'>
4bff34e37def8a90f9194d81bc345c52ba20086athurlow
4bff34e37def8a90f9194d81bc345c52ba20086athurlow<service
4bff34e37def8a90f9194d81bc345c52ba20086athurlow name='network/smb/client'
4bff34e37def8a90f9194d81bc345c52ba20086athurlow type='service'
4bff34e37def8a90f9194d81bc345c52ba20086athurlow version='1'>
4bff34e37def8a90f9194d81bc345c52ba20086athurlow
4bff34e37def8a90f9194d81bc345c52ba20086athurlow <create_default_instance enabled='false' />
4bff34e37def8a90f9194d81bc345c52ba20086athurlow
4bff34e37def8a90f9194d81bc345c52ba20086athurlow <single_instance />
4bff34e37def8a90f9194d81bc345c52ba20086athurlow
4bff34e37def8a90f9194d81bc345c52ba20086athurlow <dependency name='network'
4bff34e37def8a90f9194d81bc345c52ba20086athurlow grouping='require_any'
4bff34e37def8a90f9194d81bc345c52ba20086athurlow restart_on='error'
4bff34e37def8a90f9194d81bc345c52ba20086athurlow type='service'>
4bff34e37def8a90f9194d81bc345c52ba20086athurlow <service_fmri value='svc:/milestone/network' />
4bff34e37def8a90f9194d81bc345c52ba20086athurlow </dependency>
4bff34e37def8a90f9194d81bc345c52ba20086athurlow
4bff34e37def8a90f9194d81bc345c52ba20086athurlow <dependency name='gss'
4bff34e37def8a90f9194d81bc345c52ba20086athurlow grouping='optional_all'
4bff34e37def8a90f9194d81bc345c52ba20086athurlow restart_on='none'
4bff34e37def8a90f9194d81bc345c52ba20086athurlow type='service'>
4bff34e37def8a90f9194d81bc345c52ba20086athurlow <service_fmri value='svc:/network/rpc/gss' />
4bff34e37def8a90f9194d81bc345c52ba20086athurlow </dependency>
4bff34e37def8a90f9194d81bc345c52ba20086athurlow
4bff34e37def8a90f9194d81bc345c52ba20086athurlow <dependency name='name-services'
4bff34e37def8a90f9194d81bc345c52ba20086athurlow grouping='require_all'
4bff34e37def8a90f9194d81bc345c52ba20086athurlow restart_on='refresh'
4bff34e37def8a90f9194d81bc345c52ba20086athurlow type='service'>
4bff34e37def8a90f9194d81bc345c52ba20086athurlow <service_fmri value='svc:/milestone/name-services' />
4bff34e37def8a90f9194d81bc345c52ba20086athurlow </dependency>
4bff34e37def8a90f9194d81bc345c52ba20086athurlow
4bff34e37def8a90f9194d81bc345c52ba20086athurlow <dependent
4bff34e37def8a90f9194d81bc345c52ba20086athurlow name='smb-client_multi-user'
4bff34e37def8a90f9194d81bc345c52ba20086athurlow grouping='optional_all'
4bff34e37def8a90f9194d81bc345c52ba20086athurlow restart_on='none'>
4bff34e37def8a90f9194d81bc345c52ba20086athurlow <service_fmri value='svc:/milestone/multi-user' />
4bff34e37def8a90f9194d81bc345c52ba20086athurlow </dependent>
4bff34e37def8a90f9194d81bc345c52ba20086athurlow
4bff34e37def8a90f9194d81bc345c52ba20086athurlow <!--
4bff34e37def8a90f9194d81bc345c52ba20086athurlow Err on the side of caution for the mountalls in the smb-client
4bff34e37def8a90f9194d81bc345c52ba20086athurlow startup script. Don't timeout just because remote servers are
4bff34e37def8a90f9194d81bc345c52ba20086athurlow being sluggish.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow -->
4bff34e37def8a90f9194d81bc345c52ba20086athurlow <exec_method
4bff34e37def8a90f9194d81bc345c52ba20086athurlow type='method'
4bff34e37def8a90f9194d81bc345c52ba20086athurlow name='start'
4bff34e37def8a90f9194d81bc345c52ba20086athurlow exec='/lib/svc/method/smb-client %m'
4bff34e37def8a90f9194d81bc345c52ba20086athurlow timeout_seconds='300' />
4bff34e37def8a90f9194d81bc345c52ba20086athurlow
4bff34e37def8a90f9194d81bc345c52ba20086athurlow <exec_method
4bff34e37def8a90f9194d81bc345c52ba20086athurlow type='method'
4bff34e37def8a90f9194d81bc345c52ba20086athurlow name='stop'
4bff34e37def8a90f9194d81bc345c52ba20086athurlow exec='/lib/svc/method/smb-client %m'
4bff34e37def8a90f9194d81bc345c52ba20086athurlow timeout_seconds='60' />
4bff34e37def8a90f9194d81bc345c52ba20086athurlow
4bff34e37def8a90f9194d81bc345c52ba20086athurlow <property_group name='general' type='framework'>
4bff34e37def8a90f9194d81bc345c52ba20086athurlow <!-- To Start/Stop/Refresh the service -->
4bff34e37def8a90f9194d81bc345c52ba20086athurlow <propval name='action_authorization' type='astring'
4bff34e37def8a90f9194d81bc345c52ba20086athurlow value='solaris.smf.manage.smbfs' />
4bff34e37def8a90f9194d81bc345c52ba20086athurlow </property_group>
4bff34e37def8a90f9194d81bc345c52ba20086athurlow
4bff34e37def8a90f9194d81bc345c52ba20086athurlow <property_group
4bff34e37def8a90f9194d81bc345c52ba20086athurlow name='startd'
4bff34e37def8a90f9194d81bc345c52ba20086athurlow type='framework'>
4bff34e37def8a90f9194d81bc345c52ba20086athurlow <propval name='duration' type='astring' value='transient' />
4bff34e37def8a90f9194d81bc345c52ba20086athurlow </property_group>
4bff34e37def8a90f9194d81bc345c52ba20086athurlow
4bff34e37def8a90f9194d81bc345c52ba20086athurlow <stability value='Unstable' />
4bff34e37def8a90f9194d81bc345c52ba20086athurlow
4bff34e37def8a90f9194d81bc345c52ba20086athurlow <template>
4bff34e37def8a90f9194d81bc345c52ba20086athurlow <common_name>
4bff34e37def8a90f9194d81bc345c52ba20086athurlow <loctext xml:lang='C'>
4bff34e37def8a90f9194d81bc345c52ba20086athurlow SMB client
4bff34e37def8a90f9194d81bc345c52ba20086athurlow </loctext>
4bff34e37def8a90f9194d81bc345c52ba20086athurlow </common_name>
4bff34e37def8a90f9194d81bc345c52ba20086athurlow <documentation>
4bff34e37def8a90f9194d81bc345c52ba20086athurlow <manpage title='mount_smbfs' section='1M'
4bff34e37def8a90f9194d81bc345c52ba20086athurlow manpath='/usr/share/man' />
4bff34e37def8a90f9194d81bc345c52ba20086athurlow </documentation>
4bff34e37def8a90f9194d81bc345c52ba20086athurlow </template>
4bff34e37def8a90f9194d81bc345c52ba20086athurlow</service>
4bff34e37def8a90f9194d81bc345c52ba20086athurlow
4bff34e37def8a90f9194d81bc345c52ba20086athurlow</service_bundle>