From 2b3871c5ef4b63d9f2f71be2201b2a26dce6244b Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Mon, 23 Jul 2001 11:18:47 +0000 Subject: [PATCH] patch explanation added git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@830 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/shadowpwd-inst.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/chapter06/shadowpwd-inst.xml b/chapter06/shadowpwd-inst.xml index 517d1adb2..040cc8acc 100644 --- a/chapter06/shadowpwd-inst.xml +++ b/chapter06/shadowpwd-inst.xml @@ -1,7 +1,10 @@ Installation of Shadow Password Suite -Install the Shadow Password Suite by running the following commands: +Before the shadow Password Suite can be installed, the patch file +must be unpacked. This patch fixes a compliation problem due to a +variable being used but not defined. Install the Shadow Password +Suite by running the following commands: patch -Np1 -i ../shadow-20001016.patch && ./configure --prefix=/usr &&