diff options
author | Andy Fiddaman <omnios@citrus-it.co.uk> | 2017-10-23 15:39:37 +0000 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2017-10-31 23:07:33 +0000 |
commit | 7d7fc4572cd7db5584d824c54bcf9daeafe03b9d (patch) | |
tree | 2fea9b8195758b2a630e5663a116e0aa48aba221 | |
parent | 1393933c47415701a44c508d10d02147d5160297 (diff) | |
download | illumos-joyent-7d7fc4572cd7db5584d824c54bcf9daeafe03b9d.tar.gz |
8728 "pkg verify system/library" always fails for libc.so.1
Reviewed by: Dominik Hassler <hadfl@omniosce.org>
Reviewed by: Alexander Pyhalov <alp@rsu.ru>
Approved by: Robert Mustacchi <rm@joyent.com>
-rw-r--r-- | usr/src/pkg/manifests/system-library.mf | 2 |
1 files changed, 1 insertions, 1 deletions
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 |