svn commit: r352131 - head

Baptiste Daroussin bapt at FreeBSD.org
Tue Sep 10 08:28:45 UTC 2019


Author: bapt
Date: Tue Sep 10 08:28:44 2019
New Revision: 352131
URL: https://svnweb.freebsd.org/changeset/base/352131

Log:
  Fix bad path
  
  Reported by:	zeising

Modified:
  head/ObsoleteFiles.inc

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Tue Sep 10 08:19:46 2019	(r352130)
+++ head/ObsoleteFiles.inc	Tue Sep 10 08:28:44 2019	(r352131)
@@ -39,9 +39,9 @@
 # done
 
 # 20190910: mklocale(1) and colldef(1) removed
-OLD_FILES+=usr.bin/mklocale
+OLD_FILES+=usr/bin/mklocale
 OLD_FILES+=usr/share/man/man1/mklocale.1.gz
-OLD_FILES+=usr.bin/colldef
+OLD_FILES+=usr/bin/colldef
 OLD_FILES+=usr/share/man/man1/colldef.1.gz
 # 20190904: Remove boot1.efifat
 OLD_FILES+=boot/boot1.efifat


More information about the svn-src-head mailing list