From e8e27b7b11124a835a47668856aef9c312a78da7 Mon Sep 17 00:00:00 2001 From: Toomas Soome Date: Fri, 27 Jul 2018 15:01:01 +0300 Subject: [PATCH] test and [ are missing from IPS manifest --- usr/src/pkg/manifests/system-core-os.mf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usr/src/pkg/manifests/system-core-os.mf b/usr/src/pkg/manifests/system-core-os.mf index 6cfbcbafa4..a05907a3ea 100644 --- a/usr/src/pkg/manifests/system-core-os.mf +++ b/usr/src/pkg/manifests/system-core-os.mf @@ -736,6 +736,7 @@ file path=usr/bin/svcprop mode=0555 file path=usr/bin/svcs mode=0555 file path=usr/bin/tail mode=0555 file path=usr/bin/tee mode=0555 +file path=usr/bin/test mode=0555 file path=usr/bin/time mode=0555 file path=usr/bin/tip mode=4511 owner=uucp file path=usr/bin/tr mode=0555 @@ -1216,6 +1217,7 @@ $(i386_ONLY)hardlink path=usr/bin/$(ARCH32)/w target=uptime hardlink path=usr/bin/$(ARCH64)/encrypt target=decrypt hardlink path=usr/bin/$(ARCH64)/mac target=digest hardlink path=usr/bin/$(ARCH64)/w target=uptime +hardlink path=usr/bin/[ target=../../usr/bin/test hardlink path=usr/bin/bzegrep target=../../usr/bin/grep hardlink path=usr/bin/bzfgrep target=../../usr/bin/grep hardlink path=usr/bin/bzgrep target=../../usr/bin/grep -- 2.11.4.GIT