1c28749e9Skais<?xml version="1.0"?> 2c28749e9Skais<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1"> 3c28749e9Skais<!-- 4*dd49f125SAnders Persson Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved. 5c28749e9Skais 6c28749e9Skais CDDL HEADER START 7c28749e9Skais 8c28749e9Skais The contents of this file are subject to the terms of the 9*dd49f125SAnders Persson Common Development and Distribution License (the "License"). 10*dd49f125SAnders Persson You may not use this file except in compliance with the License. 11c28749e9Skais 12c28749e9Skais You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 13c28749e9Skais or http://www.opensolaris.org/os/licensing. 14c28749e9Skais See the License for the specific language governing permissions 15c28749e9Skais and limitations under the License. 16c28749e9Skais 17c28749e9Skais When distributing Covered Code, include this CDDL HEADER in each 18c28749e9Skais file and include the License file at usr/src/OPENSOLARIS.LICENSE. 19c28749e9Skais If applicable, add the following below this CDDL HEADER, with the 20c28749e9Skais fields enclosed by brackets "[]" replaced with your own identifying 21c28749e9Skais information: Portions Copyright [yyyy] [name of copyright owner] 22c28749e9Skais 23c28749e9Skais CDDL HEADER END 24c28749e9Skais 25c28749e9Skais NOTE: This service manifest is not editable; its contents will 26c28749e9Skais be overwritten by package or patch operations, including 27c28749e9Skais operating system upgrade. Make customizations in a different 28c28749e9Skais file. 29c28749e9Skais--> 30c28749e9Skais 31c28749e9Skais<service_bundle type='manifest' name='SUNWcsr:kssl-proxy'> 32c28749e9Skais 33c28749e9Skais<service 34c28749e9Skais name='network/ssl/proxy' 35c28749e9Skais type='service' 36c28749e9Skais version='1'> 37c28749e9Skais 38c28749e9Skais <dependency 39*dd49f125SAnders Persson name='socket-filter' 40*dd49f125SAnders Persson grouping='require_all' 41*dd49f125SAnders Persson restart_on='restart' 42*dd49f125SAnders Persson type='service'> 43*dd49f125SAnders Persson <service_fmri value='svc:/network/socket-filter:kssl' /> 44*dd49f125SAnders Persson </dependency> 45*dd49f125SAnders Persson 46*dd49f125SAnders Persson <dependency 47c28749e9Skais name='cryptosvc' 48c28749e9Skais grouping='require_all' 49c28749e9Skais restart_on='none' 50c28749e9Skais type='service'> 51c28749e9Skais <service_fmri value='svc:/system/cryptosvc' /> 52c28749e9Skais </dependency> 53c28749e9Skais 54c28749e9Skais <dependency 55c28749e9Skais name='name-services' 56c28749e9Skais grouping='require_all' 57c28749e9Skais restart_on='none' 58c28749e9Skais type='service'> 59c28749e9Skais <service_fmri value='svc:/milestone/name-services' /> 60c28749e9Skais </dependency> 61c28749e9Skais 62c28749e9Skais <property_group name='startd' type='framework'> 63c28749e9Skais <propval name='duration' type='astring' value='transient' /> 64c28749e9Skais </property_group> 65c28749e9Skais 66c28749e9Skais <stability value='Unstable' /> 67c28749e9Skais 68c28749e9Skais <template> 69c28749e9Skais <common_name> 70c28749e9Skais <loctext xml:lang='C'> 71c28749e9Skais kernel ssl proxy configuration 72c28749e9Skais </loctext> 73c28749e9Skais </common_name> 74c28749e9Skais <documentation> 75c28749e9Skais <manpage title='ksslcfg' section='1M' 76c28749e9Skais manpath='/usr/share/man' /> 77c28749e9Skais </documentation> 78c28749e9Skais </template> 79c28749e9Skais 80c28749e9Skais</service> 81c28749e9Skais 82c28749e9Skais</service_bundle> 83