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