svn commit: r281131 - head/etc

Baptiste Daroussin bapt at FreeBSD.org
Mon Apr 6 01:53:48 UTC 2015


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:\


More information about the svn-src-head mailing list