Changeset d8a0120


Ignore:
Timestamp:
07/26/2014 03:12:23 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
de81542
Parents:
03a45756
Message:

Update to systemd-215. Update dbus stats.

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r03a45756 rd8a0120  
    4141        <listitem>
    4242          <para>[krejzi] - Merged LFS SVN-20140723.</para>
     43        </listitem>
     44        <listitem>
     45          <para>[krejzi] - Updated to systemd-215.</para>
    4346        </listitem>
    4447      </itemizedlist>
  • chapter06/systemd.xml

    r03a45756 rd8a0120  
    130130<screen><userinput remap="make">make LIBRARY_PATH=/tools/lib</userinput></screen>
    131131
    132     <para>First prevent few broken test cases from running:</para>
    133 
    134 <screen><userinput remap="test">sed -e "s:test/udev-test.pl::g"            \
    135     -e "s:test-bus-cleanup\$(EXEEXT) ::g"  \
    136     -e "s:test-bus-gvariant\$(EXEEXT) ::g" \
     132    <para>First, prevent a few test cases from runnin because they fail in
     133    a chroot environment:</para>
     134
     135<screen><userinput remap="test">sed -e "s:test/udev-test.pl::g"             \
     136    -e "s:test-bus-cleanup\$(EXEEXT) ::g"   \
     137    -e "s:test-bus-gvariant\$(EXEEXT) ::g"  \
     138    -e "s:test-dhcp6-client\$(EXEEXT) ::g"  \
     139    -e "s:test-journal-flush\$(EXEEXT) ::g" \
     140    -e "s:test-path-util\$(EXEEXT) ::g"     \
     141    -e "s:test-sched-prio\$(EXEEXT) ::g"    \
     142    -e "s:test-strv\$(EXEEXT) ::g"          \
    137143    -i Makefile</userinput></screen>
    138144
    139145    <para>To test the results, issue:</para>
    140146
    141 <screen><userinput remap="test">make -k check</userinput></screen>
    142 
    143     <para>Note that some tests might fail because the test are being run in a
    144     chroot environment. For full test coverage, the test suite should be run
    145     from a system booted using systemd.</para>
     147<screen><userinput remap="test">make check</userinput></screen>
    146148
    147149    <para>Install the package:</para>
     
    185187      <segtitle>Installed directories</segtitle>
    186188
     189coredumpctl systemd-path systemd-sysusers
     190
    187191      <seglistitem>
    188         <seg>bootctl, busctl, halt, hostnamectl, init, journalctl, kernel-install,
    189         localectl, loginctl, machinectl, poweroff, reboot, runlevel, shutdown,
    190         systemctl, systemd-analyze, systemd-ask-password, systemd-cat, systemd-cgls,
    191         systemd-cgtop, systemd-coredumpctl, systemd-delta, systemd-detect-virt,
    192         systemd-inhibit, systemd-machine-id-setup, systemd-notify, systemd-nspawn,
    193         systemd-run, systemd-stdio-bridge, systemd-tmpfiles, systemd-tty-ask-password-agent,
    194         telinit, timedatectl, and udevadm</seg>
    195 
     192
     193        <seg>bootctl, busctl, coredumpctl, halt, hostnamectl, init, journalctl,
     194        kernel-install, localectl, loginctl, machinectl, poweroff, reboot,
     195        runlevel, shutdown, systemctl, systemd-analyze, systemd-ask-password,
     196        systemd-cat, systemd-cgls, systemd-cgtop, systemd-coredumpctl,
     197        systemd-delta, systemd-detect-virt, systemd-inhibit,
     198        systemd-machine-id-setup, systemd-notify, systemd-nspawn, systemd-path,
     199        systemd-run, systemd-stdio-bridge, systemd-sysusers, systemd-tmpfiles,
     200        systemd-tty-ask-password-agent, telinit, timedatectl, and udevadm</seg>
    196201        <seg>libnss_myhostname.so.2, libsystemd.so, libudev.so</seg>
    197202        <seg>/etc/binfmt.d, /etc/init.d, /etc/kernel, /etc/modules-load.d,
     
    230235      </varlistentry>
    231236
     237      <varlistentry id="coredumpctl">
     238        <term><command>coredumpctl</command></term>
     239        <listitem>
     240          <para>Used to retrieve coredumps from the systemd Journal</para>
     241          <indexterm zone="ch-system-systemd coredumpctl">
     242            <primary sortas="b-coredumpctl">coredumpctl</primary>
     243          </indexterm>
     244        </listitem>
     245      </varlistentry>
     246
    232247      <varlistentry id="halt">
    233248        <term><command>halt</command></term>
     
    431446      </varlistentry>
    432447
    433       <varlistentry id="systemd-coredumpctl">
    434         <term><command>systemd-coredumpctl</command></term>
    435         <listitem>
    436           <para>Used to retrieve coredumps from the systemd Journal</para>
    437           <indexterm zone="ch-system-systemd systemd-coredumpctl">
    438             <primary sortas="b-systemd-coredumpctl">systemd-coredumpctl</primary>
    439           </indexterm>
    440         </listitem>
    441       </varlistentry>
    442 
    443448      <varlistentry id="systemd-delta">
    444449        <term><command>systemd-delta</command></term>
     
    507512      </varlistentry>
    508513
     514      <varlistentry id="systemd-path">
     515        <term><command>systemd-path</command></term>
     516        <listitem>
     517          <para>Used to query system and user paths.</para>
     518          <indexterm zone="ch-system-systemd systemd-path">
     519            <primary sortas="b-systemd-path">systemd-path</primary>
     520          </indexterm>
     521        </listitem>
     522      </varlistentry>
     523
    509524      <varlistentry id="systemd-run">
    510525        <term><command>systemd-run</command></term>
     
    527542        </listitem>
    528543      </varlistentry> -->
     544
     545      <varlistentry id="systemd-sysusers">
     546        <term><command>systemd-sysusers</command></term>
     547        <listitem>
     548          <para>Creates system users and groups, based on the file format and location
     549          specified in <filename class="directory">sysusers.d</filename>.</para>
     550          <indexterm zone="ch-system-systemd systemd-sysusers">
     551            <primary sortas="b-systemd-sysusers">systemd-sysusers</primary>
     552          </indexterm>
     553        </listitem>
     554      </varlistentry>
    529555
    530556      <varlistentry id="systemd-tmpfiles">
  • general.ent

    r03a45756 rd8a0120  
    1 <!ENTITY version         "20140706-systemd">
     1<!ENTITY version         "20140726-systemd">
    22<!ENTITY short-version   "svn">  <!-- Used in dbus chapter, change to x.y for release -->
    3 <!ENTITY releasedate     "July 6, 2014">
     3<!ENTITY releasedate     "July 26, 2014">
    44<!ENTITY copyrightdate   "1999-2014"><!-- jhalfs needs a literal dash, not &ndash; -->
    55<!ENTITY milestone       "7.6">
  • packages.ent

    r03a45756 rd8a0120  
    116116<!ENTITY dbus-md5 "6a08ba555d340e9dfe2d623b83c0eea8">
    117117<!ENTITY dbus-home "http://www.freedesktop.org/wiki/Software/dbus">
    118 <!ENTITY dbus-ch6-du "35 MB">
    119 <!ENTITY dbus-ch6-sbu "less than 0.4 SBU">
     118<!ENTITY dbus-ch6-du "42 MB">
     119<!ENTITY dbus-ch6-sbu "0.5 SBU">
    120120
    121121<!ENTITY dejagnu-version "1.5.1">
     
    543543<!ENTITY shadow-ch6-sbu "0.2 SBU">
    544544
    545 <!ENTITY systemd-version "214">
    546 <!ENTITY systemd-size    "2,278 KB">
     545<!ENTITY systemd-version "215">
     546<!ENTITY systemd-size    "2,824 KB">
    547547<!ENTITY systemd-url     "http://www.freedesktop.org/software/systemd/systemd-&systemd-version;.tar.xz">
    548 <!ENTITY systemd-md5     "eac4f9fc5bd18a0efc3fc20858baacf3">
     548<!ENTITY systemd-md5     "d2603e9fffd8b18d242543e36f2e7d31">
    549549<!ENTITY systemd-home    "http://www.freedesktop.org/wiki/Software/systemd/">
    550 <!ENTITY systemd-ch6-du  "410 MB">
    551 <!ENTITY systemd-ch6-sbu "4.5 SBU">
     550<!ENTITY systemd-ch6-du  "518 MB">
     551<!ENTITY systemd-ch6-sbu "5.8 SBU">
    552552
    553553<!ENTITY tar-version "1.27.1">
  • patches.ent

    r03a45756 rd8a0120  
    6161
    6262<!ENTITY systemd-compat-patch "systemd-&systemd-version;-compat-1.patch">
    63 <!ENTITY systemd-compat-patch-md5 "650d85acd70a3e4834f48c1c6ab0a496">
    64 <!ENTITY systemd-compat-patch-size "8.0 KB">
     63<!ENTITY systemd-compat-patch-md5 "657a996c67d4a9fbad394ee5aa1b1f34">
     64<!ENTITY systemd-compat-patch-size "12 KB">
    6565
    6666<!ENTITY tar-manpage-patch "tar-&tar-version;-manpage-1.patch">
Note: See TracChangeset for help on using the changeset viewer.