Author: pierre
Date: Sun Nov 19 09:33:34 2017
New Revision: 4016

Log:
Do not set LC_ALL in BLFS/envars.conf,
> and rely on the user setting an UTF-8 locale

Modified:
   jhalfs/branches/2.4/BLFS/envars.conf

Modified: jhalfs/branches/2.4/BLFS/envars.conf
==============================================================================
--- jhalfs/branches/2.4/BLFS/envars.conf        Sun Nov 19 08:59:34 2017        
(r4015)
+++ jhalfs/branches/2.4/BLFS/envars.conf        Sun Nov 19 09:33:34 2017        
(r4016)
@@ -32,8 +32,10 @@
 # Note that an UTF-8 locale may be needed for some packages,
 # but normally it is set in the package instructions.
 # Furthermore, LANG may be set in /etc/profile, which is
-# sourced at the end of this file.
-export LC_ALL=C
+# sourced at the end of this file. Note that LC_ALL takes
+# precedence over LANG. As of {B,}LFS 8.1, this setting is
+# not needed...
+# export LC_ALL=C
 
 #--- Server used if the file isn't found in SRC_DIR,
 # and cannot be downloaded from upstream.
-- 
http://lists.linuxfromscratch.org/listinfo/alfs-log
Unsubscribe: See the above information page

Reply via email to