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:\
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to