Hi, Here is a patch that correct some tags in r409. BTW, I could not find the psmisc/uclibc patch. Is he pending ?
regards, --8<---------------------------- diff -Naur HLFS/BOOK/chapter04/packages.xml HLFS-mod/BOOK/chapter04/packages.xml --- HLFS/BOOK/chapter04/packages.xml 2005-03-20 05:41:45.454932024 +0000 +++ HLFS-mod/BOOK/chapter04/packages.xml 2005-03-20 05:49:21.304632336 +0000 @@ -231,14 +231,10 @@ </listitem> </varlistentry> -</listitem> -</varlistentry> - <varlistentry> <term>Libtool (&libtool-version;) - ?? KB:</term> <listitem> <para><ulink url="ftp://ftp.gnu.org/gnu/libtool/libtool-&libtool-version;.tar.gz"/></para> - </listitem> </varlistentry> diff -Naur HLFS/BOOK/chapter06/psmisc.xml HLFS-mod/BOOK/chapter06/psmisc.xml --- HLFS/BOOK/chapter06/psmisc.xml 2005-03-20 05:41:46.929707824 +0000 +++ HLFS-mod/BOOK/chapter06/psmisc.xml 2005-03-20 05:51:06.576628560 +0000 @@ -33,7 +33,7 @@ two sections to the way they were in previous Psmisc versions:</para> <screen condition="uclibc"><userinput>patch -Np1 -i -../psmisc-&psmisc-version-uClibc-1.patch</userinput></screen> +../psmisc-&psmisc-version;-uClibc-1.patch</userinput></screen> <para>Amend <filename>Makefile.in</filename>:</para> diff -Naur HLFS/BOOK/chapter06/sysklogd.xml HLFS-mod/BOOK/chapter06/sysklogd.xml --- HLFS/BOOK/chapter06/sysklogd.xml 2005-03-20 05:41:46.909710864 +0000 +++ HLFS-mod/BOOK/chapter06/sysklogd.xml 2005-03-20 05:53:18.418585536 +0000 @@ -35,7 +35,7 @@ <para>Apply this patch to upgrade Sysklogd from CVS. This fixes several bugs, including fixing issues with 2.6 kernel headers:</para> -<screen><userinput>patch -Np1 -i ../sysklogd-&sysklogd-version:-fixes-1.patch</userinput></screen> +<screen><userinput>patch -Np1 -i ../sysklogd-&sysklogd-version;-fixes-1.patch</userinput></screen> <para>Compile the package:</para> @@ -67,7 +67,7 @@ user.* -/var/log/user.log *.emerg * -# End /etc/syslog.conf +# End /etc/syslog.conf</literal> EOF install -m 644 syslog.conf.new /etc/syslog.conf</userinput></screen> --8<---------------------------- -- Jerome Pinot http://ngc891.blogdns.net/projects/hlfs -- http://linuxfromscratch.org/mailman/listinfo/hlfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
