264N/A<?xml version="1.0"?>
264N/A<!--
264N/A#
264N/A# CDDL HEADER START
264N/A#
264N/A# The contents of this file are subject to the terms of the
264N/A# Common Development and Distribution License (the "License").
264N/A# You may not use this file except in compliance with the License.
264N/A#
264N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
264N/A# or http://www.opensolaris.org/os/licensing.
264N/A# See the License for the specific language governing permissions
264N/A# and limitations under the License.
264N/A#
264N/A# When distributing Covered Code, include this CDDL HEADER in each
264N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
264N/A# If applicable, add the following below this CDDL HEADER, with the
264N/A# fields enclosed by brackets "[]" replaced with your own identifying
264N/A# information: Portions Copyright [yyyy] [name of copyright owner]
264N/A#
264N/A# CDDL HEADER END
264N/A#
264N/A-->
264N/A<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
264N/A<!--
1809N/A Copyright (c) 2006, 2013, Oracle and/or its affiliates. All rights reserved.
264N/A
264N/A #ident "@(#)wins.xml 1.2 10/07/26 SMI"
264N/A
264N/A NOTE: This service manifest is not editable; its contents will
264N/A be overwritten by package or patch operations, including
264N/A operating system upgrade. Make customizations in a different
264N/A file.
264N/A-->
264N/A
264N/A<service_bundle type='manifest' name='SUNWsmbar:wins'>
264N/A
264N/A<service name='network/wins' type='service' version='1'>
264N/A
264N/A <create_default_instance enabled='false' />
264N/A
264N/A <single_instance/>
264N/A
1809N/A <dependency name='network' grouping='require_all'
264N/A restart_on='none' type='service'>
1809N/A <service_fmri value='svc:/milestone/network' />
264N/A </dependency>
264N/A
264N/A <dependency name='net-service' grouping='require_all'
264N/A restart_on='none' type='service'>
264N/A <service_fmri value='svc:/network/service'/>
264N/A </dependency>
264N/A
264N/A <dependency name='filesystem-local' grouping='require_all'
264N/A restart_on='none' type='service'>
264N/A <service_fmri value='svc:/system/filesystem/local' />
264N/A </dependency>
264N/A
264N/A <dependent name='wins_multi-user-server' grouping='optional_all'
264N/A restart_on='none'>
264N/A <service_fmri value='svc:/milestone/multi-user-server' />
264N/A </dependent>
264N/A
264N/A <exec_method type='method' name='start'
944N/A exec='/lib/svc/method/samba start /usr/sbin/nmbd -D'
264N/A timeout_seconds='60' />
264N/A
264N/A <exec_method type='method' name='stop'
944N/A exec='/lib/svc/method/samba stop %{restarter/contract}'
264N/A timeout_seconds='60' />
264N/A
264N/A <stability value='Unstable' />
264N/A
264N/A <template>
264N/A <common_name>
264N/A <loctext xml:lang='C'>
264N/A MS Win. domain naming daemon
264N/A </loctext>
264N/A </common_name>
264N/A <documentation>
264N/A <manpage title='nmbd' section='1m'
264N/A manpath='/usr/share/man' />
264N/A <manpage title='smb.conf' section='4'
264N/A manpath='/usr/share/man' />
264N/A </documentation>
264N/A </template>
264N/A</service>
264N/A
264N/A</service_bundle>