3 <!--
4 CDDL HEADER START
5
6 The contents of this file are subject to the terms of the
7 Common Development and Distribution License (the "License").
8 You may not use this file except in compliance with the License.
9
10 You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
11 or http://www.opensolaris.org/os/licensing.
12 See the License for the specific language governing permissions
13 and limitations under the License.
14
15 When distributing Covered Code, include this CDDL HEADER in each
16 file and include the License file at usr/src/OPENSOLARIS.LICENSE.
17 If applicable, add the following below this CDDL HEADER, with the
18 fields enclosed by brackets "[]" replaced with your own identifying
19 information: Portions Copyright [yyyy] [name of copyright owner]
20
21 CDDL HEADER END
22
23 Copyright 2009 Sun Microsystems, Inc. All rights reserved.
24 Use is subject to license terms.
25
26 Default service profile, containing a typical set of active service
27 instances.
28
29 NOTE: Service profiles delivered by this package are not editable,
30 and their contents will be overwritten by package or patch
31 operations, including operating system upgrade. Make customizations
32 in a different file. The path, /var/svc/profile/site.xml, is a
33 distinguished location for a site-specific service profile, treated
34 otherwise equivalently to this file.
35 -->
36 <service_bundle type='profile' name='generic_open'
37 xmlns:xi='http://www.w3.org/2003/XInclude' >
38 <!--
39 Include name service profile, as set by system id tools.
40 -->
41 <xi:include href='file:/var/svc/profile/name_service.xml' />
42
43 <!--
143 <service name='application/management/net-snmp' version='1' type='service'>
144 <instance name='default' enabled='true' />
145 </service>
146 <service name='application/management/seaport' version='1' type='service'>
147 <instance name='default' enabled='true' />
148 </service>
149 <service name='application/management/snmpdx' version='1' type='service'>
150 <instance name='default' enabled='true' />
151 </service>
152 <service name='application/management/wbem' version='1' type='service'>
153 <instance name='default' enabled='true' />
154 </service>
155 <service name='application/print/ppd-cache-update' version='1' type='service'>
156 <instance name='default' enabled='true' />
157 </service>
158 <service name='application/stosreg' version='1' type='service'>
159 <instance name='default' enabled='true' />
160 </service>
161
162 <!--
163 Enable CDE services.
164 -->
165 <service name='application/cde-printinfo' version='1' type='service'>
166 <instance name='default' enabled='true' />
167 </service>
168 <service name='application/graphical-login/cde-login' version='1'
169 type='service'>
170 <instance name='default' enabled='true' />
171 </service>
172
173 <service name='application/x11/xfs' version='1' type='service'>
174 <instance name='default' enabled='true'/>
175 </service>
176
177 <!--
178 Include inetd(1M) services profile.
179 -->
180 <xi:include href='file:/var/svc/profile/inetd_services.xml' />
181 </service_bundle>
|
3 <!--
4 CDDL HEADER START
5
6 The contents of this file are subject to the terms of the
7 Common Development and Distribution License (the "License").
8 You may not use this file except in compliance with the License.
9
10 You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
11 or http://www.opensolaris.org/os/licensing.
12 See the License for the specific language governing permissions
13 and limitations under the License.
14
15 When distributing Covered Code, include this CDDL HEADER in each
16 file and include the License file at usr/src/OPENSOLARIS.LICENSE.
17 If applicable, add the following below this CDDL HEADER, with the
18 fields enclosed by brackets "[]" replaced with your own identifying
19 information: Portions Copyright [yyyy] [name of copyright owner]
20
21 CDDL HEADER END
22
23 Copyright 2010 Sun Microsystems, Inc. All rights reserved.
24 Use is subject to license terms.
25
26 Default service profile, containing a typical set of active service
27 instances.
28
29 NOTE: Service profiles delivered by this package are not editable,
30 and their contents will be overwritten by package or patch
31 operations, including operating system upgrade. Make customizations
32 in a different file. The path, /var/svc/profile/site.xml, is a
33 distinguished location for a site-specific service profile, treated
34 otherwise equivalently to this file.
35 -->
36 <service_bundle type='profile' name='generic_open'
37 xmlns:xi='http://www.w3.org/2003/XInclude' >
38 <!--
39 Include name service profile, as set by system id tools.
40 -->
41 <xi:include href='file:/var/svc/profile/name_service.xml' />
42
43 <!--
143 <service name='application/management/net-snmp' version='1' type='service'>
144 <instance name='default' enabled='true' />
145 </service>
146 <service name='application/management/seaport' version='1' type='service'>
147 <instance name='default' enabled='true' />
148 </service>
149 <service name='application/management/snmpdx' version='1' type='service'>
150 <instance name='default' enabled='true' />
151 </service>
152 <service name='application/management/wbem' version='1' type='service'>
153 <instance name='default' enabled='true' />
154 </service>
155 <service name='application/print/ppd-cache-update' version='1' type='service'>
156 <instance name='default' enabled='true' />
157 </service>
158 <service name='application/stosreg' version='1' type='service'>
159 <instance name='default' enabled='true' />
160 </service>
161
162 <!--
163 Enable CDE/GDM/X11 services.
164 -->
165 <service name='application/cde-printinfo' version='1' type='service'>
166 <instance name='default' enabled='true' />
167 </service>
168 <service name='application/graphical-login/gdm' version='1'
169 type='service'>
170 <instance name='default' enabled='true' />
171 </service>
172
173 <service name='application/x11/xfs' version='1' type='service'>
174 <instance name='default' enabled='true'/>
175 </service>
176
177 <!--
178 Include inetd(1M) services profile.
179 -->
180 <xi:include href='file:/var/svc/profile/inetd_services.xml' />
181 </service_bundle>
|