Changeset 3553330
- Timestamp:
- 07/23/2018 10:18:57 PM (5 years ago)
- 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, 8.3, 8.3-rc1, 8.3-rc2, 8.4, 8.4-rc1, 9.0, 9.0-rc1, 9.1, 9.1-rc1, arm, bdubbs/gcc13, cross-chap5, ml-11.0, multilib, old-trunk, s6-init, trunk, xry111/arm64, xry111/clfs-ng, xry111/git-transition, xry111/glibc-2.34, xry111/glibc-2.37, xry111/kcfg-revise, xry111/lfs-next, xry111/pip3, xry111/queue-11.3, xry111/rust-wip-20221008, xry111/tester-nohack, xry111/usr-move
- Children:
- 2eb4b2b
- Parents:
- de6905d
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
rde6905d r3553330 43 43 appropriate for the entry or if needed the entire day's listitem. 44 44 --> 45 <listitem revision="systemd"> 46 <para>2018-07-23</para> 47 <itemizedlist> 48 <listitem> 49 <para>[renodr] - Update to systemd-239. Fixes 50 <ulink url="&lfs-ticket-root;4298">#4298</ulink>.</para> 51 </listitem> 52 </itemizedlist> 53 </listitem> 45 54 46 55 <listitem> -
chapter06/systemd.xml
rde6905d r3553330 51 51 <para>Remove tests that cannot be built in chroot:</para> 52 52 53 <screen><userinput remap="pre">sed '1 71,$ d' -i src/resolve/meson.build</userinput></screen>53 <screen><userinput remap="pre">sed '166,$ d' -i src/resolve/meson.build</userinput></screen> 54 54 55 55 <!-- These are from upstream. There will probably be a new release shortly, 56 so don't bother with a patch. -->56 so don't bother with a patch. 57 57 <para>Make some fixes from upstream:</para> 58 58 … … 60 60 sed -i '24 d' src/core/load-fragment.c 61 61 sed -i '53 a#include <sys/mount.h>' src/shared/bus-unit-util.c</userinput></screen> 62 --> 62 63 63 64 <para>Remove an unneeded group, … … 186 187 <para>Remove an unnecessary directory:</para> 187 188 188 <screen><userinput remap="install">rm -rfv /usr/lib/rpm </userinput></screen>189 <screen><userinput remap="install">rm -rfv /usr/lib/rpm 189 190 <!-- 190 191 <para>Create the Sysvinit compatibility symlinks, so systemd is used … … 198 199 <para>Remove our earlier created symlink for xsltproc:</para> 199 200 --> 200 <screen><userinput remap="install">rm -f /usr/bin/xsltproc</userinput></screen>201 rm -f /usr/bin/xsltproc</userinput></screen> 201 202 202 203 <para>Create the <filename>/etc/machine-id</filename> file needed by … … 278 279 <term><command>coredumpctl</command></term> 279 280 <listitem> 280 <para>Used to retrieve coredumps from the systemd Journal</para>281 <para>Used to retrieve coredumps from the systemd journal</para> 281 282 <indexterm zone="ch-system-systemd coredumpctl"> 282 283 <primary sortas="b-coredumpctl">coredumpctl</primary> -
general.ent
rde6905d r3553330 1 <!ENTITY version "SVN-201807 18">1 <!ENTITY version "SVN-20180723"> 2 2 <!ENTITY short-version "svn"> <!-- Used below in &blfs-book; 3 3 Change to x.y for release but not -rc releases --> 4 4 <!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" --> 5 5 6 <!ENTITY versiond "201807 18-systemd">6 <!ENTITY versiond "20180723-systemd"> 7 7 <!ENTITY short-versiond "systemd"> 8 8 <!ENTITY generic-versiond "systemd"> 9 9 10 <!ENTITY releasedate "July 18, 2018">10 <!ENTITY releasedate "July 23, 2018"> 11 11 12 12 <!ENTITY copyrightdate "1999-2018"><!-- jhalfs needs a literal dash, not – --> -
packages.ent
rde6905d r3553330 614 614 <!ENTITY sysklogd-ch6-sbu "less than 0.1 SBU"> 615 615 616 <!ENTITY systemd-version "23 8">617 <!ENTITY systemd-size "6, 792 KB">616 <!ENTITY systemd-version "239"> 617 <!ENTITY systemd-size "6,992 KB"> 618 618 <!ENTITY systemd-url "&github;/systemd/systemd/archive/v&systemd-version;/systemd-&systemd-version;.tar.gz"> 619 <!ENTITY systemd-md5 " 76db8004647283b779234364cd637d3c">619 <!ENTITY systemd-md5 "6137e3f50390391cf34521d071a1a078"> 620 620 <!ENTITY systemd-home "https://www.freedesktop.org/wiki/Software/systemd/"> 621 <!ENTITY systemd-man-size "3 37KB">621 <!ENTITY systemd-man-size "356 KB"> 622 622 <!ENTITY systemd-man-url "&anduin-sources;/systemd-man-pages-&systemd-version;.tar.xz"> 623 <!ENTITY systemd-man-md5 " 2e3f795bc0818e161c03b8cae9c99e80">623 <!ENTITY systemd-man-md5 "b3be99a8fff33c773f034151b16eb1b8"> 624 624 <!ENTITY systemd-ch6-du "297 MB"> 625 625 <!ENTITY systemd-ch6-sbu "1.1 SBU">
Note:
See TracChangeset
for help on using the changeset viewer.