summaryrefslogtreecommitdiffstats
path: root/ObsoleteFiles.inc
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2014-10-28 14:48:52 +0000
committeremaste <emaste@FreeBSD.org>2014-10-28 14:48:52 +0000
commit95f601fb4fb00e90246cb9450b07534d6b874654 (patch)
tree502bb833a7a5cd335104e8df32205a33471af01d /ObsoleteFiles.inc
parent3256c62527928359e8538e812fa7ecf6922ab633 (diff)
downloadFreeBSD-src-95f601fb4fb00e90246cb9450b07534d6b874654.zip
FreeBSD-src-95f601fb4fb00e90246cb9450b07534d6b874654.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.
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 3629bb8..5ac579f 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
# 20140922: sleepq_calc_signal_retval.9 and sleepq_catch_signals.9 removed
OpenPOWER on IntegriCloud