aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/shadow.xml
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/shadow.xml
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/shadow.xml')
-rw-r--r--chapter06/shadow.xml7
1 files changed, 4 insertions, 3 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>