svn commit: r352698 - head

Dimitry Andric dim at FreeBSD.org
Wed Sep 25 17:35:34 UTC 2019


Author: dim
Date: Wed Sep 25 17:35:34 2019
New Revision: 352698
URL: https://svnweb.freebsd.org/changeset/base/352698

Log:
  In r340411, libufs.so's major number was bumped to 7, but an entry in
  ObsoleteFiles.inc was not added.  Retroactively fix that.

Modified:
  head/ObsoleteFiles.inc

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Wed Sep 25 17:35:03 2019	(r352697)
+++ head/ObsoleteFiles.inc	Wed Sep 25 17:35:34 2019	(r352698)
@@ -668,6 +668,9 @@ OLD_DIRS+=usr/lib/clang/6.0.1/lib
 OLD_DIRS+=usr/lib/clang/6.0.1
 # 20181116: Rename test file.
 OLD_FILES+=usr/tests/sys/netinet/reuseport_lb
+# 20181113: libufs version bumped to 7.
+OLD_LIBS+=lib/libufs.so.6
+OLD_LIBS+=usr/lib32/libufs.so.6
 # 20181112: Cleanup old libcap_dns.
 OLD_LIBS+=lib/casper/libcap_dns.so.1
 OLD_LIBS+=usr/lib32/libcap_dns.so.1


More information about the svn-src-all mailing list