1<?xml version='1.0'?> 2<!DOCTYPE service_bundle SYSTEM '/usr/share/lib/xml/dtd/service_bundle.dtd.1'> 3<!-- 4 Copyright 2005 Sun Microsystems, Inc. All rights reserved. 5 Use is subject to license terms. 6 7 pragma ident "%Z%%M% %I% %E% SMI" 8 9 NOTE: This service manifest is not editable; its contents will 10 be overwritten by package or patch operations, including 11 operating system upgrade. Make customizations in a different 12 file. 13 14 Service manifest for the Kerberos V5 warning messages daemon 15--> 16 17<service_bundle type='manifest' name='SUNWkrbr:kwarn'> 18 19<service 20 name='network/security/ktkt_warn' 21 type='service' 22 version='1'> 23 24 <create_default_instance enabled='false' /> 25 26 <restarter> 27 <service_fmri value='svc:/network/inetd:default' /> 28 </restarter> 29 30 <exec_method 31 type='method' 32 name='inetd_start' 33 exec='/usr/lib/krb5/ktkt_warnd' 34 timeout_seconds='0'> 35 <method_context> 36 <method_credential 37 user='root' 38 group='other' 39 privileges='basic,!file_link_any,!proc_info,!proc_session,proc_setid,file_chown,file_dac_read,file_dac_write' 40 /> 41 </method_context> 42 </exec_method> 43 44 <exec_method 45 type='method' 46 name='inetd_offline' 47 exec=':kill_process' 48 timeout_seconds='0'> 49 </exec_method> 50 51 <exec_method 52 type='method' 53 name='inetd_disable' 54 exec=':kill' 55 timeout_seconds='0'> 56 </exec_method> 57 58 <property_group name='inetd' type='framework'> 59 <propval name='name' type='astring' value='100134' /> 60 <propval name='endpoint_type' type='astring' value='tli' /> 61 <propval name='proto' type='astring' value='ticotsord' /> 62 <propval name='wait' type='boolean' value='true' /> 63 <propval name='isrpc' type='boolean' value='true' /> 64 <propval name='rpc_low_version' type='integer' value='1' /> 65 <propval name='rpc_high_version' type='integer' value='1' /> 66 </property_group> 67 68 <stability value='Unstable' /> 69 70 <template> 71 <common_name> 72 <loctext xml:lang='C'> 73 Kerberos V5 warning messages daemon 74 </loctext> 75 </common_name> 76 <documentation> 77 <manpage title='ktkt_warnd' section='1M' 78 manpath='/usr/share/man' /> 79 </documentation> 80 </template> 81</service> 82 83</service_bundle> 84