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