Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Nov 2015 16:52:20 +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: r291019 - head
Message-ID:  <201511181652.tAIGqKvf089093@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Nov 18 16:52:19 2015
New Revision: 291019
URL: https://svnweb.freebsd.org/changeset/base/291019

Log:
  Recommend only to remove the content of /usr/share/locale/ and not the directory
  Add a missing full stop

Modified:
  head/UPDATING

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Wed Nov 18 16:07:01 2015	(r291018)
+++ head/UPDATING	Wed Nov 18 16:52:19 2015	(r291019)
@@ -40,9 +40,9 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11
 	collation results will be different.
 
 	Due to a bug in install(1) it is recommended to remove the ancient
-	locales before running make installworld
+	locales before running make installworld.
 
-	rm -rf /usr/share/locale
+	rm -rf /usr/share/locale/*
 
 20151030:
 	The OpenSSL has been upgraded to 1.0.2d.  Any binaries requiring



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