From 7d7fc4572cd7db5584d824c54bcf9daeafe03b9d Mon Sep 17 00:00:00 2001 From: Andy Fiddaman Date: Mon, 23 Oct 2017 15:39:37 +0000 Subject: [PATCH] 8728 "pkg verify system/library" always fails for libc.so.1 Reviewed by: Dominik Hassler Reviewed by: Alexander Pyhalov Approved by: Robert Mustacchi --- usr/src/pkg/manifests/system-library.mf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/src/pkg/manifests/system-library.mf b/usr/src/pkg/manifests/system-library.mf index 0ca8d3a587..87b6465d5e 100644 --- a/usr/src/pkg/manifests/system-library.mf +++ b/usr/src/pkg/manifests/system-library.mf @@ -261,7 +261,7 @@ file path=lib/libadm.so.1 file path=lib/libaio.so.1 file path=lib/libavl.so.1 file path=lib/libbsm.so.1 -file path=lib/libc.so.1 reboot-needed=true +file path=lib/libc.so.1 mountpoint=true reboot-needed=true file path=lib/libc_db.so.1 file path=lib/libcmdutils.so.1 file path=lib/libcontract.so.1 -- 2.11.4.GIT