Print this page
5834 Remove dependency on sysidtool

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/rpcbind/bind.xml
          +++ new/usr/src/cmd/rpcbind/bind.xml
↓ open down ↓ 14 lines elided ↑ open up ↑
  15   15     
  16   16      When distributing Covered Code, include this CDDL HEADER in each
  17   17      file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  18   18      If applicable, add the following below this CDDL HEADER, with the
  19   19      fields enclosed by brackets "[]" replaced with your own identifying
  20   20      information: Portions Copyright [yyyy] [name of copyright owner]
  21   21     
  22   22      CDDL HEADER END
  23   23     
  24   24      Copyright 2015 Nexenta Systems, Inc.  All rights reserved.
  25      -
       25 +    Copyright 2014 OmniTI Computer Consulting, Inc. All rights reserved.
  26   26      Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  27   27      Use is subject to license terms.
  28   28  
  29   29      Service manifest for rpcbind
  30   30  
  31   31      NOTE:  This service manifest is not editable; its contents will
  32   32      be overwritten by package or patch operations, including
  33   33      operating system upgrade.  Make customizations in a different
  34   34      file.
  35   35  -->
↓ open down ↓ 10 lines elided ↑ open up ↑
  46   46          <single_instance />
  47   47  
  48   48          <dependency
  49   49                  name='fs'
  50   50                  grouping='require_all'
  51   51                  restart_on='none'
  52   52                  type='service'>
  53   53                  <service_fmri value='svc:/system/filesystem/minimal' />
  54   54          </dependency>
  55   55  
  56      -        <dependency
  57      -                name='sysidtool'
  58      -                grouping='require_all'
  59      -                restart_on='none'
  60      -                type='service'>
  61      -                <service_fmri
  62      -                        value='svc:/system/sysidtool:net' />
  63      -        </dependency>
  64      -
  65   56          <!--
  66   57                  rpcbind(1M) depends on multicast routes installed by the
  67   58                  routing-setup service, and should be started after any IPsec
  68   59                  policy is configured and TCP ndd tunables are set (both
  69   60                  currently carried out by network/initial).
  70   61          -->
  71   62          <dependency
  72   63                  name='network_initial'
  73   64                  grouping='optional_all'
  74   65                  restart_on='none'
↓ open down ↓ 151 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX