Changeset 1794983d for postlfs


Ignore:
Timestamp:
11/25/2018 08:18:14 AM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
22ad473
Parents:
2a9e001
Message:

On systemd, source /etc/locale.conf for /etc/profile.d/i18n.sh. Partial fix for #11193.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20740 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/config/profile.xml

    r2a9e001 r1794983d  
    353353      Startup Files</ulink> page.</para>
    354354
    355 <screen role="root"><userinput>cat &gt; /etc/profile.d/i18n.sh &lt;&lt; "EOF"
     355<screen role="root" revision="sysv"><userinput>cat &gt; /etc/profile.d/i18n.sh &lt;&lt; "EOF"
    356356<literal># Set up i18n variables
    357357export LANG=<replaceable>&lt;ll&gt;</replaceable>_<replaceable>&lt;CC&gt;</replaceable>.<replaceable>&lt;charmap&gt;</replaceable><replaceable>&lt;@modifiers&gt;</replaceable></literal>
     358EOF</userinput></screen>
     359
     360<screen role="root" revision="systemd"><userinput>cat &gt; /etc/profile.d/i18n.sh &lt;&lt; "EOF"
     361<literal># Set up i18n variables
     362. /etc/locale.conf
     363export LANG</literal>
    358364EOF</userinput></screen>
    359365
Note: See TracChangeset for help on using the changeset viewer.