From ade3efafc6caf69322c5fed47bc376c088f07a67 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Fri, 14 Jan 2022 13:43:28 -0600 Subject: Package updates. Update to shadow-4.11.1. Update to readline-8.1.2. Update to meson-0.61.0. Update to libpipeline-1.5.5. Update to bash-5.1.16. --- chapter08/shadow.xml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'chapter08/shadow.xml') diff --git a/chapter08/shadow.xml b/chapter08/shadow.xml index ea540d1cf..2693f1bb7 100644 --- a/chapter08/shadow.xml +++ b/chapter08/shadow.xml @@ -41,14 +41,6 @@ Installation of Shadow - First, apply a fix to prevent a segmentation fault when running - useradd: - - - -patch -Np1 -i ../shadow-4.10-useradd_segfault-1.patch - If you would like to enforce the use of strong passwords, refer to for installing @@ -103,10 +95,11 @@ find man -name Makefile.in -exec sed -i 's/passwd\.5 / /' {} \;sed -i 's/1000/999/' etc/useradd --> + Prepare Shadow for compilation: touch /usr/bin/passwd @@ -121,7 +114,7 @@ find man -name Makefile.in -exec sed -i 's/passwd\.5 / /' {} \; The file /usr/bin/passwd needs to exist because its location is harcoded in some programs, and - the default location if it does not exist is not right. + if it does not exist, the default location is not right. -- cgit v1.2.3-54-g00ecf