diff options
author | Gordon Ross <gwr@nexenta.com> | 2015-02-11 22:03:23 -0500 |
---|---|---|
committer | Gordon Ross <gwr@nexenta.com> | 2015-02-20 17:39:46 -0500 |
commit | b0e753dd6a955fb2f10a0ce17d32bd33172e0400 (patch) | |
tree | 0f7dce01db9bba61fdfbc85e8bc39a74bad6fca1 /exception_lists | |
parent | e6cb0f7efa539f8e48e8c1be930a922d8f78ff21 (diff) | |
download | illumos-joyent-b0e753dd6a955fb2f10a0ce17d32bd33172e0400.tar.gz |
5609 port mod_ipp to Apache 2.2
Reviewed by: Garrett D'Amore <garrett@damore.org>
Reviewed by: Alexander Pyhalov <alp@rsu.ru>
Approved by: Garrett D'Amore <garrett@damore.org>
Diffstat (limited to 'exception_lists')
-rw-r--r-- | exception_lists/check_rtime | 1 | ||||
-rw-r--r-- | exception_lists/interface_check | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/exception_lists/check_rtime b/exception_lists/check_rtime index fce897b09b..0fbbfb639e 100644 --- a/exception_lists/check_rtime +++ b/exception_lists/check_rtime @@ -47,7 +47,6 @@ SKIP ^usr/src/ # no objects in source code # Individual files that we don't examine SKIP ^boot/grub/bin/grub$ -SKIP ^usr/apache/libexec/mod_ipp.so$ # Apache loadable module # USIII specific extns. cause ldd noise on USII bld. m/c SKIP ^usr/lib/fps/sun4u/UltraSPARC.*/fptest$ SKIP ^usr/MACH(lib)/lddstub$ # lddstub has no dependencies diff --git a/exception_lists/interface_check b/exception_lists/interface_check index 377aa4b387..311bed5bc6 100644 --- a/exception_lists/interface_check +++ b/exception_lists/interface_check @@ -43,7 +43,6 @@ # Plugins are not required to have versioned file names, and are not required # to be internally versioned. # -PLUGIN ^usr/apache/libexec PLUGIN ^usr/lib/devfsadm PLUGIN ^usr/lib/efcode/.*\.so$ PLUGIN ^usr/lib/elfedit @@ -53,6 +52,7 @@ PLUGIN ^usr/lib/fm/topo/plugins PLUGIN ^usr/lib/fwflash PLUGIN ^usr/lib/iconv PLUGIN ^usr/lib/inet/ppp +PLUGIN ^usr/lib/lp/ipp PLUGIN ^usr/lib/mdb PLUGIN ^usr/lib/pci PLUGIN ^usr/lib/picl/plugins |