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  CDDL HEADER START
   8 
   9  The contents of this file are subject to the terms of the
  10  Common Development and Distribution License, Version 1.0 only
  11  (the "License").  You may not use this file except in compliance
  12  with the License.
  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 
  27         ident   "%Z%%M% %I%     %E% SMI"
  28 
  29         NOTE:  This service manifest is not editable; its contents will
  30         be overwritten by package or patch operations, including
  31         operating system upgrade.  Make customizations in a different
  32         file.
  33 -->
  34 
  35 <service_bundle type='manifest' name='SUNWcsr:single-user'>
  36 
  37 <service
  38         name='milestone/single-user'
  39         type='service'
  40         version='1'>
  41 
  42         <create_default_instance enabled='true' />
  43 
  44         <single_instance />
  45 
  46         <!--
  47           Single-user's dependency on sysidtool is obsolete, but instead of
  48           removing it from this manifest, retain it here with its delete
  49           attribute set to true. This is to try and prevent a dependency
  50           cycle with the new sysidtool which declares a dependency on
  51           single-user. This will force the deletion of single-user's
  52           sysidtool dependency as soon as this manifest is imported
  53           (instead of waiting for upgrade to delete it).
  54 
  55           Note that this does not guarantee the prevention of a dependency
  56           cycle (if the new sysidtool manifest is imported before
  57           single-user's) - if this does occur, the code in upgrade will
  58           catch it - it deletes single-user's dependency and "svcadm
  59           clear"s sysidtool.
  60         -->
  61 
  62         <dependency
  63                 name='sysidtool'
  64                 grouping='require_all'
  65                 restart_on='none'
  66                 type='service'
  67                 delete='true'>
  68                 <service_fmri value='svc:/system/sysidtool:net' />
  69                 <service_fmri value='svc:/system/sysidtool:system' />
  70         </dependency>
  71 
  72         <dependency
  73                 name='nodename'
  74                 grouping='require_all'
  75                 restart_on='none'
  76                 type='service'>
  77                 <service_fmri value='svc:/system/identity:node' />
  78         </dependency>
  79 
  80         <dependency
  81                 name='filesystem-minimal'
  82                 grouping='require_all'
  83                 restart_on='none'
  84                 type='service'>
  85                 <service_fmri value='svc:/system/filesystem/minimal' />
  86         </dependency>
  87 
  88         <dependency
  89                 name='milestone-devices'
  90                 grouping='require_all'
  91                 restart_on='none'
  92                 type='service'>
  
 | 
   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  Copyright 2012 OmniTI Computer Consulting, Inc.  All rights reserved.
   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.
  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 
  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 
  36 <service_bundle type='manifest' name='SUNWcsr:single-user'>
  37 
  38 <service
  39         name='milestone/single-user'
  40         type='service'
  41         version='1'>
  42 
  43         <create_default_instance enabled='true' />
  44 
  45         <single_instance />
  46 
  47         <dependency
  48                 name='nodename'
  49                 grouping='require_all'
  50                 restart_on='none'
  51                 type='service'>
  52                 <service_fmri value='svc:/system/identity:node' />
  53         </dependency>
  54 
  55         <dependency
  56                 name='filesystem-minimal'
  57                 grouping='require_all'
  58                 restart_on='none'
  59                 type='service'>
  60                 <service_fmri value='svc:/system/filesystem/minimal' />
  61         </dependency>
  62 
  63         <dependency
  64                 name='milestone-devices'
  65                 grouping='require_all'
  66                 restart_on='none'
  67                 type='service'>
  
 |