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>
Approved by: Dan McDonald <danmcd@omniti.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/cmd-inet/usr.sbin/Makefile
          +++ new/usr/src/cmd/cmd-inet/usr.sbin/Makefile
↓ open down ↓ 17 lines elided ↑ open up ↑
  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   24  # Copyright 2014 Garrett D'Amore <garrett@damore.org>
  25   25  #
  26   26  
  27   27  SYNCPROG=       syncinit syncloop syncstat
  28      -DHCPPROG=       dhcpconfig dhtadm pntadm
  29   28  
  30   29  PROG=           6to4relay arp if_mpadm \
  31   30                  in.comsat in.fingerd in.rarpd in.rexecd in.rlogind \
  32   31                  in.rshd in.rwhod in.telnetd in.tftpd ipaddrsel \
  33      -                ndd $(SYNCPROG) $(DHCPPROG) wanbootutil
       32 +                ndd $(SYNCPROG) wanbootutil
  34   33  
  35   34  MANIFEST=       rarp.xml telnet.xml comsat.xml finger.xml \
  36   35                  login.xml shell.xml rexec.xml socket-filter-kssl.xml
  37   36  SVCMETHOD=      svc-sockfilter
  38   37  
  39   38  ROOTFS_PROG=    hostconfig route soconfig
  40   39  SBINLINKS=      hostconfig route
  41   40  
  42   41  RPCSVCPROG=     hostconfig
  43   42  AUDITPROG=      in.rexecd in.rlogind in.rshd in.telnetd
↓ open down ↓ 231 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX