Changeset 1b85bf1


Ignore:
Timestamp:
03/28/2022 03:45:09 AM (2 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib
Children:
a7e5537
Parents:
355d761 (diff), cf30814b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Automatic merge of trunk into multilib

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • appendices/acknowledgments.xml

    r355d761 r1b85bf1  
    9898      translation project</para>
    9999    </listitem>
    100 
     100<!--
    101101    <listitem>
    102102      <para><ulink url="mailto:info@linuxfromscratch.org.ru">Anton Maisak</ulink>
     
    110110      translation project</para>
    111111    </listitem>
    112 
     112-->
    113113  </itemizedlist>
    114114
  • bootscripts/Makefile

    r355d761 r1b85bf1  
    118118        ln -sf ../init.d/network     ${ETCDIR}/rc.d/rc6.d/K80network
    119119        ln -sf ../init.d/sysklogd    ${ETCDIR}/rc.d/rc6.d/K90sysklogd
    120         ln -sf ../init.d/sendsignals ${ETCDIR}/rc.d/rc0.d/K92sendsignals
    121         ln -sf ../init.d/swap        ${ETCDIR}/rc.d/rc0.d/K94swap
    122         ln -sf ../init.d/mountfs     ${ETCDIR}/rc.d/rc0.d/K96mountfs
    123         ln -sf ../init.d/localnet    ${ETCDIR}/rc.d/rc0.d/K98localnet
     120        ln -sf ../init.d/sendsignals ${ETCDIR}/rc.d/rc6.d/K92sendsignals
     121        ln -sf ../init.d/swap        ${ETCDIR}/rc.d/rc6.d/K94swap
     122        ln -sf ../init.d/mountfs     ${ETCDIR}/rc.d/rc6.d/K96mountfs
     123        ln -sf ../init.d/localnet    ${ETCDIR}/rc.d/rc6.d/K98localnet
    124124        ln -sf ../init.d/reboot      ${ETCDIR}/rc.d/rc6.d/S99reboot
    125125
  • chapter08/man-db.xml

    r355d761 r1b85bf1  
    210210            <entry>Indonesian (id)</entry>
    211211            <entry>ISO-8859-1</entry>
    212             <entry>Russian (ru)</entry>
    213             <entry>KOI8-R</entry>
     212            <entry>Greek (el)</entry>
     213            <entry>ISO-8859-7</entry>
     214            <!--<entry>Russian (ru)</entry>-->
     215            <!--<entry>KOI8-R</entry>-->
    214216          </row>
    215217          <row>
     
    279281            <entry>BIG5</entry>
    280282          </row>
    281           <row>
     283<!--          <row>
    282284            <entry>Greek (el)</entry>
    283285            <entry>ISO-8859-7</entry>
     
    285287            <entry></entry>
    286288          </row>
    287 
     289-->
    288290        </tbody>
    289291
  • packages.ent

    r355d761 r1b85bf1  
    395395<!ENTITY less-fin-sbu "less than 0.1 SBU">
    396396
    397 <!ENTITY lfs-bootscripts-version "20220324">      <!-- Scripts depend on this format -->
     397<!ENTITY lfs-bootscripts-version "20220327">      <!-- Scripts depend on this format -->
    398398<!ENTITY lfs-bootscripts-size "BOOTSCRIPTS-SIZE KB">
    399399<!ENTITY lfs-bootscripts-url "&downloads-root;lfs-bootscripts-&lfs-bootscripts-version;.tar.xz">
Note: See TracChangeset for help on using the changeset viewer.