Re: svn commit: r281131 - head/etc

2015-04-14 Thread Baptiste Daroussin
On Wed, Apr 15, 2015 at 07:33:24AM +0200, Jan Beich wrote: > Baptiste Daroussin writes: > > > Log: > > Enforce LC_COLLATE="C" until we do support proper UTF-8 collation > [...] > > - :setenv=MAIL=/var/mail/$,BLOCKSIZE=K:\ > > + :setenv=MAIL=/var/mail/$,BLOCKSIZE=K:LC_COLLATE=C:\ > > Did yo

Re: svn commit: r281131 - head/etc

2015-04-14 Thread Jan Beich
Baptiste Daroussin writes: > Log: > Enforce LC_COLLATE="C" until we do support proper UTF-8 collation [...] > - :setenv=MAIL=/var/mail/$,BLOCKSIZE=K:\ > + :setenv=MAIL=/var/mail/$,BLOCKSIZE=K:LC_COLLATE=C:\ Did you mean to append value to :setenv instead of defining a separate capabili

svn commit: r281131 - head/etc

2015-04-05 Thread Baptiste Daroussin
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 ==