diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2001-07-23 11:18:47 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2001-07-23 11:18:47 +0000 |
commit | 2b3871c5ef4b63d9f2f71be2201b2a26dce6244b (patch) | |
tree | b0727fe767175624e6552a39caaec529fad682d8 /chapter06/shadowpwd-inst.xml | |
parent | 9a3fa86baea69a1f0eb346a687046ed7567fbfef (diff) |
patch explanation added
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@830 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/shadowpwd-inst.xml')
-rw-r--r-- | chapter06/shadowpwd-inst.xml | 5 |
1 files changed, 4 insertions, 1 deletions
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 @@ <sect2> <title>Installation of Shadow Password Suite</title> -<para>Install the Shadow Password Suite by running the following commands:</para> +<para>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:</para> <para><screen><userinput>patch -Np1 -i ../shadow-20001016.patch &&</userinput> <userinput>./configure --prefix=/usr &&</userinput> |