Print this page
6923877 Default SMF profiles should enable gdm service instead of cde-login

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/svc/profile/generic_open.xml
          +++ new/usr/src/cmd/svc/profile/generic_open.xml
   1    1  <?xml version='1.0'?>
   2    2  <!DOCTYPE service_bundle SYSTEM '/usr/share/lib/xml/dtd/service_bundle.dtd.1'>
   3    3  <!--
   4    4      CDDL HEADER START
   5      -   
        5 +
   6    6      The contents of this file are subject to the terms of the
   7    7      Common Development and Distribution License (the "License").
   8    8      You may not use this file except in compliance with the License.
   9      -   
        9 +
  10   10      You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
  11   11      or http://www.opensolaris.org/os/licensing.
  12   12      See the License for the specific language governing permissions
  13   13      and limitations under the License.
  14      -   
       14 + 
  15   15      When distributing Covered Code, include this CDDL HEADER in each
  16   16      file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  17   17      If applicable, add the following below this CDDL HEADER, with the
  18   18      fields enclosed by brackets "[]" replaced with your own identifying
  19   19      information: Portions Copyright [yyyy] [name of copyright owner]
  20      -   
       20 +
  21   21      CDDL HEADER END
  22      -   
  23      -    Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
       22 +
       23 +    Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
  24   24      Use is subject to license terms.
  25   25  
  26   26      Default service profile, containing a typical set of active service
  27   27      instances.
  28   28  
  29   29      NOTE:  Service profiles delivered by this package are not editable,
  30   30      and their contents will be overwritten by package or patch
  31   31      operations, including operating system upgrade.  Make customizations
  32   32      in a different file.  The path, /var/svc/profile/site.xml, is a
  33   33      distinguished location for a site-specific service profile, treated
↓ open down ↓ 119 lines elided ↑ open up ↑
 153  153      <instance name='default' enabled='true' />
 154  154    </service>
 155  155    <service name='application/print/ppd-cache-update' version='1' type='service'>
 156  156      <instance name='default' enabled='true' />
 157  157    </service>
 158  158    <service name='application/stosreg' version='1' type='service'>
 159  159      <instance name='default' enabled='true' />
 160  160    </service>
 161  161  
 162  162    <!--
 163      -      Enable CDE services.
      163 +      Enable CDE/GDM/X11 services.
 164  164    -->
 165  165    <service name='application/cde-printinfo' version='1' type='service'>
 166  166      <instance name='default' enabled='true' />
 167  167    </service>
 168      -  <service name='application/graphical-login/cde-login' version='1'
      168 +  <service name='application/graphical-login/gdm' version='1'
 169  169      type='service'>
 170  170      <instance name='default' enabled='true' />
 171  171    </service>
 172  172  
 173  173    <service name='application/x11/xfs' version='1' type='service'>
 174  174      <instance name='default' enabled='true'/>
 175  175    </service>
 176  176  
 177  177    <!--
 178  178        Include inetd(1M) services profile.
 179  179    -->
 180  180    <xi:include href='file:/var/svc/profile/inetd_services.xml' />
 181  181  </service_bundle>
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX