Baptiste Daroussin <b...@freebsd.org> 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 capability?

Index: etc/login.conf
===================================================================
--- etc/login.conf      (revision 281134)
+++ etc/login.conf      (working copy)
@@ -26,7 +26,7 @@ default:\
        :passwd_format=sha512:\
        :copyright=/etc/COPYRIGHT:\
        :welcome=/etc/motd:\
-       :setenv=MAIL=/var/mail/$,BLOCKSIZE=K:LC_COLLATE=C:\
+       :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:\

Attachment: signature.asc
Description: PGP signature

Reply via email to