aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorDouglas R. Reno <renodr@linuxfromscratch.org>2019-12-05 18:47:12 +0000
committerDouglas R. Reno <renodr@linuxfromscratch.org>2019-12-05 18:47:12 +0000
commitb7b0eea7be0c0245d4f55dd5fd44a7143d907815 (patch)
tree8ceb6cda7c4d211e2707f93ace032ce069bc2cae /chapter06
parentbec76acde9be4ec7517bb207063380ed5e3cb720 (diff)
Update to bc-2.4.0
Update to linux-5.4.2 Update to systemd-244 Update to shadow-4.8 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11706 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/shadow.xml7
-rw-r--r--chapter06/systemd.xml5
2 files changed, 7 insertions, 5 deletions
diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml
index ba5d34e60..b052ab3ab 100644
--- a/chapter06/shadow.xml
+++ b/chapter06/shadow.xml
@@ -50,8 +50,8 @@
</note>
<para>Disable the installation of the <command>groups</command> program
- and its man pages, as Coreutils provides a better version. Also
- Prevent the installation of manual pages that were already installed in
+ and its man pages, as Coreutils provides a better version. Also,
+ prevent the installation of manual pages that were already installed in
<xref linkend="ch-system-man-pages"/>:</para>
<screen><userinput remap="pre">sed -i 's/groups$(EXEEXT) //' src/Makefile.in
@@ -107,10 +107,11 @@ find man -name Makefile.in -exec sed -i 's/passwd\.5 / /' {} \;</userinput></s
<para>Install the package:</para>
<screen><userinput remap="install">make install</userinput></screen>
-
+ <!--
<para>Move a misplaced program to its proper location:</para>
<screen><userinput remap="install">mv -v /usr/bin/passwd /bin</userinput></screen>
+ -->
<!-- <para>Move Shadow's libraries to more appropriate locations:</para>
diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml
index 0c7e49fdc..7c484d867 100644
--- a/chapter06/systemd.xml
+++ b/chapter06/systemd.xml
@@ -39,11 +39,12 @@
<sect2 role="installation">
<title>Installation of systemd</title>
-
+<!--
<para>First, apply a patch to fix various bugs since the release
of systemd-243.</para>
<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-consolidated_fixes-2.patch</userinput></screen>
+-->
<para>Create a symlink to work around missing xsltproc:</para>
@@ -68,7 +69,7 @@ done</userinput></screen>
<systemitem class="groupname">render</systemitem>, from the default udev
rules:</para>
-<screen><userinput remap="pre">sed -i 's/GROUP="render", //' rules/50-udev-default.rules.in</userinput></screen>
+<screen><userinput remap="pre">sed -i 's/GROUP="render", //' rules.d/50-udev-default.rules.in</userinput></screen>
<para>Prepare systemd for compilation:</para>