From 5287d521e911ff762ec8b4445cecfbacb042e6c8 Mon Sep 17 00:00:00 2001 From: "Thomas Trepl (Moody)" Date: Tue, 27 Jul 2021 11:54:51 +0200 Subject: Simplify the new sed --- chapter08/shadow.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter08') diff --git a/chapter08/shadow.xml b/chapter08/shadow.xml index bd2651b8d..96ffbfdb8 100644 --- a/chapter08/shadow.xml +++ b/chapter08/shadow.xml @@ -97,7 +97,7 @@ find man -name Makefile.in -exec sed -i 's/passwd\.5 / /' {} \; Fix a simple programming error by modifying a file with following command: -sed -e "224s/rounds = SHA_ROUNDS_DEFAULT/min_&/" -i libmisc/salt.c +sed -e "224s/rounds/min_rounds/" -i libmisc/salt.c Prepare Shadow for compilation: -- cgit v1.2.3-54-g00ecf