Print this page
OS-4335 ipadm_door_call should work in a branded zone without chroot
OS-4336 ipmgmtd should work in a branded zone without chroot
Reviewed by: Robert Mustacchi <rm@joyent.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/cmd-inet/lib/ipmgmtd/Makefile
          +++ new/usr/src/cmd/cmd-inet/lib/ipmgmtd/Makefile
↓ open down ↓ 11 lines elided ↑ open up ↑
  12   12  #
  13   13  # When distributing Covered Code, include this CDDL HEADER in each
  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  # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
       22 +# Copyright 2015 Joyent, Inc.
  22   23  #
  23   24  
  24   25  # Needed for ROOTFS_LIBDIR definition
  25   26  include         ../../../../lib/Makefile.lib
  26   27  
  27   28  PROG=           ipmgmtd
  28      -OBJS=           ipmgmt_main.o ipmgmt_door.o ipmgmt_persist.o ipmgmt_util.o
       29 +OBJS=           ipmgmt_main.o ipmgmt_door.o ipmgmt_persist.o ipmgmt_util.o \
       30 +                ipmgmt_path.o
  29   31  SRCS=           $(OBJS:.o=.c)
  30   32  SVCMETHOD=      net-ipmgmt
  31   33  MANIFEST=       network-ipmgmt.xml
  32   34  CFGFILES=       ipadm.conf
  33   35  
  34   36  # Needed for ROOTETC definition
  35   37  include         ../../../Makefile.cmd
  36   38  
  37   39  ROOTCFGDIR=             $(ROOTETC)/ipadm
  38   40  ROOTCFGFILES=           $(CFGFILES:%=$(ROOTCFGDIR)/%)
↓ open down ↓ 50 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX