diff options
author | Richard Lowe <richlowe@richlowe.net> | 2012-02-02 13:37:31 +0000 |
---|---|---|
committer | John Sonnenschein <johns@joyent.com> | 2012-03-13 03:37:13 +0000 |
commit | 07762848ed71f3d174a153bd124f6f427e73c77f (patch) | |
tree | b59561744316add4df18560835517694c5b25901 /exception_lists | |
parent | bea19e8cc0dc2da6310e028c2f3efb4881c366e1 (diff) | |
download | illumos-joyent-07762848ed71f3d174a153bd124f6f427e73c77f.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')
-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 bde10090df..7b0c68a1ab 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 |