Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Apr 2015 01:53:48 +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: r281131 - head/etc
Message-ID:  <201504060153.t361rmhV099625@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Apr  6 01:53:47 2015
New Revision: 281131
URL: https://svnweb.freebsd.org/changeset/base/281131

Log:
  Enforce LC_COLLATE="C" until we do support proper UTF-8 collation

Modified:
  head/etc/login.conf

Modified: head/etc/login.conf
==============================================================================
--- head/etc/login.conf	Mon Apr  6 01:39:16 2015	(r281130)
+++ head/etc/login.conf	Mon Apr  6 01:53:47 2015	(r281131)
@@ -26,7 +26,7 @@ default:\
 	:passwd_format=sha512:\
 	:copyright=/etc/COPYRIGHT:\
 	:welcome=/etc/motd:\
-	:setenv=MAIL=/var/mail/$,BLOCKSIZE=K:\
+	:setenv=MAIL=/var/mail/$,BLOCKSIZE=K:LC_COLLATE=C:\
 	:path=/sbin /bin /usr/sbin /usr/bin /usr/local/sbin /usr/local/bin ~/bin:\
 	:nologin=/var/run/nologin:\
 	:cputime=unlimited:\



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