Print this page
5861 clean up obsolete init scripts

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/initpkg/init.d/Makefile
          +++ new/usr/src/cmd/initpkg/init.d/Makefile
↓ open down ↓ 14 lines elided ↑ open up ↑
  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   24  # Copyright 2014 Garrett D'Amore <garrett@damore.org>
       25 +# Copyright 2015 Nexenta Systems, Inc. All rights reserved.
  25   26  #
  26   27  
  27   28  include         ../../Makefile.cmd
  28   29  
  29   30  sparc_PROG=
  30   31  i386_PROG=
  31   32  
  32   33  PROG=           \
  33   34          README          \
  34   35          cachefs.daemon  \
  35      -        devlinks        \
  36      -        drvconfig       \
  37      -        ldap.client     \
  38      -        nfs.server      \
  39      -        nscd            \
  40      -        sendmail        \
  41      -        slpd            \
  42   36          sysetup         \
  43   37          uucp            \
  44   38          $($(MACH)_PROG)
  45   39  
  46   40  
  47   41  OTHERPROG=      README.rcS README.rc2 README.rc3
  48   42  
  49   43  ROOTETCINITD=           $(ROOTETC)/init.d
  50   44  ROOTETCRCSD=            $(ROOTETC)/rcS.d
  51   45  ROOTETCRC0D=            $(ROOTETC)/rc0.d
↓ open down ↓ 50 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX