Changeset b3eb525


Ignore:
Timestamp:
05/11/2014 12:11:22 AM (10 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 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:
4e7d6a6
Parents:
c5be634
Message:

Remove systemd and dbus. Add eudev.
Update gnu urls to use an entity.
Update kbd URL.
Update procps-ng URL.
Update to shadow-4.2.1.

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

Files:
17 edited

Legend:

Unmodified
Added
Removed
  • appendices/dependencies.xml

    rc5be634 rb3eb525  
    6262
    6363        <seglistitem>
    64           <seg>Systemd</seg>
     64          <seg>None</seg>
    6565        </seglistitem>
    6666      </segmentedlist>
     
    9898
    9999        <seglistitem>
    100           <seg>Systemd</seg>
     100          <seg>Acli, Libcap</seg>
    101101        </seglistitem>
    102102      </segmentedlist>
     
    434434
    435435<!-- Begin D-Bus dependency info -->
     436<!--
    436437  <bridgehead renderas="sect2" id="dbus-dep">D-Bus</bridgehead>
    437438
     
    468469        </seglistitem>
    469470      </segmentedlist>
    470 
     471-->
    471472<!-- Begin DejaGNU dependency info -->
    472473  <bridgehead renderas="sect2" id="dejagnu-dep">DejaGNU</bridgehead>
     
    521522        <seglistitem>
    522523          <seg>Diffutils, Perl</seg>
     524        </seglistitem>
     525      </segmentedlist>
     526
     527      <segmentedlist>
     528        <segtitle>&before;</segtitle>
     529
     530        <seglistitem>
     531          <seg>None</seg>
     532        </seglistitem>
     533      </segmentedlist>
     534
     535      <segmentedlist>
     536        <segtitle>&external;</segtitle>
     537
     538        <seglistitem>
     539          <seg>None</seg>
     540        </seglistitem>
     541      </segmentedlist>
     542
     543<!-- Begin Eudev dependency info -->
     544  <bridgehead renderas="sect2" id="eudev-dep">Eudev</bridgehead>
     545
     546      <segmentedlist>
     547        <segtitle>&dependencies;</segtitle>
     548
     549        <seglistitem>
     550         <seg>Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep,
     551         Make, and Sed</seg>
     552        </seglistitem>
     553      </segmentedlist>
     554
     555      <segmentedlist>
     556        <segtitle>&testsuites;</segtitle>
     557
     558        <seglistitem>
     559          <seg>None</seg>
    523560        </seglistitem>
    524561      </segmentedlist>
     
    14261463
    14271464        <seglistitem>
    1428           <seg>Systemd</seg>
     1465          <seg>None</seg>
    14291466        </seglistitem>
    14301467      </segmentedlist>
     
    21552192
    21562193<!-- Begin systemd dependency info -->
     2194<!--
    21572195  <bridgehead renderas="sect2" id="systemd-dep">Systemd</bridgehead>
    21582196
     
    21902228        </seglistitem>
    21912229      </segmentedlist>
    2192 
     2230-->
    21932231<!-- Begin Sysvinit dependency info -->
    21942232  <bridgehead renderas="sect2" id="sysvinit-dep">Sysvinit</bridgehead>
  • appendices/udev-rules.xml

    rc5be634 rb3eb525  
    1313  <title>Udev configuration rules</title>
    1414
    15   <para>The rules from <!-- &eudev-lfs;.tar.bz2 -->in this appendix are listed for
    16   convenience.  Installation is normally done via instructions in <xref
    17   linkend='ch-system-systemd'/>.  </para>
     15  <para>The rules in this appendix are listed for convenience.  Installation is
     16  normally done via instructions in <xref linkend='ch-system-eudev'/>.  </para>
    1817
    1918  <sect1 id="lfsrules" role="wrap">
  • bootscripts/Makefile

    rc5be634 rb3eb525  
    2626        install -d -m ${DIRMODE}  ${LIBDIR}
    2727        install -d -m ${DIRMODE}  ${SERVICEDIR}
    28         install -d -m ${DIRMODE}  ${UNITDIR}
    2928        install -d -m ${DIRMODE}  ${MAN8}
    3029        install -d -m ${DIRMODE}  ${SBIN}
     
    6059        install -m ${MODE}     lfs/lib/services/ipv4-static        ${SERVICEDIR}
    6160        install -m ${CONFMODE} lfs/lib/services/init-functions     ${SERVICEDIR}
    62         install -m ${CONFMODE} lfs/units/ifupdownat.service        ${UNITDIR}/ifupdown@.service
    6361
    6462        if [ ! -f ${ETCDIR}/sysconfig/createfiles ]; then \
  • chapter01/changelog.xml

    rc5be634 rb3eb525  
    3737-->
    3838    <listitem>
     39      <para>2014-05-10</para>
     40      <itemizedlist>
     41        <listitem>
     42          <para>[bdubbs] - Remove systemd and dbus.  Add eudev.</para>
     43        </listitem>
     44        <listitem>
     45          <para>[bdubbs] - Update gnu urls to use an entity. Fixes
     46          <ulink url="&lfs-ticket-root;3571">#3571</ulink>.</para>
     47        </listitem>
     48        <listitem>
     49          <para>[bdubbs] - Update kbd URL. Fixes
     50          <ulink url="&lfs-ticket-root;3574">#3574</ulink>.</para>
     51        </listitem>
     52        <listitem>
     53          <para>[bdubbs] - Update procps-ng URL.  Fixes
     54          <ulink url="&lfs-ticket-root;3572">#3572</ulink>.</para>
     55        </listitem>
     56        <listitem>
     57          <para>[bdubbs] - Update to shadow-4.2.1.  Fixes
     58          <ulink url="&lfs-ticket-root;3553">#3553</ulink>.</para>
     59        </listitem>
     60      </itemizedlist>
     61    </listitem>
     62
     63    <listitem>
    3964      <para>2014-05-02</para>
    4065      <itemizedlist>
  • chapter01/whatsnew.xml

    rc5be634 rb3eb525  
    176176      <para>Sed &sed-version;</para>
    177177    </listitem>-->
    178     <!--<listitem>
     178    <listitem>
    179179      <para>Shadow &shadow-version;</para>
    180     </listitem>-->
     180    </listitem>
    181181    <!--<listitem>
    182182      <para>Sysklogd &sysklogd-version;</para>
     
    242242      <para>&coreutils-shuf-segfault-patch;</para>
    243243    </listitem>
    244     <listitem>
     244    <!--<listitem>
    245245      <para>dbus-&dbus-version;</para>
     246    </listitem>-->
     247    <listitem>
     248      <para>eudev-&eudev-version;</para>
    246249    </listitem>
    247250    <listitem>
     
    263266      <para>&readline-fixes-patch;</para>
    264267    </listitem>
    265     <listitem>
     268    <!--<listitem>
    266269      <para>systemd-&systemd-version;</para>
    267     </listitem>
     270    </listitem>-->
    268271    <listitem>
    269272      <para>XML::Parser-&xml-parser-version;</para>
     
    287290    </listitem>
    288291
    289     <!--<listitem>
    290       <para>texinfo-5.1-test-1.patch</para>
    291     </listitem>-->
    292 
    293292  </itemizedlist>
    294293
  • chapter03/packages.xml

    rc5be634 rb3eb525  
    113113      </listitem>
    114114    </varlistentry>
    115 
     115<!--
    116116    <varlistentry>
    117117      <term>D-Bus (&dbus-version;) - <token>&dbus-size;</token>:</term>
     
    122122      </listitem>
    123123    </varlistentry>
    124 
     124-->
    125125    <varlistentry>
    126126      <term>DejaGNU (&dejagnu-version;) - <token>&dejagnu-size;</token>:</term>
     
    138138        <para>Download: <ulink url="&diffutils-url;"/></para>
    139139        <para>MD5 sum: <literal>&diffutils-md5;</literal></para>
     140      </listitem>
     141    </varlistentry>
     142
     143    <varlistentry>
     144      <term>Eudev (&eudev-version;) - <token>&eudev-size;</token>:</term>
     145      <listitem>
     146        <para>Download: <ulink url="&eudev-url;"/></para>
     147        <para>MD5 sum: <literal>&eudev-md5;</literal></para>
     148      </listitem>
     149    </varlistentry>
     150
     151    <varlistentry>
     152      <term>Eudev-manpages (&eudev-version;) - <token>&eudev-manpages-size;</token>:</term>
     153      <listitem>
     154        <para>Download: <ulink url="&eudev-manpages-url;"/></para>
     155        <para>MD5 sum: <literal>&eudev-manpages-md5;</literal></para>
    140156      </listitem>
    141157    </varlistentry>
     
    587603      </listitem>
    588604    </varlistentry>
    589 
     605<!--
    590606    <varlistentry>
    591607      <term>Systemd (&systemd-version;) - <token>&systemd-size;</token>:</term>
     
    596612      </listitem>
    597613    </varlistentry>
    598 
     614-->
    599615    <varlistentry>
    600616      <term>Sysvinit (&sysvinit-version;) - <token>&sysvinit-size;</token>:</term>
  • chapter06/chapter06.xml

    rc5be634 rb3eb525  
    8989  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="texinfo.xml"/>
    9090
    91   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="systemd.xml"/>
    92   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dbus.xml"/>
     91<!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="systemd.xml"/>
     92  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dbus.xml"/>-->
    9393 
    94   <!--<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="eudev.xml"/>-->
     94  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="eudev.xml"/>
    9595  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="util-linux.xml"/>
    9696  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="man-db.xml"/>
  • chapter06/sysvinit.xml

    rc5be634 rb3eb525  
    8383<screen><userinput remap="install">make -C src install</userinput></screen>
    8484
    85     <para>Move files that have a name conflict with <xref linkend="ch-system-systemd"/>
    86     so that both packages can be installed side-by-side:</para>
    87 
    88 <screen><userinput remap="install">for p in init halt poweroff reboot runlevel shutdown telinit; do
    89   mv -v /sbin/$p /sbin/$p-sysv
    90   mv -v /usr/share/man/man8/$p.8 /usr/share/man/man8/$p-sysv.8
    91 done</userinput></screen>
    92 
    9385  </sect2>
    9486
  • chapter07/bootscripts.xml

    rc5be634 rb3eb525  
    2525
    2626    <para>The LFS-Bootscripts package contains a set of scripts to start/stop
    27     the LFS system at bootup/shutdown.  A networking systemd unit file is
    28     also installed.  The configuration files and procedures needed to
     27    the LFS system at bootup/shutdown. 
     28    The configuration files and procedures needed to
    2929    customize the boot process are described in the following sections.</para>
    3030
     
    5454    <segmentedlist>
    5555      <segtitle>Installed scripts</segtitle>
    56       <segtitle>Installed unit</segtitle>
    5756      <segtitle>Installed directories</segtitle>
    5857
     
    6261        sendsignals, setclock, ipv4-static, swap, sysctl, sysklogd, template,
    6362        udev, and udev_retry</seg>
    64         <seg>ifupdown@.service</seg>
    6563        <seg>/etc/rc.d, /etc/init.d (symbolic link), /etc/sysconfig,
    6664        /lib/services, /lib/lsb (symbolic link)</seg>
  • chapter07/chapter07.xml

    rc5be634 rb3eb525  
    1919<!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="hosts.xml"/>-->
    2020  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="usage.xml"/>
    21   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sysd-custom.xml"/>
     21<!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sysd-custom.xml"/> -->
    2222<!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="hostname.xml"/>-->
    2323<!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="setclock.xml"/>-->
  • chapter07/introduction.xml

    rc5be634 rb3eb525  
    1919    order but, at the same time, be executed as fast as possible.</para>
    2020
    21     <para>In the packages that were installed in Chapter 6, there were two
     21<!--    <para>In the packages that were installed in Chapter 6, there were two
    2222    different boot systems installed.  LFS provides the ability to easily
    2323    select which system the user wants to use and to compare and contrast the
    2424    two systems by actually running each system on the local computer.  The
    25     advantages and disadvantages of these systems is presented below.</para>
     25    advantages and disadvantages of these systems is presented below.</para>-->
    2626
    2727  <sect2 id='sysv-desc'>
     
    9595
    9696  </sect2>
    97 
     97<!--
    9898  <sect2 id='sysd-desc'>
    9999    <title>Systemd</title>
     
    167167
    168168  </sect2>
    169 
     169-->
     170<!--
    170171  <sect2 id='sysv'>
    171172    <title>Selecting a Boot Method</title>
     
    221222
    222223  </sect2>
    223 
     224-->
    224225</sect1>
  • chapter07/network.xml

    rc5be634 rb3eb525  
    9999
    100100  </sect2>
    101 
     101<!--
    102102  <sect2 id="systemd-net-enable">
    103103    <title>Configuring the Network Interface Card at boot (systemd)</title>
     
    196196
    197197  </sect2>
    198 
     198-->
    199199  <sect2 id="ch-scripts-hostname">
    200200    <title>Configuring the system hostname</title>
     
    205205    </indexterm>
    206206
    207      <para>During the boot process, both Systemd and System V use the same file
    208      for establishing the system's hostname.  This needs to be configured by
    209      creating <filename>/etc/hostname</filename>.</para>
     207     <para>During the boot process, the file <filename>/etc/hostname</filename>
     208     is used for establishing the system's hostname.</para>
    210209
    211210     <para>Create the <filename>/etc/hostname</filename> file and enter a
  • chapter07/profile.xml

    rc5be634 rb3eb525  
    156156  you will never need 8-bit characters.</para>
    157157
    158   <para>UTF-8 based locales are not supported well by many programs.
     158  <para>UTF-8 based locales are not supported well by some programs.
    159159  Work is in progress to document and, if possible, fix such problems, see
    160160  <ulink url="&blfs-root;view/svn/introduction/locale-issues.html"/>.</para>
  • chapter07/symlinks.xml

    rc5be634 rb3eb525  
    114114
    115115    </sect3>
    116 
     116<!--
    117117    <sect3>
    118118      <title>Custom Naming in Systemd</title>
     
    152152
    153153    </sect3>
    154 
     154-->
    155155  </sect2>
    156156
  • general.ent

    rc5be634 rb3eb525  
    1 <!ENTITY version         "SVN-20140502">
     1<!ENTITY version         "SVN-20140510">
    22<!ENTITY short-version   "svn">  <!-- Used in dbus chapter, change to x.y for release -->
    3 <!ENTITY releasedate     "May 2, 2014">
     3<!ENTITY releasedate     "May 10, 2014">
    44<!ENTITY copyrightdate   "1999-2014"><!-- jhalfs needs a literal dash, not &ndash; -->
    55<!ENTITY milestone       "8.0">
  • packages.ent

    rc5be634 rb3eb525  
    128128<!ENTITY diffutils-ch6-du "25 MB">
    129129<!ENTITY diffutils-ch6-sbu "0.5 SBU">
    130 
     130<!--
    131131<!ENTITY dbus-version "1.8.0">
    132132<!ENTITY dbus-size "1,820 KB">
     
    136136<!ENTITY dbus-ch6-du "35 MB">
    137137<!ENTITY dbus-ch6-sbu "less than 0.4 SBU">
    138 
     138-->
    139139<!-- NOTE: When updating e2fsprogs, remember to check the list
    140140     of acceptable features that can be shown by debugfs in
     
    147147<!ENTITY e2fsprogs-ch6-du "64 MB">
    148148<!ENTITY e2fsprogs-ch6-sbu "1.7 SBU">
     149
     150<!ENTITY eudev-version "1.6">
     151<!ENTITY eudev-size "1,689 KB">
     152<!ENTITY eudev-url "http://dev.gentoo.org/~blueness/eudev/eudev-&eudev-version;.tar.gz">
     153<!ENTITY eudev-md5 "c2fbf420a50d07b80158a0185cbb08f7">
     154<!ENTITY eudev-manpages-size "9 KB">
     155<!ENTITY eudev-manpages-url "&anduin-other;eudev-&eudev-version;-manpages.tar.bz2">
     156<!ENTITY eudev-manpages-md5 "c2fbf420a50d07b80158a0185cbb08f7">
     157
     158<!ENTITY eudev-ch6-du "7.5 MB">
     159<!ENTITY eudev-ch6-sbu "0.1 SBU">
    149160
    150161<!ENTITY expat-version "2.1.0">
     
    252263<!ENTITY gmp-extracted-version "6.0.0">
    253264<!ENTITY gmp-size "1,860 KB">
    254 <!ENTITY gmp-url "http://ftp.gnu.org/gnu/gmp/gmp-&gmp-version;.tar.xz">
     265<!ENTITY gmp-url "&gnu;/gmp/gmp-&gmp-version;.tar.xz">
    255266<!ENTITY gmp-md5 "1e6da4e434553d2811437aa42c7f7c76">
    256267<!ENTITY gmp-home "&gnu-software;gmp/">
     
    338349<!ENTITY kbd-version "2.0.1">
    339350<!ENTITY kbd-size "1,962 KB">
    340 <!ENTITY kbd-url "http://ftp.altlinux.org/pub/people/legion/kbd/kbd-&kbd-version;.tar.gz">
     351<!ENTITY kbd-url "https://www.kernel.org/pub/linux/utils/kbd/kbd-&kbd-version;.tar.gz">
    341352<!ENTITY kbd-md5 "cc0ee9f2537d8636cae85a8c6541ed2e">
    342353<!ENTITY kbd-home "http://ftp.altlinux.org/pub/people/legion/kbd">
     
    360371<!ENTITY less-ch6-sbu "less than 0.1 SBU">
    361372
    362 <!ENTITY lfs-bootscripts-version "20140404">              <!-- Scripts depend on this format -->
     373<!ENTITY lfs-bootscripts-version "20140510">              <!-- Scripts depend on this format -->
    363374<!ENTITY lfs-bootscripts-size "BOOTSCRIPTS-SIZE KB">         <!-- Updated in Makefile -->
    364375<!ENTITY lfs-bootscripts-url "&downloads-root;lfs-bootscripts-&lfs-bootscripts-version;.tar.bz2">
     
    473484<!ENTITY ncurses-version "5.9">
    474485<!ENTITY ncurses-size "2,760 KB">
    475 <!ENTITY ncurses-url "http://ftp.gnu.org/gnu/ncurses/ncurses-&ncurses-version;.tar.gz">
     486<!ENTITY ncurses-url "&gnu;/ncurses/ncurses-&ncurses-version;.tar.gz">
    476487<!ENTITY ncurses-md5 "8cb9c412e5f2d96bc6f459aa8c6282a1">
    477488<!ENTITY ncurses-home "&gnu-software;ncurses/">
     
    511522<!ENTITY procps-ng-version "3.3.9">
    512523<!ENTITY procps-ng-size "548 KB">
    513 <!ENTITY procps-ng-url "http://sourceforge.net/projects/procps-ng/files/Production/procps-ng-&procps-ng-version;.tar.xz/">
     524<!ENTITY procps-ng-url "http://hivelocity.sourceforge.net/projects/procps-ng/Production/procps-ng-&procps-ng-version;.tar.xz">
    514525<!ENTITY procps-ng-md5 "0980646fa25e0be58f7afb6b98f79d74">
    515526<!ENTITY procps-ng-home "http://sourceforge.net/projects/procps-ng">
     
    543554<!ENTITY sed-ch6-sbu "0.2 SBU">
    544555
    545 <!ENTITY shadow-version "4.1.5.1">
    546 <!ENTITY shadow-size "3,428 KB">
    547 <!ENTITY shadow-url "http://cdn.debian.net/debian/pool/main/s/shadow/shadow_&shadow-version;.orig.tar.gz">
    548 <!ENTITY shadow-md5 "ae66de9953f840fb3a97f6148bc39a30">
    549 <!-- <!ENTITY shadow-home "http://pkg-shadow.alioth.debian.org/"> -->
     556<!ENTITY shadow-version "4.2.1">
     557<!ENTITY shadow-size "1,558 KB">
     558<!ENTITY shadow-url "http://pkg-shadow.alioth.debian.org/releases/shadow-&shadow-version;.tar.xz">
     559<!ENTITY shadow-md5 "2bfafe7d4962682d31b5eba65dba4fc8">
     560<!ENTITY shadow-home "http://pkg-shadow.alioth.debian.org/">
    550561<!ENTITY shadow-ch6-du "42 MB">
    551562<!ENTITY shadow-ch6-sbu "0.2 SBU">
  • prologue/why.xml

    rc5be634 rb3eb525  
    108108        procedures of every package in LFS.</para>
    109109      </listitem>
    110 
     110<!--
    111111      <listitem>
    112112        <para>D-Bus</para>
     
    116116        </para>
    117117      </listitem>
    118 
     118-->
    119119      <listitem>
    120120        <para>DejaGNU</para>
     
    138138        and ext4 file systems.  These are the most common and thoroughly
    139139        tested file systems that Linux supports.</para>
     140      </listitem>
     141
     142      <listitem>
     143        <para>Eudev</para>
     144
     145        <para>This package is a device manager.  It dynamically controls the entries
     146        in the /dev directory as devices are added or removed from the system.
     147        </para>
    140148      </listitem>
    141149
     
    467475        events occur.</para>
    468476      </listitem>
    469 
     477<!--
    470478      <listitem>
    471479        <para>Systemd</para>
     
    477485        alternative boot systems for comparison.</para>
    478486      </listitem>
    479 
     487-->
    480488      <listitem>
    481489        <para>Sysvinit</para>
Note: See TracChangeset for help on using the changeset viewer.