Sfoglia il codice sorgente

p0->p1 change

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@498 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 24 anni fa
parent
commit
8fe7c1270a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      chapter06/shadowpwd-inst.xml

+ 1 - 1
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 &amp;&amp;</userinput>
+	<userinput>patch -Np1 -i ../shadow-20001016.patch &amp;&amp;</userinput>
 	<userinput>./configure --prefix=/usr &amp;&amp;</userinput>
 	<userinput>make &amp;&amp;</userinput>
 	<userinput>make install &amp;&amp;</userinput>