Print this page
OS-3524 in order to support interaction with docker containers, need to be able to connect to stdio for init from GZ
OS-3525 in order to support 'docker logs' need to be able to get stdio from zone to log file

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man7d/Makefile
          +++ new/usr/src/man/man7d/Makefile
↓ open down ↓ 3 lines elided ↑ open up ↑
   4    4  # You may only use this file in accordance with the terms of version
   5    5  # 1.0 of the CDDL.
   6    6  #
   7    7  # A full copy of the text of the CDDL should have accompanied this
   8    8  # source.  A copy of the CDDL is also available via the Internet
   9    9  # at http://www.illumos.org/license/CDDL.
  10   10  #
  11   11  
  12   12  #
  13   13  # Copyright 2011, Richard Lowe
       14 +# Copyright 2014 Joyent, Inc. All rights reserved.
  14   15  # Copyright 2015 Nexenta Systems, Inc.  All rights reserved.
  15   16  # Copyright 2016 Garrett D'Amore <garrett@damore.org>
  16   17  # Copyright 2016 Joyent, Inc.
  17   18  #
  18   19  
  19   20  include         $(SRC)/Makefile.master
  20   21  
  21   22  MANSECT=        7d
  22   23  
  23   24  _MANFILES=      aac.7d          \
↓ open down ↓ 116 lines elided ↑ open up ↑
 140  141                  usbsksp.7d      \
 141  142                  usbsprl.7d      \
 142  143                  usbvc.7d        \
 143  144                  virtualkm.7d    \
 144  145                  vni.7d          \
 145  146                  vr.7d           \
 146  147                  wscons.7d       \
 147  148                  xge.7d          \
 148  149                  yge.7d          \
 149  150                  zcons.7d        \
 150      -                zero.7d
      151 +                zero.7d         \
      152 +                zfd.7d
 151  153  
 152  154  sparc_MANFILES= audiocs.7d      \
 153  155                  bbc_beep.7d     \
 154  156                  ctsmc.7d        \
 155  157                  cvc.7d          \
 156  158                  cvcredir.7d     \
 157  159                  dad.7d          \
 158  160                  dm2s.7d         \
 159  161                  dr.7d           \
 160  162                  eri.7d          \
↓ open down ↓ 132 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX