svn commit: r357854 - head

Dimitry Andric dim at FreeBSD.org
Thu Feb 13 11:00:21 UTC 2020


Author: dim
Date: Thu Feb 13 11:00:20 2020
New Revision: 357854
URL: https://svnweb.freebsd.org/changeset/base/357854

Log:
  Cleanup gsched tool and geom_sched.so library after r356185.

Modified:
  head/ObsoleteFiles.inc

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Thu Feb 13 03:37:11 2020	(r357853)
+++ head/ObsoleteFiles.inc	Thu Feb 13 11:00:20 2020	(r357854)
@@ -54,6 +54,10 @@ OLD_FILES+=usr/include/ssp/string.h
 OLD_FILES+=usr/include/ssp/unistd.h
 OLD_DIRS+=usr/include/ssp
 
+# 20191229: GEOM_SCHED class and gsched tool removed
+OLD_FILES+=sbin/gsched
+OLD_LIBS+=lib/geom/geom_sched.so
+
 # 20191222: new clang import which bumps version from 9.0.0 to 9.0.1.
 OLD_FILES+=usr/lib/clang/9.0.0/include/cuda_wrappers/algorithm
 OLD_FILES+=usr/lib/clang/9.0.0/include/cuda_wrappers/complex


More information about the svn-src-all mailing list