Print this page
4174 Torch the old and unmaintained Sun-dhcp
Reviewed by: Josef Sipek <jeffpc@josefsipek.net>
Reviewed by: Garrett D'Amore <garrett@damore.org>

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/initpkg/init.d/Makefile
          +++ new/usr/src/cmd/initpkg/init.d/Makefile
↓ open down ↓ 13 lines elided ↑ open up ↑
  14   14  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  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  #
  23   23  # Copyright (c) 1990, 2010, Oracle and/or its affiliates. All rights reserved.
       24 +# Copyright 2014 Garrett D'Amore <garrett@damore.org>
  24   25  #
  25   26  
  26   27  include         ../../Makefile.cmd
  27   28  
  28   29  sparc_PROG=
  29   30  i386_PROG=
  30   31  
  31   32  PROG=           \
  32   33          README          \
  33   34          cachefs.daemon  \
  34   35          devlinks        \
  35      -        dhcp            \
  36   36          drvconfig       \
  37   37          ldap.client     \
  38   38          nfs.server      \
  39   39          nscd            \
  40   40          sendmail        \
  41   41          slpd            \
  42   42          sysetup         \
  43   43          uucp            \
  44   44          $($(MACH)_PROG)
  45   45  
↓ open down ↓ 56 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX