summaryrefslogtreecommitdiffstats
path: root/ObsoleteFiles.inc
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2014-11-10 14:26:56 +0000
committeremaste <emaste@FreeBSD.org>2014-11-10 14:26:56 +0000
commit9bdce0d0ade81da98464e41ac5d19caf8adad402 (patch)
tree198bdc344f0b258d6767400ef496e37240be6ce3 /ObsoleteFiles.inc
parent9f76ecdf8933886e0e26df2048aedc7f7439e80a (diff)
downloadFreeBSD-src-9bdce0d0ade81da98464e41ac5d19caf8adad402.zip
FreeBSD-src-9bdce0d0ade81da98464e41ac5d19caf8adad402.tar.gz
Add missing /usr/lib/debug directories
Directories for /usr/lib{,32}/{i18n,private} were missing from the mtree file, which caused installworld to install the files that should be in the directory as the name of the directory. MFC of r273780
Diffstat (limited to 'ObsoleteFiles.inc')
-rw-r--r--ObsoleteFiles.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index f328b54..65d4db7 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -38,6 +38,11 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20141028: debug files accidentally installed as directory name
+OLD_FILES+=usr/lib/debug/usr/lib/i18n
+OLD_FILES+=usr/lib/debug/usr/lib/private
+OLD_FILES+=usr/lib/debug/usr/lib32/i18n
+OLD_FILES+=usr/lib/debug/usr/lib32/private
# 20141015: OpenSSL 1.0.1j import
OLD_FILES+=usr/share/openssl/man/man3/CMS_sign_add1_signer.3.gz
# 20141010: rc.d/kerberos removed
OpenPOWER on IntegriCloud