Print this page
2989 Eliminate use of LOGNAME_MAX in ON
1166 useradd have warning with name more 8 chars

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/Makefile
          +++ new/usr/src/lib/Makefile
↓ open down ↓ 15 lines elided ↑ open up ↑
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  
  22   22  # Copyright 2011 Nexenta Systems, Inc.  All rights reserved.
  23   23  # Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
  24   24  # Copyright (c) 2012 by Delphix. All rights reserved.
  25   25  # Copyright (c) 2012, Joyent, Inc. All rights reserved.
       26 +# Copyright (c) 2013 Gary Mills
  26   27  
  27   28  include ../Makefile.master
  28   29  
  29   30  #       Note that libcurses installs commands along with its library.
  30   31  #       This is a minor bug which probably should be fixed.
  31   32  #       Note also that a few extra libraries are kept in cmd source.
  32   33  #
  33   34  # Certain libraries are linked with, hence depend on, other libraries.
  34   35  #
  35   36  # Although we have historically used .WAIT to express dependencies, it
↓ open down ↓ 154 lines elided ↑ open up ↑
 190  191          print           \
 191  192          libuutil        \
 192  193          libscf          \
 193  194          libinetsvc      \
 194  195          librestart      \
 195  196          libsched        \
 196  197          libelfsign      \
 197  198          pkcs11          .WAIT   \
 198  199          libpctx         .WAIT   \
 199  200          libcpc          \
      201 +        getloginx       \
 200  202          watchmalloc     \
 201  203          extendedFILE    \
 202  204          madv            \
 203  205          mpss            \
 204  206          libdisasm       \
 205  207          libwrap         \
 206  208          libxcurses      \
 207  209          libxcurses2     \
 208  210          libbrand        .WAIT   \
 209  211          libzonecfg      \
↓ open down ↓ 492 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX