diff options
| author | Dan McDonald <danmcd@joyent.com> | 2020-04-14 13:58:07 -0400 |
|---|---|---|
| committer | Dan McDonald <danmcd@joyent.com> | 2020-04-21 20:56:20 -0400 |
| commit | e98dc02a871a9cd0498c8862434b16aa85e772d3 (patch) | |
| tree | 8cd6dcd00fc34d6d8ffb09fc3faea60f9b049ff5 /usr/src/pkg | |
| parent | 9e717e77bf4b9b5ad279c38a2311c076468e85f5 (diff) | |
| download | illumos-joyent-e98dc02a871a9cd0498c8862434b16aa85e772d3.tar.gz | |
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>
Approved by: Robert Mustacchi <rm@fingolfin.org>
Diffstat (limited to 'usr/src/pkg')
| -rw-r--r-- | usr/src/pkg/manifests/system-extended-system-utilities.mf | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/usr/src/pkg/manifests/system-extended-system-utilities.mf b/usr/src/pkg/manifests/system-extended-system-utilities.mf index 0a8502a491..ea58ec0d55 100644 --- a/usr/src/pkg/manifests/system-extended-system-utilities.mf +++ b/usr/src/pkg/manifests/system-extended-system-utilities.mf @@ -23,6 +23,7 @@ # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. # Copyright 2012 Nexenta Systems, Inc. All rights reserved. # Copyright 2016 RackTop Systems. +# Copyright 2020 Joyent, Inc. # set name=pkg.fmri value=pkg:/system/extended-system-utilities@$(PKGVERS) @@ -117,10 +118,10 @@ file path=usr/bin/lastcomm mode=0555 file path=usr/bin/lgrpinfo mode=0555 file path=usr/bin/look mode=0755 file path=usr/bin/mkfifo mode=0555 -file path=usr/bin/nawk mode=0555 file path=usr/bin/newform mode=0555 file path=usr/bin/news mode=0555 file path=usr/bin/nl mode=0555 +file path=usr/bin/oawk mode=0555 file path=usr/bin/pack mode=0555 file path=usr/bin/pginfo mode=0555 file path=usr/bin/pgstat mode=0555 @@ -185,10 +186,10 @@ file path=usr/share/man/man1/lgrpinfo.1 file path=usr/share/man/man1/look.1 file path=usr/share/man/man1/madv.so.1.1 file path=usr/share/man/man1/mpss.so.1.1 -file path=usr/share/man/man1/nawk.1 file path=usr/share/man/man1/newform.1 file path=usr/share/man/man1/news.1 file path=usr/share/man/man1/nl.1 +file path=usr/share/man/man1/oawk.1 file path=usr/share/man/man1/pack.1 file path=usr/share/man/man1/pargs.1 file path=usr/share/man/man1/plgrp.1 @@ -223,7 +224,7 @@ $(i386_ONLY)hardlink path=usr/bin/$(ARCH32)/penv \ target=../../../usr/bin/$(ARCH32)/pargs hardlink path=usr/bin/$(ARCH64)/pauxv target=../../../usr/bin/$(ARCH64)/pargs hardlink path=usr/bin/$(ARCH64)/penv target=../../../usr/bin/$(ARCH64)/pargs -hardlink path=usr/bin/oawk target=../../usr/bin/awk +hardlink path=usr/bin/nawk target=../../usr/bin/awk hardlink path=usr/bin/pargs target=../../usr/lib/isaexec hardlink path=usr/bin/pauxv target=../../usr/lib/isaexec hardlink path=usr/bin/pcred target=../../usr/lib/isaexec @@ -284,6 +285,7 @@ link path=usr/proc/bin/pwait target=../../bin/pwait link path=usr/proc/bin/pwdx target=../../bin/pwdx link path=usr/share/man/man1/hashcheck.1 target=spell.1 link path=usr/share/man/man1/hashmake.1 target=spell.1 +link path=usr/share/man/man1/nawk.1 target=awk.1 link path=usr/share/man/man1/pauxv.1 target=pargs.1 link path=usr/share/man/man1/pcat.1 target=pack.1 link path=usr/share/man/man1/penv.1 target=pargs.1 |
