Created
January 11, 2013 17:04
-
-
Save postwait/4512340 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/usr/src/pkg/manifests/system-library.mf b/usr/src/pkg/manifests/sys | |
| index c6024f0..26e1761 100644 | |
| --- a/usr/src/pkg/manifests/system-library.mf | |
| +++ b/usr/src/pkg/manifests/system-library.mf | |
| @@ -202,6 +202,7 @@ file path=lib/$(ARCH64)/libmp.so.2 | |
| file path=lib/$(ARCH64)/libnsl.so.1 | |
| file path=lib/$(ARCH64)/libnvpair.so.1 | |
| file path=lib/$(ARCH64)/libpam.so.1 | |
| +file path=lib/$(ARCH64)/libpcidb.so.1 | |
| file path=lib/$(ARCH64)/libproc.so.1 | |
| file path=lib/$(ARCH64)/libpthread.so.1 | |
| file path=lib/$(ARCH64)/librcm.so.1 | |
| @@ -285,6 +286,7 @@ file path=lib/libnsl.so.1 | |
| file path=lib/libnvpair.so.1 | |
| file path=lib/libnwam.so.1 | |
| file path=lib/libpam.so.1 | |
| +file path=lib/libpcidb.so.1 | |
| file path=lib/libproc.so.1 | |
| file path=lib/libpthread.so.1 | |
| file path=lib/librcm.so.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment