diff options
author | Richard Lowe <richlowe@richlowe.net> | 2012-02-02 13:37:31 +0000 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2012-02-02 13:37:31 +0000 |
commit | b2db26f3e61d8329c08880da2721a31cee1330f9 (patch) | |
tree | 87630c842d0cdce6580a7b7797329ac7bb5c78e8 /exception_lists/check_rtime | |
parent | 63481050feaa198bef4514642e69c860b336aa1b (diff) | |
download | illumos-joyent-b2db26f3e61d8329c08880da2721a31cee1330f9.tar.gz |
2063 check_rtime should ignore mps
Reviewed by: Richard Elling <richard.elling@richardelling.com>
Reviewed by: Gordon Ross <gwr@nexenta.com>
Approved by: Garrett D'Amore <garrett@nexenta.com>
Diffstat (limited to 'exception_lists/check_rtime')
-rw-r--r-- | exception_lists/check_rtime | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/exception_lists/check_rtime b/exception_lists/check_rtime index 012b493c94..879b4c4304 100644 --- a/exception_lists/check_rtime +++ b/exception_lists/check_rtime @@ -128,8 +128,12 @@ UNUSED_RPATH /usr/X11/lib.*\ from\ .*libgthread-2\.0\.so\.0 UNUSED_RPATH /usr/sfw/lib.*\ from\ .*libcrypto\.so\.0\.9\.8 UNUSED_RPATH /usr/sfw/lib.*\ from\ .*libnetsnmp\.so\.15 UNUSED_RPATH /usr/sfw/lib.*\ from\ .*libgcc_s\.so\.1 +UNUSED_RPATH /usr/ccs/lib.*\ from\ .*libgcc_s\.so\.1 +UNUSED_RPATH /usr/lib.*\ from\ .*libgcc_s\.so\.1 UNUSED_RPATH /usr/postgres/8.3/lib.*\ from\ .*libpq\.so\.5 UNUSED_RPATH /usr/sfw/lib.*\ from\ .*libpq\.so\.5 +UNUSED_RPATH /usr/lib.*\ from\ .*/usr/lib/mps +UNUSED_RPATH /usr/ccs/lib.*\ from\ .*/usr/lib/mps # Unused runpaths for reasons not captured above UNUSED_RPATH /usr/lib/smbsrv.*\ from\ .*libsmb\.so\.1 # future needs |