From 8c5e7152f076d6b68a23e6629a44b49763557f48 Mon Sep 17 00:00:00 2001 From: Marc Heerdink Date: Mon, 10 Dec 2001 15:23:46 +0000 Subject: Resolved bug 192 and a version increase git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1370 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/shadowpwd-exp.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'chapter06/shadowpwd-exp.xml') diff --git a/chapter06/shadowpwd-exp.xml b/chapter06/shadowpwd-exp.xml index e7bbb17c4..9df64bdd8 100644 --- a/chapter06/shadowpwd-exp.xml +++ b/chapter06/shadowpwd-exp.xml @@ -1,10 +1,10 @@ Command explanations -sed 's/\(.*\) (nflg || \(.*\))\(.*\)/\1\2\3/' src/useradd.c -> useradd.c.temp &&: This sed is used to fix a -compilation bug which occurs due to a variable (nflg) being used but not -defined. +sed 's/\(.*\) (nflg || \(.*\))\(.*\)/\1\2\3/' +src/useradd.c.backup > src/useradd.c &&: +This sed is used to fix a compilation bug which occurs due to a +variable (nflg) being used but not defined. cp limits login.access /etc: These files were not installed during the installation of the package so we copy -- cgit v1.2.3-54-g00ecf