Author: randy
Date: 2006-04-29 05:58:05 -0600 (Sat, 29 Apr 2006)
New Revision: 5971
Modified:
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/xsoft/graphweb/dillo.xml
Log:
Minor updates to the Dillo instructions: Added FTP download URL, added note
about the test suite, identified that wget is a run-time only requirement
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2006-04-29 05:40:44 UTC
(rev 5970)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2006-04-29 11:58:05 UTC
(rev 5971)
@@ -40,8 +40,9 @@
</listitem>
-->
+
<listitem>
- <para>April 28th, 2006</para>
+ <para>April 29th, 2006</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Changed openssh libexecdir to
/usr/lib/openssh.</para>
@@ -64,10 +65,6 @@
<para>[bdubbs] - Updated to seamonkey-1.0.1.</para>
</listitem>
<listitem>
- <para>[bdubbs] - Udated bootscripts Makefile to install
- autofs after cleanfs.</para>
- </listitem>
- <listitem>
<para>[bdubbs] - Updated to rp-pppoe-3.8.</para>
</listitem>
<listitem>
Modified: trunk/BOOK/xsoft/graphweb/dillo.xml
===================================================================
--- trunk/BOOK/xsoft/graphweb/dillo.xml 2006-04-29 05:40:44 UTC (rev 5970)
+++ trunk/BOOK/xsoft/graphweb/dillo.xml 2006-04-29 11:58:05 UTC (rev 5971)
@@ -4,20 +4,8 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
- <!-- Inserted as a reminder to do this. The mention of a test suite
- is usually right before the root user installation commands. Please
- delete these 12 (including one blank) lines after you are done.-->
-
- <!-- Use one of the two mentions below about a test suite,
- delete the line that is not applicable. Of course, if the
- test suite uses syntax other than "make check", revise the
- line to reflect the actual syntax to run the test suite -->
-
- <!-- <para>This package does not come with a test suite.</para> -->
- <!-- <para>To test the results, issue: <command>make
check</command>.</para> -->
-
<!ENTITY dillo-download-http
"http://www.dillo.org/download/dillo-&dillo-version;.tar.bz2">
- <!ENTITY dillo-download-ftp " ">
+ <!ENTITY dillo-download-ftp
"ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/dillo-&dillo-version;.tar.bz2">
<!ENTITY dillo-md5sum "d0ab7fa1d40b310deb891388604188f8">
<!ENTITY dillo-size "415 KB">
<!ENTITY dillo-buildsize "9.5 MB">
@@ -81,10 +69,13 @@
<para role="required"><xref linkend="GTK"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
- <para role="optional"><xref linkend="openssl"/>,
- <xref linkend="wget"/> (for downloading via FTP) and
+ <para role="optional"><xref linkend="openssl"/> and
<ulink url="http://perens.com/FreeSoftware/">Electric Fence</ulink></para>
+ <bridgehead renderas="sect4">Optional (Run-Time Requirement for FTP
+ Downloading)</bridgehead>
+ <para role="optional"><xref linkend="wget"/></para>
+
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/dillo"/></para>
@@ -101,19 +92,20 @@
</note>
<para>Support for secure connections is considered experimental by
- its author. If you want the optional https support for
- <application>dillo</application> and have <xref linkend="openssl"/>
- installed, run the following command:</para>
+ <application>Dillo</application>'s author. If you want the optional HTTPS
+ support for <application>Dillo</application> and have
+ <xref linkend="openssl"/> installed, run the following command:</para>
<screen><userinput>sed -i -e "/#undef ENABLE_SSL/d"
dpi/https.c</userinput></screen>
-
<para>Install <application>Dillo</application> by running the following
commands:</para>
<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc/dillo &&
make</userinput></screen>
+ <para>This package does not come with a test suite.</para>
+
<para>Now, as the <systemitem class="username">root</systemitem>
user:</para>
<screen role="root"><userinput>make install &&
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page