diff options
author | Toomas Soome <tsoome@me.com> | 2022-02-05 14:09:07 +0200 |
---|---|---|
committer | Toomas Soome <tsoome@me.com> | 2022-02-15 22:03:13 +0200 |
commit | dfc4fe31363cc213fe0423dc162bc08298c796cd (patch) | |
tree | c27e81c330b45d353fc2988085485c1e391c3a99 /usr/src/pkg | |
parent | da38379730c0fbdb1be7b1721e0e1e90062d7340 (diff) | |
download | illumos-joyent-dfc4fe31363cc213fe0423dc162bc08298c796cd.tar.gz |
14473 ps: only build 64-bit ps
Reviewed by: C Fraire <cfraire@me.com>
Reviewed by: Klaus Ziegler <klausz@haus-gisela.de>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/pkg')
-rw-r--r-- | usr/src/pkg/manifests/SUNWcs.p5m | 4 | ||||
-rw-r--r-- | usr/src/pkg/manifests/compatibility-ucb.p5m | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/usr/src/pkg/manifests/SUNWcs.p5m b/usr/src/pkg/manifests/SUNWcs.p5m index b39640301c..a7406d7761 100644 --- a/usr/src/pkg/manifests/SUNWcs.p5m +++ b/usr/src/pkg/manifests/SUNWcs.p5m @@ -552,7 +552,6 @@ $(i386_ONLY)file path=usr/bin/$(ARCH32)/newtask group=sys mode=4555 $(i386_ONLY)file path=usr/bin/$(ARCH32)/nohup mode=0555 $(i386_ONLY)file path=usr/bin/$(ARCH32)/prctl mode=0555 $(i386_ONLY)file path=usr/bin/$(ARCH32)/prstat mode=0555 -$(i386_ONLY)file path=usr/bin/$(ARCH32)/ps mode=0555 file path=usr/bin/$(ARCH32)/savecore mode=0555 $(i386_ONLY)file path=usr/bin/$(ARCH32)/setuname mode=0555 dir path=usr/bin/$(ARCH64) @@ -568,7 +567,6 @@ file path=usr/bin/$(ARCH64)/newtask group=sys mode=4555 file path=usr/bin/$(ARCH64)/nohup mode=0555 file path=usr/bin/$(ARCH64)/prctl mode=0555 file path=usr/bin/$(ARCH64)/prstat mode=0555 -file path=usr/bin/$(ARCH64)/ps mode=0555 file path=usr/bin/$(ARCH64)/savecore mode=0555 file path=usr/bin/$(ARCH64)/setuname mode=0555 $(i386_ONLY)file path=usr/bin/addbadsec mode=0555 @@ -719,7 +717,7 @@ file path=usr/bin/priocntl mode=0555 file path=usr/bin/profiles mode=0555 file path=usr/bin/projects mode=0555 hardlink path=usr/bin/prstat target=../../usr/lib/isaexec -hardlink path=usr/bin/ps target=../../usr/lib/isaexec +file path=usr/bin/ps mode=0555 file path=usr/bin/putdev mode=0555 file path=usr/bin/putdgrp mode=0555 link path=usr/bin/pwconv target=../sbin/pwconv diff --git a/usr/src/pkg/manifests/compatibility-ucb.p5m b/usr/src/pkg/manifests/compatibility-ucb.p5m index 154f725d2f..3b28328535 100644 --- a/usr/src/pkg/manifests/compatibility-ucb.p5m +++ b/usr/src/pkg/manifests/compatibility-ucb.p5m @@ -86,9 +86,7 @@ file path=usr/share/man/man1b/whereis.1b file path=usr/share/man/man1b/whoami.1b dir path=usr/ucb $(i386_ONLY)dir path=usr/ucb/$(ARCH32) -$(i386_ONLY)hardlink path=usr/ucb/$(ARCH32)/ps target=../../bin/$(ARCH32)/ps dir path=usr/ucb/$(ARCH64) -hardlink path=usr/ucb/$(ARCH64)/ps target=../../bin/$(ARCH64)/ps link path=usr/ucb/Mail target=../bin/mailx link path=usr/ucb/arch target=../bin/arch file path=usr/ucb/basename mode=0755 @@ -126,7 +124,7 @@ link path=usr/ucb/netstat target=../bin/netstat link path=usr/ucb/page target=../bin/more link path=usr/ucb/pagesize target=../bin/pagesize file path=usr/ucb/printenv mode=0755 -hardlink path=usr/ucb/ps target=../../usr/lib/isaexec +hardlink path=usr/ucb/ps target=../bin/ps link path=usr/ucb/quota target=../lib/fs/ufs/quota link path=usr/ucb/rcp target=../bin/rcp link path=usr/ucb/rdate target=../bin/rdate |