From ff96923bf37ce4beed6b4d0146c454c7df6da95f Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 25 Jul 2021 20:10:18 -0500 Subject: Package updates and stripping fixes Add workaround to strip libraries correctly. Update to shadow-4.9. Update to util-linux 2.37.1. --- chapter08/shadow.xml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'chapter08/shadow.xml') diff --git a/chapter08/shadow.xml b/chapter08/shadow.xml index 49f2ec47c..9aa196421 100644 --- a/chapter08/shadow.xml +++ b/chapter08/shadow.xml @@ -89,12 +89,12 @@ find man -name Makefile.in -exec sed -i 's/passwd\.5 / /' {} \;sed -i 's:DICTPATH.*:DICTPATH\t/lib/cracklib/pw_dict:' etc/login.defs - + Prepare Shadow for compilation: touch /usr/bin/passwd @@ -124,13 +124,16 @@ find man -name Makefile.in -exec sed -i 's/passwd\.5 / /' {} \;Compile the package: -make + make This package does not come with a test suite. Install the package: -make exec_prefix=/usr install + make exec_prefix=/usr install +make -C man install-man +mkdir -p /etc/default +useradd -D --gid 999 -- cgit v1.2.3-54-g00ecf