diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2017-05-29 22:25:33 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2017-05-29 22:25:33 +0000 |
commit | a773cead9f95e0f76bfa8c2228b6ab28a25e8fa1 (patch) | |
tree | b2378020f5ca8c2713df691aa4d12e4fb5dc98fd /ObsoleteFiles.inc | |
parent | 302affcb04f3f591582be6eabbfc59b066598f79 (diff) | |
parent | 0f7800426154d56a08348750eae4c6d12d56ec11 (diff) | |
download | src-test2-a773cead9f95e0f76bfa8c2228b6ab28a25e8fa1.tar.gz src-test2-a773cead9f95e0f76bfa8c2228b6ab28a25e8fa1.zip |
Notes
Diffstat (limited to 'ObsoleteFiles.inc')
-rw-r--r-- | ObsoleteFiles.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 811ef7b4358e..0568eec1b643 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -150,6 +150,8 @@ OLD_FILES+=usr/lib/clang/4.0.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-x86_ OLD_DIRS+=usr/lib/clang/4.0.0/lib/freebsd OLD_DIRS+=usr/lib/clang/4.0.0/lib OLD_DIRS+=usr/lib/clang/4.0.0 +# 20170529: mount.conf(8) -> mount.conf(5) +OLD_FILES+=usr/share/man/man8/mount.conf.8.gz # 20170525: remove misleading template OLD_FILES+=usr/share/misc/man.template # 20170525: disconnect the roff docs from the build @@ -222,6 +224,10 @@ OLD_FILES+=usr/share/doc/usd/21.troff/paper.ascii.gz OLD_FILES+=usr/share/doc/usd/22.trofftut/paper.ascii.gz OLD_FILES+=usr/share/doc/usd/Title.ascii.gz OLD_FILES+=usr/share/doc/usd/contents.ascii.gz +# 20170523: 64-bit inode support, library version bumps +OLD_LIBS+=lib/libzfs.so.2 +OLD_LIBS+=usr/lib/libarchive.so.6 +OLD_LIBS+=usr/lib/libmilter.so.5 # 20170427: NATM configuration support removed OLD_FILES+=etc/rc.d/atm1 OLD_FILES+=etc/rc.d/atm2 |