Print this page
NEX-7823 ipmgmtd can't properly remove interface from the old ipadm.conf format
Reviewed by: Dan Fields <dan.fields@nexenta.com>
Reviewed by: Jean McCormack <jean.mccormack@nexenta.com>
*** 16,26 ****
--- 16,29 ----
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
+
+ #
# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
+ # Copyright 2016 Nexenta Systems, Inc.
#
# Needed for ROOTFS_LIBDIR definition
include ../../../../lib/Makefile.lib
*** 36,48 ****
ROOTCFGDIR= $(ROOTETC)/ipadm
ROOTCFGFILES= $(CFGFILES:%=$(ROOTCFGDIR)/%)
ROOTMANIFESTDIR= $(ROOTSVCNETWORK)
- CERRWARN += -_gcc=-Wno-switch
- CERRWARN += -_gcc=-Wno-uninitialized
-
$(ROOTCFGFILES) := OWNER= ipadm
$(ROOTCFGFILES) := GROUP= sys
$(ROOTCFGFILES) := FILEMODE= 644
ROOTCMDDIR= $(ROOTFS_LIBDIR)/inet
--- 39,48 ----