Author: kevans
Date: Tue Mar 20 01:33:04 2018
New Revision: 331232
URL: https://svnweb.freebsd.org/changeset/base/331232

Log:
  Add /boot/overlays to ObsoleteFiles
  
  It has been replaced by /boot/dtb/overlays. We haven't yet populated it with
  any of our own overlays, so no further damage from here.
  
  Reported by:  Oliver Pinter <oliver.pin...@hardenedbsd.org>

Modified:
  head/ObsoleteFiles.inc

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc      Tue Mar 20 01:07:22 2018        (r331231)
+++ head/ObsoleteFiles.inc      Tue Mar 20 01:33:04 2018        (r331232)
@@ -38,6 +38,8 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
+# 20180319: remove /boot/overlays, replaced by /boot/dtb/overlays
+OLD_DIRS+=boot/overlays
 # 20180311: remove sys/sys/i386/include/pcaudioio.h
 .if ${TARGET_ARCH} == "i386"
 OLD_FILES+=usr/include/machine/pcaudioio.h
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to