svn commit: r281131 - head/etc

Jan Beich jbeich at FreeBSD.org
Wed Apr 15 05:33:59 UTC 2015


Baptiste Daroussin <bapt at 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:\
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 602 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20150415/e8977ec8/attachment.sig>


More information about the svn-src-all mailing list