diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-04-14 03:22:44 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-04-14 03:22:44 +0000 |
commit | 8fe7c1270add4585a3f1103d9165f23b5302f1f5 (patch) | |
tree | 640db145497ae9b4f51323ad33e0fe15b73fe6d0 /chapter06/shadowpwd-inst.xml | |
parent | 12b73656640a859daa163a593fadf7b40a81fae9 (diff) |
p0->p1 change
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@498 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/shadowpwd-inst.xml')
-rw-r--r-- | chapter06/shadowpwd-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/shadowpwd-inst.xml b/chapter06/shadowpwd-inst.xml index 2dd368b05..3cff4accd 100644 --- a/chapter06/shadowpwd-inst.xml +++ b/chapter06/shadowpwd-inst.xml @@ -7,7 +7,7 @@ Install the Shadow Password Suite by running the following commands: <blockquote><literallayout> - <userinput>patch -Np0 -i ../shadow-20001016.patch &&</userinput> + <userinput>patch -Np1 -i ../shadow-20001016.patch &&</userinput> <userinput>./configure --prefix=/usr &&</userinput> <userinput>make &&</userinput> <userinput>make install &&</userinput> |