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>
NEX-6871 remove wu-ftpd
Reviewed by: Gordon Ross <gordon.ross@nexenta.com>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Reviewed by: Rick McNeal <rick.mcneal@nexenta.com>
Revert "5069 Removal of wu-ftpd"
This reverts commit 4e762ae71a675489e308ef67b9c4f35fa31042da.
Adding AoE support to nza-kernel
| Split |
Close |
| Expand all |
| Collapse all |
--- old/usr/src/cmd/Makefile.check
+++ new/usr/src/cmd/Makefile.check
1 1 #
2 2 # CDDL HEADER START
3 3 #
4 4 # The contents of this file are subject to the terms of the
5 5 # Common Development and Distribution License (the "License").
6 6 # You may not use this file except in compliance with the License.
7 7 #
8 8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 9 # or http://www.opensolaris.org/os/licensing.
10 10 # See the License for the specific language governing permissions
11 11 # and limitations under the License.
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
22 22 #
23 23 # Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
24 24 # Copyright 2014 Garrett D'Amore <garrett@damore.org>
25 25 # Copyright 2017 Nexenta Systems, Inc.
|
↓ open down ↓ |
25 lines elided |
↑ open up ↑ |
26 26 #
27 27
28 28 include ../Makefile.master
29 29
30 30 #
31 31 # Commands providing manifests must offer a check target. A recursive check
32 32 # target across all commands directories is not currently provided.
33 33 #
34 34 MANIFEST_TOPDIRS= \
35 35 acctadm \
36 + aoesvc \
36 37 auditd \
37 38 bnu \
38 39 consadm \
39 40 coreadm \
40 41 cron \
41 42 cvcd \
42 43 dispadmin \
43 44 drd \
44 45 dumpadm \
45 46 fcinfo \
46 47 fcoesvc \
47 48 fm \
48 49 ibd_upgrade \
49 50 intrd \
50 51 iscsid \
51 52 iscsitsvc \
52 53 kbd \
53 54 keyserv \
54 55 ldapcachemgr \
55 56 ldmad \
56 57 dlmgmtd \
57 58 ndmpd \
58 59 nscd \
59 60 oplhpd \
60 61 pools \
61 62 power \
62 63 rmvolmgr \
63 64 rpcbind \
64 65 rpcsvc \
65 66 sa \
66 67 saf \
67 68 sckmd \
68 69 sf880drd \
69 70 smserverd \
70 71 stmfproxy \
71 72 stmfsvc \
72 73 stmsboot \
73 74 syseventd \
74 75 syslogd \
75 76 utmpd \
76 77 vntsd \
77 78 ypcmd \
78 79 zoneadm \
|
↓ open down ↓ |
33 lines elided |
↑ open up ↑ |
79 80 zoneadmd
80 81
81 82 MANIFEST_SUBDIRS= \
82 83 boot/scripts \
83 84 cmd-crypto/scripts \
84 85 cmd-inet/usr.lib/ilbd \
85 86 cmd-inet/usr.lib/in.chargend \
86 87 cmd-inet/usr.lib/in.daytimed \
87 88 cmd-inet/usr.lib/in.discardd \
88 89 cmd-inet/usr.lib/in.echod \
90 + cmd-inet/usr.lib/in.mpathd \
89 91 cmd-inet/usr.lib/in.ndpd \
90 92 cmd-inet/usr.lib/in.ripngd \
91 93 cmd-inet/usr.lib/in.timed \
92 94 cmd-inet/usr.lib/inetd \
93 95 cmd-inet/usr.lib/mdnsd \
94 96 cmd-inet/usr.lib/slpd \
95 97 cmd-inet/usr.lib/vrrpd \
96 98 cmd-inet/usr.lib/wpad \
97 99 cmd-inet/usr.sbin \
98 100 cmd-inet/usr.sbin/in.rdisc \
99 101 cmd-inet/usr.sbin/in.routed \
100 102 cmd-inet/usr.sbin/in.talkd \
101 103 cmd-inet/usr.sbin/ipsecutils \
102 104 cmd-inet/usr.sbin/kssl/ksslcfg \
103 105 cmd-inet/usr.sbin/routeadm \
104 106 dcs/sparc/sun4u \
105 107 dfs.cmds/sharemgr \
106 108 fs.d/autofs \
107 109 fs.d/nfs/svc \
108 110 fs.d/smbclnt/svc \
109 111 gss/gssd \
110 112 hal/addons/network-devices \
111 113 hal/hald/solaris \
112 114 halt/smf.$(MACH) \
113 115 hostid/smf \
114 116 idmap/idmapd \
115 117 ipf/svc \
116 118 isns/isnsd \
117 119 krb5/kadmin/server \
118 120 krb5/krb5kdc \
119 121 krb5/kwarn \
120 122 krb5/slave \
121 123 lp/cmd/lpsched \
122 124 picl/picld \
123 125 pools/poold \
124 126 print/bsd-sysv-commands \
125 127 print/ppdmgr \
126 128 rcap/rcapd \
127 129 rpcsvc/rpc.bootparamd \
128 130 sendmail/lib \
129 131 smbsrv/smbd \
130 132 ssh/etc \
131 133 svc/milestone \
132 134 tsol/labeld \
133 135 tsol/tnctl \
134 136 tsol/tnd \
135 137 tsol/tsol-zones \
136 138 vscan/vscand \
137 139 xvm/ipagent \
138 140 ypcmd/yppasswd \
139 141 ypcmd/ypupdated \
140 142 zonestat/zonestatd
141 143
142 144 MISC_SUBDIRS= \
143 145 dtrace/test/tst \
144 146 sgs
145 147
146 148 .KEEP_STATE:
147 149
148 150 # Manifests cannot be checked in parallel, because we are using the global
149 151 # repository that is in $(SRC)/cmd/svc/seed/global.db. This is a
150 152 # repository that is built from the manifests in this workspace, whereas
151 153 # the build machine's repository may be out of sync with these manifests.
152 154 # Because we are using a private repository, svccfg-native must start up a
153 155 # private copy of configd-native. We cannot have multiple copies of
154 156 # configd-native trying to access global.db simultaneously.
155 157
156 158 .NO_PARALLEL:
157 159
158 160 check: svccfg_check $(MANIFEST_TOPDIRS) $(MANIFEST_SUBDIRS) $(MISC_SUBDIRS)
159 161
160 162 svccfg_check:
161 163 @$(ECHO) "building requirements for svccfg check ..."; \
162 164 (cd $(SRC)/cmd/svc/seed && pwd && $(MAKE) $(MFLAGS) global.db)
163 165
164 166 $(MANIFEST_TOPDIRS) $(MANIFEST_SUBDIRS) $(MISC_SUBDIRS): FRC
165 167 @cd $@; pwd; $(MAKE) check
166 168
167 169 FRC:
|
↓ open down ↓ |
69 lines elided |
↑ open up ↑ |
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX