Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Sep 2019 08:28:44 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r352131 - head
Message-ID:  <201909100828.x8A8SiZO021340@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909100828.x8A8SiZO021340>