Changeset 1794983d


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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r2a9e001 r1794983d  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "24">                   <!-- Always 2 digits -->
     3<!ENTITY day          "25">                   <!-- Always 2 digits -->
    44<!ENTITY month        "11">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2018">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "November 24th, &year;">
     9<!ENTITY releasedate  "November 25th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r2a9e001 r1794983d  
    4343-->
    4444
     45    <listitem revision="systemd">
     46      <para>November 25th, 2018</para>
     47      <itemizedlist>
     48        <listitem revision="systemd">
     49          <para>[dj] - On systemd, source <filename>/etc/locale.conf</filename>
     50          for <filename>/etc/profile.d/i18n.sh</filename>. Partial fix for
     51          <ulink url="&blfs-ticket-root;11193">#11193</ulink>.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
    4556    <listitem>
    4657      <para>November 24th, 2018</para>
  • 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.