Add individual i18n settings for i18n and put back i18n.sh for systemd for now.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18933 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
DJ Lucas 2017-07-09 20:14:34 +00:00
parent 26fd44f832
commit d202a49fea
2 changed files with 15 additions and 2 deletions

View File

@ -45,6 +45,11 @@
<listitem>
<para>July 9th, 2017</para>
<itemizedlist>
<listitem>
<para>[dj] - Add individual i18n settings for
<filename>~/.bashrc</filename> and
<filename>~/.profile</filename>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Update to gnumeric-1.12.35. Fixes
<ulink url="&blfs-ticket-root;9459">#9459</ulink>.</para>

View File

@ -336,8 +336,10 @@ EOF</userinput></screen>
</sect3>
-->
<sect3 id="i18n.sh" revision="sysv">
<!-- This is handled system wide on systemd -->
<sect3 id="i18n.sh">
<!-- This is handled system wide on systemd but LANG is not exported to
the environment, hence it's return...need to add additional text for
systemd only -->
<title>/etc/profile.d/i18n.sh</title>
<indexterm zone="postlfs-config-profile i18n.sh">
@ -483,6 +485,9 @@ if [ -d "$HOME/bin" ] ; then
pathprepend $HOME/bin
fi
# Set up user specific i18n variables
#export LANG=<replaceable>&lt;ll&gt;</replaceable>_<replaceable>&lt;CC&gt;</replaceable>.<replaceable>&lt;charmap&gt;</replaceable><replaceable>&lt;@modifiers&gt;</replaceable>
# End ~/.profile</literal>
EOF</userinput></screen>
@ -513,6 +518,9 @@ if [ -f "/etc/bashrc" ] ; then
source /etc/bashrc
fi
# Set up user specific i18n variables
#export LANG=<replaceable>&lt;ll&gt;</replaceable>_<replaceable>&lt;CC&gt;</replaceable>.<replaceable>&lt;charmap&gt;</replaceable><replaceable>&lt;@modifiers&gt;</replaceable>
# End ~/.bashrc</literal>
EOF</userinput></screen>