diff options
| author | Yuri Pankov <yuri.pankov@nexenta.com> | 2016-10-07 19:54:32 +0300 |
|---|---|---|
| committer | Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> | 2017-01-11 14:10:14 +0100 |
| commit | 5f10ef697f250374b7b917e10961c4e02d4e3112 (patch) | |
| tree | 1c78b923e2536701500d302c98df1d9a66941404 /exception_lists | |
| parent | a593473611dc9e109c40317ce52161b8cfe015ff (diff) | |
| download | illumos-joyent-5f10ef697f250374b7b917e10961c4e02d4e3112.tar.gz | |
6396 remove SVM
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com>
Reviewed by: Toomas Soome <tsoome@me.com>
Approved by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
Diffstat (limited to 'exception_lists')
| -rw-r--r-- | exception_lists/check_rtime | 1 | ||||
| -rw-r--r-- | exception_lists/closed-bins | 1 | ||||
| -rw-r--r-- | exception_lists/packaging | 16 |
3 files changed, 5 insertions, 13 deletions
diff --git a/exception_lists/check_rtime b/exception_lists/check_rtime index 05eae9f23a..1de5d2d078 100644 --- a/exception_lists/check_rtime +++ b/exception_lists/check_rtime @@ -92,7 +92,6 @@ STAB ^platform/.*/MACH(kernel)/unix$ # Files that are allowed undefined references UNDEF_REF ^usr/lib/libnisdb\.so\.2$ -UNDEF_REF ^usr/snadm/lib/libsvm\.so\.1$ # Objects allowed to have unused dependencies UNUSED_DEPS ^usr/lib/picl/plugins/ # require devtree dependencies diff --git a/exception_lists/closed-bins b/exception_lists/closed-bins index 8a7ecbc066..044a2b8d81 100644 --- a/exception_lists/closed-bins +++ b/exception_lists/closed-bins @@ -40,6 +40,7 @@ ./usr/has ./usr/has/bin ./usr/has/bin/patch +./usr/include/sys/lvm ./usr/include/sys/pcmcia ./usr/include/sys/usb/clients/hwarc ./usr/include/sys/uwb diff --git a/exception_lists/packaging b/exception_lists/packaging index 5fba2183a2..54c545ecd4 100644 --- a/exception_lists/packaging +++ b/exception_lists/packaging @@ -23,9 +23,9 @@ # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. # Copyright 2012 OmniTI Computer Consulting, Inc. All rights reserved. # Copyright 2014 Garrett D'Amore <garrett@damore.org> -# Copyright 2014 Nexenta Systems, Inc. All rights reserved. # Copyright 2016 Toomas Soome <tsoome@me.com> # Copyright 2016 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> +# Copyright 2016 Nexenta Systems, Inc. # # @@ -299,15 +299,6 @@ usr/include/sys/ontrap.h usr/include/sys/sysmsg_impl.h usr/include/sys/vlan.h # -# These files are installed in the proto area so lvm can use -# them during the build process. -# -lib/llib-lmeta -lib/llib-lmeta.ln -usr/include/sdssc.h -usr/lib/llib-lmeta -usr/lib/llib-lmeta.ln -# # non-public pci header # usr/include/sys/pci_impl.h @@ -716,9 +707,10 @@ usr/include/sys/kiconv_utf8_gb2312.h usr/include/sys/kiconv_utf8_hkscs.h usr/include/sys/kiconv_utf8_uhc.h # -# At this time, the ttydefs.cleanup file is only useful on sun4u systems +# At this time, the directory and its contents +# are only useful on sun4u systems # -etc/flash/postdeployment/ttydefs.cleanup i386 +etc/flash/postdeployment i386 # # This header file is shared only between the power commands and # ppm/srn modules # and should not be in any package |
