Print this page
12482 Have /usr/bin/awk point to /usr/bin/nawk
Reviewed by: Peter Tribble <peter.tribble@gmail.com>
Reviewed by: Toomas Soome <tsoome@me.com>
| Split |
Close |
| Expand all |
| Collapse all |
--- old/usr/src/pkg/manifests/system-extended-system-utilities.mf
+++ new/usr/src/pkg/manifests/system-extended-system-utilities.mf
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
|
↓ open down ↓ |
15 lines elided |
↑ open up ↑ |
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) 2010, Oracle and/or its affiliates. All rights reserved.
24 24 # Copyright 2012 Nexenta Systems, Inc. All rights reserved.
25 25 # Copyright 2016 RackTop Systems.
26 +# Copyright 2020 Joyent, Inc.
26 27 #
27 28
28 29 set name=pkg.fmri value=pkg:/system/extended-system-utilities@$(PKGVERS)
29 30 set name=pkg.description \
30 31 value="additional UNIX system utilities, including awk, bc, cal, compress, diff, dos2unix, last, rup, sort, spell, uniq, and uuencode"
31 32 set name=pkg.summary value="Extended System Utilities"
32 33 set name=info.classification value=org.opensolaris.category.2008:System/Core
33 34 set name=variant.arch value=$(ARCH)
34 35 dir path=usr group=sys
35 36 dir path=usr/bin
36 37 $(i386_ONLY)dir path=usr/bin/$(ARCH32)
37 38 dir path=usr/bin/$(ARCH64)
38 39 dir path=usr/lib
39 40 dir path=usr/lib/$(ARCH64)
40 41 dir path=usr/lib/adb group=sys
41 42 dir path=usr/lib/adb/$(ARCH64) group=sys
42 43 dir path=usr/lib/fs group=sys
43 44 dir path=usr/lib/fs/pcfs group=sys
44 45 dir path=usr/lib/spell
45 46 dir path=usr/proc
46 47 dir path=usr/proc/bin
47 48 dir path=usr/sbin
48 49 dir path=usr/sbin/$(ARCH64)
49 50 dir path=usr/share
50 51 dir path=usr/share/lib
51 52 dir path=usr/share/lib/dict
52 53 dir path=usr/share/man/man1
53 54 dir path=usr/share/man/man1m
54 55 $(i386_ONLY)file path=usr/bin/$(ARCH32)/pargs mode=0555
55 56 $(i386_ONLY)file path=usr/bin/$(ARCH32)/pcred mode=0555
56 57 $(i386_ONLY)file path=usr/bin/$(ARCH32)/pfiles mode=0555
57 58 $(i386_ONLY)file path=usr/bin/$(ARCH32)/pflags mode=0555
58 59 $(i386_ONLY)file path=usr/bin/$(ARCH32)/pldd mode=0555
59 60 $(i386_ONLY)file path=usr/bin/$(ARCH32)/plgrp mode=0555
60 61 $(i386_ONLY)file path=usr/bin/$(ARCH32)/pmadvise mode=0555
61 62 $(i386_ONLY)file path=usr/bin/$(ARCH32)/pmap mode=0555
62 63 $(i386_ONLY)file path=usr/bin/$(ARCH32)/ppgsz mode=0555
63 64 $(i386_ONLY)file path=usr/bin/$(ARCH32)/ppriv mode=0555
64 65 $(i386_ONLY)file path=usr/bin/$(ARCH32)/preap mode=0555
65 66 $(i386_ONLY)file path=usr/bin/$(ARCH32)/prun mode=0555
66 67 $(i386_ONLY)file path=usr/bin/$(ARCH32)/psecflags mode=0555
67 68 $(i386_ONLY)file path=usr/bin/$(ARCH32)/psig mode=0555
68 69 $(i386_ONLY)file path=usr/bin/$(ARCH32)/pstack mode=0555
69 70 $(i386_ONLY)file path=usr/bin/$(ARCH32)/pstop mode=0555
70 71 $(i386_ONLY)file path=usr/bin/$(ARCH32)/ptime mode=0555
71 72 $(i386_ONLY)file path=usr/bin/$(ARCH32)/ptree mode=0555
72 73 $(i386_ONLY)file path=usr/bin/$(ARCH32)/pwait mode=0555
73 74 $(i386_ONLY)file path=usr/bin/$(ARCH32)/pwdx mode=0555
74 75 $(i386_ONLY)file path=usr/bin/$(ARCH32)/sort mode=0555
75 76 file path=usr/bin/$(ARCH64)/pargs mode=0555
76 77 file path=usr/bin/$(ARCH64)/pcred mode=0555
77 78 file path=usr/bin/$(ARCH64)/pfiles mode=0555
78 79 file path=usr/bin/$(ARCH64)/pflags mode=0555
79 80 file path=usr/bin/$(ARCH64)/pldd mode=0555
80 81 file path=usr/bin/$(ARCH64)/plgrp mode=0555
81 82 file path=usr/bin/$(ARCH64)/pmadvise mode=0555
82 83 file path=usr/bin/$(ARCH64)/pmap mode=0555
83 84 file path=usr/bin/$(ARCH64)/ppgsz mode=0555
84 85 file path=usr/bin/$(ARCH64)/ppriv mode=0555
85 86 file path=usr/bin/$(ARCH64)/preap mode=0555
86 87 file path=usr/bin/$(ARCH64)/prun mode=0555
87 88 file path=usr/bin/$(ARCH64)/psecflags mode=0555
88 89 file path=usr/bin/$(ARCH64)/psig mode=0555
89 90 file path=usr/bin/$(ARCH64)/pstack mode=0555
90 91 file path=usr/bin/$(ARCH64)/pstop mode=0555
91 92 file path=usr/bin/$(ARCH64)/ptime mode=0555
92 93 file path=usr/bin/$(ARCH64)/ptree mode=0555
93 94 file path=usr/bin/$(ARCH64)/pwait mode=0555
94 95 file path=usr/bin/$(ARCH64)/pwdx mode=0555
95 96 file path=usr/bin/$(ARCH64)/sort mode=0555
96 97 file path=usr/bin/asa mode=0555
97 98 file path=usr/bin/awk mode=0555
98 99 file path=usr/bin/banner mode=0555
99 100 file path=usr/bin/batch mode=0555
100 101 file path=usr/bin/bc mode=0555
101 102 file path=usr/bin/bdiff mode=0755
102 103 file path=usr/bin/cal mode=0555
103 104 file path=usr/bin/col mode=0555
104 105 file path=usr/bin/compress mode=0555
105 106 file path=usr/bin/csplit mode=0555
106 107 file path=usr/bin/dc mode=0555
107 108 file path=usr/bin/diff mode=0555
108 109 file path=usr/bin/diff3 mode=0555
109 110 file path=usr/bin/dircmp mode=0555
|
↓ open down ↓ |
74 lines elided |
↑ open up ↑ |
110 111 file path=usr/bin/dos2unix mode=0555
111 112 file path=usr/bin/etdump mode=0555
112 113 file path=usr/bin/expand mode=0555
113 114 file path=usr/bin/factor mode=0555
114 115 file path=usr/bin/kstat mode=0555
115 116 file path=usr/bin/last mode=0555
116 117 file path=usr/bin/lastcomm mode=0555
117 118 file path=usr/bin/lgrpinfo mode=0555
118 119 file path=usr/bin/look mode=0755
119 120 file path=usr/bin/mkfifo mode=0555
120 -file path=usr/bin/nawk mode=0555
121 121 file path=usr/bin/newform mode=0555
122 122 file path=usr/bin/news mode=0555
123 123 file path=usr/bin/nl mode=0555
124 +file path=usr/bin/oawk mode=0555
124 125 file path=usr/bin/pack mode=0555
125 126 file path=usr/bin/pginfo mode=0555
126 127 file path=usr/bin/pgstat mode=0555
127 128 file path=usr/bin/sdiff mode=0555
128 129 file path=usr/bin/spell mode=0555
129 130 file path=usr/bin/split mode=0555
130 131 file path=usr/bin/tcopy mode=0555
131 132 file path=usr/bin/unexpand mode=0555
132 133 file path=usr/bin/units mode=0555
133 134 file path=usr/bin/unix2dos mode=0555
134 135 file path=usr/bin/unpack mode=0555
135 136 file path=usr/bin/uudecode group=uucp mode=0555
136 137 file path=usr/bin/uuencode group=uucp mode=0555
137 138 file path=usr/bin/yes mode=0555
138 139 file path=usr/lib/$(ARCH64)/madv.so.1
139 140 file path=usr/lib/$(ARCH64)/mpss.so.1
140 141 file path=usr/lib/adb/$(ARCH64)/adbsub.o group=sys
141 142 file path=usr/lib/adb/adbgen group=sys mode=0755
142 143 file path=usr/lib/adb/adbgen1 group=sys mode=0755
143 144 file path=usr/lib/adb/adbgen3 group=sys mode=0755
144 145 file path=usr/lib/adb/adbgen4 group=sys mode=0755
145 146 file path=usr/lib/adb/adbsub.o group=sys
146 147 file path=usr/lib/diff3prog mode=0555
147 148 file path=usr/lib/fs/pcfs/fsck mode=0555
148 149 file path=usr/lib/fs/pcfs/fstyp.so.1 mode=0555
149 150 file path=usr/lib/fs/pcfs/mkfs mode=0555
150 151 file path=usr/lib/fs/pcfs/mount mode=0555
151 152 file path=usr/lib/madv.so.1
152 153 file path=usr/lib/mpss.so.1
153 154 file path=usr/lib/spell/compress mode=0555
154 155 file path=usr/lib/spell/hashcheck mode=0555
155 156 file path=usr/lib/spell/hashmake mode=0555
156 157 file path=usr/lib/spell/hlista
157 158 file path=usr/lib/spell/hlistb
158 159 file path=usr/lib/spell/hstop
159 160 file path=usr/lib/spell/spellin mode=0555
160 161 file path=usr/lib/spell/spellprog mode=0555
161 162 file path=usr/sbin/dmesg mode=0555
162 163 file path=usr/sbin/projadd group=sys mode=0555
163 164 file path=usr/sbin/projdel group=sys mode=0555
164 165 file path=usr/sbin/projmod group=sys mode=0555
165 166 file path=usr/share/lib/dict/words
166 167 file path=usr/share/man/man1/asa.1
167 168 file path=usr/share/man/man1/awk.1
168 169 file path=usr/share/man/man1/banner.1
169 170 file path=usr/share/man/man1/bc.1
170 171 file path=usr/share/man/man1/bdiff.1
171 172 file path=usr/share/man/man1/cal.1
172 173 file path=usr/share/man/man1/col.1
173 174 file path=usr/share/man/man1/compress.1
174 175 file path=usr/share/man/man1/csplit.1
175 176 file path=usr/share/man/man1/dc.1
176 177 file path=usr/share/man/man1/diff.1
177 178 file path=usr/share/man/man1/diff3.1
|
↓ open down ↓ |
44 lines elided |
↑ open up ↑ |
178 179 file path=usr/share/man/man1/dircmp.1
179 180 file path=usr/share/man/man1/dos2unix.1
180 181 file path=usr/share/man/man1/expand.1
181 182 file path=usr/share/man/man1/factor.1
182 183 file path=usr/share/man/man1/last.1
183 184 file path=usr/share/man/man1/lastcomm.1
184 185 file path=usr/share/man/man1/lgrpinfo.1
185 186 file path=usr/share/man/man1/look.1
186 187 file path=usr/share/man/man1/madv.so.1.1
187 188 file path=usr/share/man/man1/mpss.so.1.1
188 -file path=usr/share/man/man1/nawk.1
189 189 file path=usr/share/man/man1/newform.1
190 190 file path=usr/share/man/man1/news.1
191 191 file path=usr/share/man/man1/nl.1
192 +file path=usr/share/man/man1/oawk.1
192 193 file path=usr/share/man/man1/pack.1
193 194 file path=usr/share/man/man1/pargs.1
194 195 file path=usr/share/man/man1/plgrp.1
195 196 file path=usr/share/man/man1/pmadvise.1
196 197 file path=usr/share/man/man1/pmap.1
197 198 file path=usr/share/man/man1/ppgsz.1
198 199 file path=usr/share/man/man1/ppriv.1
199 200 file path=usr/share/man/man1/preap.1
200 201 file path=usr/share/man/man1/psecflags.1
201 202 file path=usr/share/man/man1/ptree.1
202 203 file path=usr/share/man/man1/sdiff.1
203 204 file path=usr/share/man/man1/sort.1
204 205 file path=usr/share/man/man1/spell.1
205 206 file path=usr/share/man/man1/split.1
206 207 file path=usr/share/man/man1/tcopy.1
207 208 file path=usr/share/man/man1/units.1
208 209 file path=usr/share/man/man1/unix2dos.1
209 210 file path=usr/share/man/man1/yes.1
210 211 file path=usr/share/man/man1m/adbgen.1m
211 212 file path=usr/share/man/man1m/dmesg.1m
212 213 file path=usr/share/man/man1m/fsck_pcfs.1m
213 214 file path=usr/share/man/man1m/kstat.1m
214 215 file path=usr/share/man/man1m/mkfifo.1m
215 216 file path=usr/share/man/man1m/mkfs_pcfs.1m
|
↓ open down ↓ |
14 lines elided |
↑ open up ↑ |
216 217 file path=usr/share/man/man1m/mount_pcfs.1m
217 218 file path=usr/share/man/man1m/projadd.1m
218 219 file path=usr/share/man/man1m/projdel.1m
219 220 file path=usr/share/man/man1m/projmod.1m
220 221 $(i386_ONLY)hardlink path=usr/bin/$(ARCH32)/pauxv \
221 222 target=../../../usr/bin/$(ARCH32)/pargs
222 223 $(i386_ONLY)hardlink path=usr/bin/$(ARCH32)/penv \
223 224 target=../../../usr/bin/$(ARCH32)/pargs
224 225 hardlink path=usr/bin/$(ARCH64)/pauxv target=../../../usr/bin/$(ARCH64)/pargs
225 226 hardlink path=usr/bin/$(ARCH64)/penv target=../../../usr/bin/$(ARCH64)/pargs
226 -hardlink path=usr/bin/oawk target=../../usr/bin/awk
227 +hardlink path=usr/bin/nawk target=../../usr/bin/awk
227 228 hardlink path=usr/bin/pargs target=../../usr/lib/isaexec
228 229 hardlink path=usr/bin/pauxv target=../../usr/lib/isaexec
229 230 hardlink path=usr/bin/pcred target=../../usr/lib/isaexec
230 231 hardlink path=usr/bin/penv target=../../usr/lib/isaexec
231 232 hardlink path=usr/bin/pfiles target=../../usr/lib/isaexec
232 233 hardlink path=usr/bin/pflags target=../../usr/lib/isaexec
233 234 hardlink path=usr/bin/pldd target=../../usr/lib/isaexec
234 235 hardlink path=usr/bin/plgrp target=../../usr/lib/isaexec
235 236 hardlink path=usr/bin/pmadvise target=../../usr/lib/isaexec
236 237 hardlink path=usr/bin/pmap target=../../usr/lib/isaexec
237 238 hardlink path=usr/bin/ppgsz target=../../usr/lib/isaexec
238 239 hardlink path=usr/bin/ppriv target=../../usr/lib/isaexec
239 240 hardlink path=usr/bin/preap target=../../usr/lib/isaexec
240 241 hardlink path=usr/bin/prun target=../../usr/lib/isaexec
241 242 hardlink path=usr/bin/psecflags target=../../usr/lib/isaexec
242 243 hardlink path=usr/bin/psig target=../../usr/lib/isaexec
243 244 hardlink path=usr/bin/pstack target=../../usr/lib/isaexec
244 245 hardlink path=usr/bin/pstop target=../../usr/lib/isaexec
245 246 hardlink path=usr/bin/ptime target=../../usr/lib/isaexec
246 247 hardlink path=usr/bin/ptree target=../../usr/lib/isaexec
247 248 hardlink path=usr/bin/pwait target=../../usr/lib/isaexec
248 249 hardlink path=usr/bin/pwdx target=../../usr/lib/isaexec
249 250 hardlink path=usr/bin/sort target=../../usr/lib/isaexec
250 251 hardlink path=usr/bin/uncompress target=../../usr/bin/compress
251 252 hardlink path=usr/bin/zcat target=../../usr/bin/compress
252 253 hardlink path=usr/lib/fs/pcfs/fstyp target=../../../sbin/fstyp
253 254 legacy pkg=SUNWesu \
254 255 desc="additional UNIX system utilities, including awk, bc, cal, compress, diff, dos2unix, last, rup, sort, spell, uniq, and uuencode" \
255 256 name="Extended System Utilities"
256 257 license cr_Sun license=cr_Sun
257 258 license lic_CDDL license=lic_CDDL
258 259 license usr/src/cmd/compress/THIRDPARTYLICENSE \
259 260 license=usr/src/cmd/compress/THIRDPARTYLICENSE
260 261 license usr/src/cmd/etdump/THIRDPARTYLICENSE \
261 262 license=usr/src/cmd/etdump/THIRDPARTYLICENSE
262 263 license usr/src/cmd/lastcomm/THIRDPARTYLICENSE \
263 264 license=usr/src/cmd/lastcomm/THIRDPARTYLICENSE
264 265 license usr/src/cmd/look/THIRDPARTYLICENSE \
265 266 license=usr/src/cmd/look/THIRDPARTYLICENSE
266 267 license usr/src/cmd/units/THIRDPARTYLICENSE \
267 268 license=usr/src/cmd/units/THIRDPARTYLICENSE
268 269 link path=usr/bin/dmesg target=../sbin/dmesg
269 270 link path=usr/bin/pcat target=./unpack
270 271 link path=usr/bin/strace target=../sbin/strace
271 272 link path=usr/dict target=./share/lib/dict
272 273 link path=usr/proc/bin/pcred target=../../bin/pcred
273 274 link path=usr/proc/bin/pfiles target=../../bin/pfiles
274 275 link path=usr/proc/bin/pflags target=../../bin/pflags
275 276 link path=usr/proc/bin/pldd target=../../bin/pldd
276 277 link path=usr/proc/bin/pmap target=../../bin/pmap
|
↓ open down ↓ |
40 lines elided |
↑ open up ↑ |
277 278 link path=usr/proc/bin/prun target=../../bin/prun
278 279 link path=usr/proc/bin/psig target=../../bin/psig
279 280 link path=usr/proc/bin/pstack target=../../bin/pstack
280 281 link path=usr/proc/bin/pstop target=../../bin/pstop
281 282 link path=usr/proc/bin/ptime target=../../bin/ptime
282 283 link path=usr/proc/bin/ptree target=../../bin/ptree
283 284 link path=usr/proc/bin/pwait target=../../bin/pwait
284 285 link path=usr/proc/bin/pwdx target=../../bin/pwdx
285 286 link path=usr/share/man/man1/hashcheck.1 target=spell.1
286 287 link path=usr/share/man/man1/hashmake.1 target=spell.1
288 +link path=usr/share/man/man1/nawk.1 target=awk.1
287 289 link path=usr/share/man/man1/pauxv.1 target=pargs.1
288 290 link path=usr/share/man/man1/pcat.1 target=pack.1
289 291 link path=usr/share/man/man1/penv.1 target=pargs.1
290 292 link path=usr/share/man/man1/spellin.1 target=spell.1
291 293 link path=usr/share/man/man1/uncompress.1 target=compress.1
292 294 link path=usr/share/man/man1/unexpand.1 target=expand.1
293 295 link path=usr/share/man/man1/unpack.1 target=pack.1
294 296 link path=usr/share/man/man1/zcat.1 target=compress.1
295 297 depend fmri=runtime/perl$(PERL_PKGVERS) type=require
296 298 depend fmri=runtime/perl$(PERL_PKGVERS)/module/sun-solaris type=require
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX