diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-12-31 07:10:48 -0600 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-12-31 07:10:48 -0600 |
commit | ad89f7b0d63fac3c1bca0e5d11880d97c511f84e (patch) | |
tree | 3c6959befca5cc35adae4846efbd4635a3ed04d7 /chapter08 | |
parent | 6d19228191743967e3f30ebaf833b5d0857d018b (diff) |
Package updates.
Update to e2fsprogs-1.46.5.
Update to zstd-1.5.1.
Update to expat-2.4.2.
Update to shadow-4.10.
Update to sysvinit-3.01.
Update to linux-5.15.12.
Update to iana-etc-20211224.
Update to openssl-3.0.1.
Update to eudev-3.2.11.
Update lfs-latest-git.php currency for new eudev location.
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/shadow.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/chapter08/shadow.xml b/chapter08/shadow.xml index 96ffbfdb8..b7b77d16b 100644 --- a/chapter08/shadow.xml +++ b/chapter08/shadow.xml @@ -41,6 +41,14 @@ <sect2 role="installation"> <title>Installation of Shadow</title> + <para>First, apply a fix to prevent a segmentation fault when running + <command>useradd</command>:</para> + +<!-- Hardcoding the patch version because it has been merged upstream and + the patch will be unnecessary when the next version is released. --> + +<screen><userinput remap="pre">patch -Np1 -i ../shadow-4.10-useradd_segfault-1.patch</userinput></screen> + <note> <para>If you would like to enforce the use of strong passwords, refer to <ulink url="&blfs-book;postlfs/cracklib.html"/> for installing |