Print this page
4078 groupadd execs getent unnecessarily
Reviewed by: Rich Lowe <richlowe@richlowe.net>
Reviewed by: Gary Mills <gary_mills@fastmail.fm>
Reviewed by: Milan Jurik <milan.jurik@xylab.cz>
Reviewed by: Gordon Ross <Gordon.W.Ross@gmail.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/Targetdirs
          +++ new/usr/src/Targetdirs
↓ open down ↓ 16 lines elided ↑ open up ↑
  17   17  #
  18   18  # CDDL HEADER END
  19   19  #
  20   20  
  21   21  #
  22   22  # Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
  23   23  # Copyright 2011, Richard Lowe
  24   24  # Copyright 2011 Nexenta Systems, Inc. All rights reserved.
  25   25  # Copyright (c) 2012 by Delphix. All rights reserved.
  26   26  # Copyright 2012 OmniTI Computer Consulting, Inc.  All rights reserved.
       27 +# Copyright (c) 2013 RackTop Systems.
  27   28  #
  28   29  
  29   30  #
  30   31  # It is easier to think in terms of directory names without the ROOT macro
  31   32  # prefix.  ROOTDIRS is TARGETDIRS with ROOT prefixes.  It is necessary
  32   33  # to work with ROOT prefixes when controlling conditional assignments.
  33   34  #
  34   35  
  35   36  DIRLINKS=       $(SYM.DIRS)
  36   37  $(BUILD64)      DIRLINKS += $(SYM.DIRS64)
↓ open down ↓ 100 lines elided ↑ open up ↑
 137  138          /etc/net-snmp/snmp \
 138  139          /etc/opt  \
 139  140          /etc/rc0.d  \
 140  141          /etc/rc1.d  \
 141  142          /etc/rc2.d  \
 142  143          /etc/rc3.d  \
 143  144          /etc/rcS.d  \
 144  145          /etc/saf \
 145  146          /etc/sasl       \
 146  147          /etc/sfw \
      148 +        /etc/skel       \
 147  149          /etc/svc \
 148  150          /etc/svc/profile \
 149  151          /etc/svc/profile/site \
 150  152          /etc/svc/volatile \
 151  153          /etc/tm  \
 152  154          /etc/usb   \
 153  155          /etc/user_attr.d \
 154  156          /etc/zfs  \
 155  157          /etc/zones  \
 156  158          /export  \
↓ open down ↓ 1791 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX