mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-26 08:42:12 +08:00
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:
parent
26fd44f832
commit
d202a49fea
@ -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>
|
||||
|
@ -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><ll></replaceable>_<replaceable><CC></replaceable>.<replaceable><charmap></replaceable><replaceable><@modifiers></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><ll></replaceable>_<replaceable><CC></replaceable>.<replaceable><charmap></replaceable><replaceable><@modifiers></replaceable>
|
||||
|
||||
# End ~/.bashrc</literal>
|
||||
EOF</userinput></screen>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user