Corrected patch name.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1424 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Billy O 'Connor 2003-10-19 19:43:06 +00:00
parent c801e5a831
commit 746524b1a8

View File

@ -19,7 +19,7 @@ useradd -g qmail -d /var/qmail qmails</command></userinput></screen>
<para>Install <application>qmail</application> by running the following commands:</para>
<screen><userinput><command>patch -Np1 -i ../qmail-1.03.errno.patch &amp;&amp;
<screen><userinput><command>patch -Np1 -i ../qmail-1.03-errno.patch &amp;&amp;
make setup check &amp;&amp;
./config-fast `hostname` &amp;&amp;
cd /var/qmail &amp;&amp;