Changeset f18ed3d


Ignore:
Timestamp:
01/24/2020 02:17:13 AM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
7010480
Parents:
3a1e22e8
Message:

systemd: remove obsolete installation commands (obsolete since 244 was released)

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11735 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r3a1e22e8 rf18ed3d  
    4343    appropriate for the entry or if needed the entire day's listitem.
    4444       -->
     45    <listitem revision="systemd">
     46      <para>2020-01-23</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[renodr] - Remove obsolete installation commands from the
     50          systemd page. These have been obsolete since 243 and were recently
     51          discovered.</para>
     52       </listitem>
     53      </itemizedlist>
     54    </listitem>
     55   
    4556    <listitem>
    4657      <para>2020-01-19</para>
  • chapter06/systemd.xml

    r3a1e22e8 rf18ed3d  
    217217<screen><userinput remap="adjust">systemctl disable systemd-time-wait-sync.service</userinput></screen>
    218218
     219    <!--
    219220    <para>Prevent systemd from resetting the maximum PID value which causes
    220221    some problems with packages and units in BLFS:</para>
    221     <!-- FCRON in particular -->
     222     FCRON in particular
    222223
    223224<screen><userinput remap="adjust">rm -f /etc/sysctl.d/50-pid-max.conf</userinput></screen>
    224 
     225    -->
    225226    <para>Cleanup symbolic links to Util-Linux libraries:</para>
    226227
    227228<screen><userinput remap="adjust">rm -fv /usr/lib/lib{blkid,uuid,mount}.so*</userinput></screen>
    228 
     229    <!--
    229230    <para>Prevent systemd from creating <filename>/run/nologin</filename>
    230231    to allow unprivileged user logins without
     
    232233
    233234<screen><userinput remap="adjust">rm -f /usr/lib/tmpfiles.d/systemd-nologin.conf</userinput></screen>
    234 
     235    -->
    235236  </sect2>
    236237
  • general.ent

    r3a1e22e8 rf18ed3d  
    1 <!ENTITY version         "SVN-20200119">
     1<!ENTITY version         "SVN-20200123">
    22<!ENTITY short-version   "svn">  <!-- Used below in &blfs-book;
    33                                      Change to x.y for release but not -rc releases -->
    44<!ENTITY generic-version "development"> <!-- Use "development"  or "x.y[-pre{x}]" -->
    55
    6 <!ENTITY versiond        "20200119-systemd">
     6<!ENTITY versiond        "20200123-systemd">
    77<!ENTITY short-versiond  "systemd">
    88<!ENTITY generic-versiond "systemd">
    99
    10 <!ENTITY releasedate     "January 19th, 2020">
     10<!ENTITY releasedate     "January 23rd, 2020">
    1111
    1212<!ENTITY copyrightdate   "1999-2020"><!-- jhalfs needs a literal dash, not &ndash; -->
Note: See TracChangeset for help on using the changeset viewer.