rstat.xml (7c478bd95313f5f23a4c958a745db2134aa03244) | rstat.xml (eb1a34638eba7c5add1421327f3eb225a8ea7518) |
---|---|
1<?xml version='1.0'?> 2<!DOCTYPE service_bundle SYSTEM '/usr/share/lib/xml/dtd/service_bundle.dtd.1'> 3 4<!-- | 1<?xml version='1.0'?> 2<!DOCTYPE service_bundle SYSTEM '/usr/share/lib/xml/dtd/service_bundle.dtd.1'> 3 4<!-- |
5 Copyright 2005 Sun Microsystems, Inc. All rights reserved. | 5 Copyright 2009 Sun Microsystems, Inc. All rights reserved. |
6 Use is subject to license terms. 7 8 CDDL HEADER START 9 10 The contents of this file are subject to the terms of the | 6 Use is subject to license terms. 7 8 CDDL HEADER START 9 10 The contents of this file are subject to the terms of the |
11 Common Development and Distribution License, Version 1.0 only 12 (the "License"). You may not use this file except in compliance 13 with the License. | 11 Common Development and Distribution License (the "License"). 12 You may not use this file except in compliance with the License. |
14 15 You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 16 or http://www.opensolaris.org/os/licensing. 17 See the License for the specific language governing permissions 18 and limitations under the License. 19 20 When distributing Covered Code, include this CDDL HEADER in each 21 file and include the License file at usr/src/OPENSOLARIS.LICENSE. 22 If applicable, add the following below this CDDL HEADER, with the 23 fields enclosed by brackets "[]" replaced with your own identifying 24 information: Portions Copyright [yyyy] [name of copyright owner] 25 26 CDDL HEADER END 27 | 13 14 You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 15 or http://www.opensolaris.org/os/licensing. 16 See the License for the specific language governing permissions 17 and limitations under the License. 18 19 When distributing Covered Code, include this CDDL HEADER in each 20 file and include the License file at usr/src/OPENSOLARIS.LICENSE. 21 If applicable, add the following below this CDDL HEADER, with the 22 fields enclosed by brackets "[]" replaced with your own identifying 23 information: Portions Copyright [yyyy] [name of copyright owner] 24 25 CDDL HEADER END 26 |
28 ident "%Z%%M% %I% %E% SMI" 29 | |
30 NOTE: This service manifest is not editable; its contents will 31 be overwritten by package or patch operations, including 32 operating system upgrade. Make customizations in a different 33 file. 34 35 Service manifest for rpc.rstatd 36--> 37 --- 48 unchanged lines hidden (view full) --- 86 <propval name='proto' type='astring' value='datagram_v' 87 override='true' /> 88 <propval name='isrpc' type='boolean' value='true' /> 89 <propval name='rpc_low_version' type='integer' value='2' /> 90 <propval name='rpc_high_version' type='integer' value='4' /> 91 <propval name='wait' type='boolean' value='true' /> 92 </property_group> 93 | 27 NOTE: This service manifest is not editable; its contents will 28 be overwritten by package or patch operations, including 29 operating system upgrade. Make customizations in a different 30 file. 31 32 Service manifest for rpc.rstatd 33--> 34 --- 48 unchanged lines hidden (view full) --- 83 <propval name='proto' type='astring' value='datagram_v' 84 override='true' /> 85 <propval name='isrpc' type='boolean' value='true' /> 86 <propval name='rpc_low_version' type='integer' value='2' /> 87 <propval name='rpc_high_version' type='integer' value='4' /> 88 <propval name='wait' type='boolean' value='true' /> 89 </property_group> 90 |
91 <property_group name='firewall_config' type='com.sun,fw_configuration'> 92 <propval name='policy' type='astring' value='use_global' /> 93 <propval name='apply_to' type='astring' value='' /> 94 <propval name='exceptions' type='astring' value='' /> 95 <propval name='value_authorization' type='astring' 96 value='solaris.smf.value.firewall.config' /> 97 </property_group> 98 |
|
94 <stability value='Unstable' /> 95 96 <template> 97 <common_name> 98 <loctext xml:lang='C'> 99 kernel statistics server 100 </loctext> 101 </common_name> 102 <documentation> 103 <manpage title='rpc.rstatd' section='1M' 104 manpath='/usr/share/man' /> 105 <manpage title='rstatd' section='1M' 106 manpath='/usr/share/man' /> 107 </documentation> 108 </template> 109 110</service> 111 112</service_bundle> | 99 <stability value='Unstable' /> 100 101 <template> 102 <common_name> 103 <loctext xml:lang='C'> 104 kernel statistics server 105 </loctext> 106 </common_name> 107 <documentation> 108 <manpage title='rpc.rstatd' section='1M' 109 manpath='/usr/share/man' /> 110 <manpage title='rstatd' section='1M' 111 manpath='/usr/share/man' /> 112 </documentation> 113 </template> 114 115</service> 116 117</service_bundle> |