diff options
| author | Toomas Soome <tsoome@me.com> | 2020-04-15 17:43:51 +0300 |
|---|---|---|
| committer | Toomas Soome <tsoome@me.com> | 2020-05-01 22:24:41 +0300 |
| commit | 15fa1d047e03d3f123546d72f130c5ce4b278eba (patch) | |
| tree | 7b9ec1f5777d75404c372733b888e60bc9d7b25a /exception_lists | |
| parent | 85ba5240e8fe32c7405930a51a93630182ce67d7 (diff) | |
| download | illumos-joyent-15fa1d047e03d3f123546d72f130c5ce4b278eba.tar.gz | |
12519 Targetdirs: remove left over /usr/4lib
Reviewed by: Gergő Doma <domag02@gmail.com>
Reviewed by: Yuri Pankov <ypankov@fastmail.com>
Reviewed by: Andy Fiddaman <andy@omniosce.org>
Approved by: Robert Mustacchi <rm@fingolfin.org>
Diffstat (limited to 'exception_lists')
| -rw-r--r-- | exception_lists/check_rtime | 1 | ||||
| -rw-r--r-- | exception_lists/interface_check | 6 | ||||
| -rw-r--r-- | exception_lists/packaging | 5 |
3 files changed, 0 insertions, 12 deletions
diff --git a/exception_lists/check_rtime b/exception_lists/check_rtime index 7b01de5292..f2491bc1cd 100644 --- a/exception_lists/check_rtime +++ b/exception_lists/check_rtime @@ -86,7 +86,6 @@ TEXTREL ^platform/.*/MACH(kernel)/unix$ # Directories and files that are allowed to have no direct bound symbols NODIRECT ^platform/.*/MACH(kernel)/unix$ NODIRECT ^usr/ucb -NODIRECT ^usr/4lib/sbcp$ # Identify any files that should be skipped when building a crle(1) # configuration file. As the hwcap libraries can be loop-back mounted onto diff --git a/exception_lists/interface_check b/exception_lists/interface_check index 78e1c95719..198e89e85a 100644 --- a/exception_lists/interface_check +++ b/exception_lists/interface_check @@ -70,15 +70,9 @@ PLUGIN ^usr/sadm/lib/wbem PLUGIN ^usr/lib/dtrace/libdtrace_forceload\.so$ PLUGIN ^usr/lib/dtrace/64/libdtrace_forceload\.so$ -# sbcp is a special case, and not a plugin. However, it does not have a -# versioned name, and does not contain versioning, so the PLUGIN exemptions fit. -PLUGIN ^usr/4lib/sbcp$ - - # Objects that are not expected to contain versioning information. # Note that PLUGIN objects are automatically exempt from this, # so these directives are generally applied to non-plugin objects -NOVERDEF ^usr/4lib/libc\.so\. NOVERDEF ^usr/MACH(lib)/0\@0\.so\.1$ NOVERDEF ^usr/lib/MACH(abi)/apptrace\.so\.1$ NOVERDEF ^usr/MACH(lib)/libfru.*\.so\.1$ diff --git a/exception_lists/packaging b/exception_lists/packaging index 3e0ed55376..5d7e6d046c 100644 --- a/exception_lists/packaging +++ b/exception_lists/packaging @@ -162,11 +162,6 @@ usr/include/inet/sadb.h usr/include/sys/sha1_consts.h usr/include/sys/sha2_consts.h # -# -# Filtering out directories not shipped -# -usr/4lib i386 -# # These files contain definitions shared privately between the kernel # and libc. There is no reason for them to be part of a package that # a customer should ever see. They are installed in the proto area by |
