svn commit: r364436 - head

Niclas Zeising zeising at FreeBSD.org
Thu Aug 20 19:14:54 UTC 2020


Author: zeising (doc,ports committer)
Date: Thu Aug 20 19:14:53 2020
New Revision: 364436
URL: https://svnweb.freebsd.org/changeset/base/364436

Log:
  Add ufm(4) to ObsoleteFiles.inc
  
  The ufm driver was removed in r364432, add the manual to ObsoleteFiles.
  
  OK by:	imp

Modified:
  head/ObsoleteFiles.inc

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Thu Aug 20 18:50:46 2020	(r364435)
+++ head/ObsoleteFiles.inc	Thu Aug 20 19:14:53 2020	(r364436)
@@ -36,6 +36,9 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
+# 20200820: Removal of the ufm driver.
+OLD_FILES+=usr/share/man/man4/ufm.4.gz
+
 # 20200816: new clang import which bumps version from 10.0.1 to 11.0.0.
 OLD_FILES+=usr/lib/clang/10.0.1/include/cuda_wrappers/algorithm
 OLD_FILES+=usr/lib/clang/10.0.1/include/cuda_wrappers/complex


More information about the svn-src-head mailing list