summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-04-15 06:57:47 +0000
committerbapt <bapt@FreeBSD.org>2015-04-15 06:57:47 +0000
commit4f67ee3ab1353f7312518f813656cf856cd7775c (patch)
tree2fc37d772057dfafd15e4b431a4a46bd46e935ee
parentd5870c6142cf527de33228d267020f047a7916f3 (diff)
downloadFreeBSD-src-4f67ee3ab1353f7312518f813656cf856cd7775c.zip
FreeBSD-src-4f67ee3ab1353f7312518f813656cf856cd7775c.tar.gz
Correctly set LC_COLLATE into setenv
Submitted by: jbeich
-rw-r--r--etc/login.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/login.conf b/etc/login.conf
index 966aa42..ae6b8a0 100644
--- a/etc/login.conf
+++ b/etc/login.conf
@@ -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:\
OpenPOWER on IntegriCloud