Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Apr 2015 06:57:48 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r281546 - head/etc
Message-ID:  <201504150657.t3F6vmqB084820@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Apr 15 06:57:47 2015
New Revision: 281546
URL: https://svnweb.freebsd.org/changeset/base/281546

Log:
  Correctly set LC_COLLATE into setenv
  
  Submitted by:	jbeich

Modified:
  head/etc/login.conf

Modified: head/etc/login.conf
==============================================================================
--- head/etc/login.conf	Wed Apr 15 06:56:51 2015	(r281545)
+++ head/etc/login.conf	Wed Apr 15 06:57:47 2015	(r281546)
@@ -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:\



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504150657.t3F6vmqB084820>