Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Aug 2015 23:26:11 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r286489 - projects/collation
Message-ID:  <201508082326.t78NQBsm014320@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Aug  8 23:26:11 2015
New Revision: 286489
URL: https://svnweb.freebsd.org/changeset/base/286489

Log:
  Register mklocale and colldef removal

Modified:
  projects/collation/ObsoleteFiles.inc

Modified: projects/collation/ObsoleteFiles.inc
==============================================================================
--- projects/collation/ObsoleteFiles.inc	Sat Aug  8 23:17:10 2015	(r286488)
+++ projects/collation/ObsoleteFiles.inc	Sat Aug  8 23:26:11 2015	(r286489)
@@ -38,6 +38,11 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
+# 20150809: String collation improvements
+OLD_FILES+=usr/bin/colldef
+OLD_FILES+=usr/share/man/man1/colldef.1.gz
+OLD_FILES+=usr/bin/mklocale
+OLD_FILES+=usr/share/man/man1/mklocale.1.gz
 # 20150802: Remove netbsd's test on pw(8)
 OLD_FILES+=usr/tests/usr.sbin/pw/pw_test
 # 20150719: Remove libarchive.pc



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