Author: randy
Date: 2007-01-27 10:36:13 -0700 (Sat, 27 Jan 2007)
New Revision: 6473
Modified:
trunk/BOOK/basicnet/mailnews/tin.xml
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/server/databases/mysql.xml
trunk/BOOK/server/databases/postgresql.xml
trunk/BOOK/server/major/apache.xml
trunk/BOOK/server/other/rsync.xml
Log:
Fixed broken download URLs in the Tin, RSync, PostgreSQL, MySQL and Apache
HTTPD server instructions
Modified: trunk/BOOK/basicnet/mailnews/tin.xml
===================================================================
--- trunk/BOOK/basicnet/mailnews/tin.xml 2007-01-27 15:48:57 UTC (rev
6472)
+++ trunk/BOOK/basicnet/mailnews/tin.xml 2007-01-27 17:36:13 UTC (rev
6473)
@@ -70,7 +70,7 @@
<ulink url="http://www.fpx.de/fp/Software/UUDeview/">UUDeview</ulink>,
<ulink url="http://www.inet.no/dante/">Socks</ulink>,
<ulink
-
url="ftp://ftp.research.telcordia.com/pub/nsb/mm2.7.tar.Z">Metamail</ulink>,
+
url="http://ftp4.de.freesbie.org/pub/misc/metamail/mm2.7.tar.Z">Metamail</ulink>,
and
<ulink url="http://dmalloc.com/">Dmalloc</ulink>
or
@@ -189,7 +189,7 @@
tin -Q</userinput></screen>
<para>For printing, <application>TIN</application> executes the
- <command>lpr</command> command. This is provided by
+ <command>lpr</command> command. This can be provided by
<xref linkend="cups"/> or <xref linkend="LPRng"/>.</para>
<para>If you do not have the <command>metamail</command> program,
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2007-01-27 15:48:57 UTC (rev 6472)
+++ trunk/BOOK/general.ent 2007-01-27 17:36:13 UTC (rev 6473)
@@ -3,7 +3,7 @@
$Date$
-->
-<!ENTITY day "26"> <!-- Always 2 digits -->
+<!ENTITY day "27"> <!-- Always 2 digits -->
<!ENTITY month "01"> <!-- Always 2 digits -->
<!ENTITY year "2007">
<!ENTITY version "svn-&year;&month;&day;">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2007-01-27 15:48:57 UTC
(rev 6472)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2007-01-27 17:36:13 UTC
(rev 6473)
@@ -42,6 +42,16 @@
-->
<listitem>
+ <para>January 27th, 2007</para>
+ <itemizedlist>
+ <listitem>
+ <para>[randy] - Fixed broken download URLs in the Tin, RSync,
+ PostgreSQL, MySQL and Apache HTTPD server instructions.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>January 26th, 2007</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/server/databases/mysql.xml
===================================================================
--- trunk/BOOK/server/databases/mysql.xml 2007-01-27 15:48:57 UTC (rev
6472)
+++ trunk/BOOK/server/databases/mysql.xml 2007-01-27 17:36:13 UTC (rev
6473)
@@ -4,8 +4,10 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
- <!ENTITY mysql-download-http
"http://dev.mysql.com/get/Downloads/MySQL-5.0/mysql-&mysql-version;.tar.gz/from/http://mysql.mirrors.hoobly.com/">
- <!ENTITY mysql-download-ftp
"ftp://mirror.mcs.anl.gov/pub/mysql/Downloads/MySQL-5.0/mysql-&mysql-version;.tar.gz">
+ <!-- <!ENTITY mysql-download-http
"http://dev.mysql.com/get/Downloads/MySQL-5.0/mysql-&mysql-version;.tar.gz/from/http://mysql.mirrors.hoobly.com/">
-->
+ <!-- <!ENTITY mysql-download-ftp
"ftp://mirror.mcs.anl.gov/pub/mysql/Downloads/MySQL-5.0/mysql-&mysql-version;.tar.gz">
-->
+ <!ENTITY mysql-download-http
"http://downloads.mysql.com/archives/mysql-5.0/mysql-&mysql-version;.tar.gz">
+ <!ENTITY mysql-download-ftp
"ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/mysql-&mysql-version;.tar.gz">
<!ENTITY mysql-md5sum "c3165204c42e1db6fc3a95a4fd2cd22f">
<!ENTITY mysql-size "18.6 MB">
<!ENTITY mysql-buildsize "244 MB (additional 194 MB to run the test
suite)">
Modified: trunk/BOOK/server/databases/postgresql.xml
===================================================================
--- trunk/BOOK/server/databases/postgresql.xml 2007-01-27 15:48:57 UTC (rev
6472)
+++ trunk/BOOK/server/databases/postgresql.xml 2007-01-27 17:36:13 UTC (rev
6473)
@@ -4,8 +4,10 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
- <!ENTITY postgresql-download-http
"http://gd.tuwien.ac.at/db/postgresql/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2">
- <!ENTITY postgresql-download-ftp
"ftp://ftp.fr.postgresql.org/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2">
+ <!-- <!ENTITY postgresql-download-http
"http://gd.tuwien.ac.at/db/postgresql/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2">
-->
+ <!-- <!ENTITY postgresql-download-ftp
"ftp://ftp.fr.postgresql.org/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2">
-->
+ <!ENTITY postgresql-download-http
"http://anduin.linuxfromscratch.org/sources/BLFS/svn/p/postgresql-&postgresql-version;.tar.bz2">
+ <!ENTITY postgresql-download-ftp
"ftp://ftp-archives.postgresql.org/pub/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2">
<!ENTITY postgresql-md5sum "bb510edbb533962c0692e211b3bd8cfa">
<!ENTITY postgresql-size "11.5 MB">
<!ENTITY postgresql-buildsize "153 MB (additional 100 MB to run the
testsuite)">
Modified: trunk/BOOK/server/major/apache.xml
===================================================================
--- trunk/BOOK/server/major/apache.xml 2007-01-27 15:48:57 UTC (rev 6472)
+++ trunk/BOOK/server/major/apache.xml 2007-01-27 17:36:13 UTC (rev 6473)
@@ -4,8 +4,9 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
- <!ENTITY apache-download-http
"http://www.apache.org/dist/httpd/httpd-&apache-version;.tar.bz2">
- <!ENTITY apache-download-ftp
"ftp://ftp.tux.org/pub/net/apache/dist/httpd/httpd-&apache-version;.tar.bz2">
+ <!-- <!ENTITY apache-download-http
"http://www.apache.org/dist/httpd/httpd-&apache-version;.tar.bz2"> -->
+ <!ENTITY apache-download-http
"http://archive.apache.org/dist/httpd//httpd-&apache-version;.tar.bz2">
+ <!ENTITY apache-download-ftp
"ftp://apache.mirrors.pair.com/httpd/httpd-&apache-version;.tar.bz2">
<!ENTITY apache-md5sum "9c759a9744436de6a6aa2ddbc49d6e81">
<!ENTITY apache-size "4.8 MB">
<!ENTITY apache-buildsize "91.5 MB">
Modified: trunk/BOOK/server/other/rsync.xml
===================================================================
--- trunk/BOOK/server/other/rsync.xml 2007-01-27 15:48:57 UTC (rev 6472)
+++ trunk/BOOK/server/other/rsync.xml 2007-01-27 17:36:13 UTC (rev 6473)
@@ -4,12 +4,14 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
- <!ENTITY rsync-download-http
"http://samba.org/ftp/rsync/rsync-&rsync-version;.tar.gz">
- <!ENTITY rsync-download-ftp
"ftp://ftp.samba.org/pub/rsync/rsync-&rsync-version;.tar.gz">
- <!ENTITY rsync-md5sum "082a9dba1f741e6591e5cd748a1233de">
- <!ENTITY rsync-size "760 KB">
- <!ENTITY rsync-buildsize "6.2 MB">
- <!ENTITY rsync-time "0.2 SBU">
+ <!-- <!ENTITY rsync-download-http
"http://samba.org/ftp/rsync/rsync-&rsync-version;.tar.gz"> -->
+ <!-- <!ENTITY rsync-download-ftp
"ftp://ftp.samba.org/pub/rsync/rsync-&rsync-version;.tar.gz"> -->
+ <!ENTITY rsync-download-http
"http://rsync.samba.org/ftp/rsync/old-versions/rsync-&rsync-version;.tar.gz">
+ <!ENTITY rsync-download-ftp
"ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/rsync-&rsync-version;.tar.gz">
+ <!ENTITY rsync-md5sum "082a9dba1f741e6591e5cd748a1233de">
+ <!ENTITY rsync-size "760 KB">
+ <!ENTITY rsync-buildsize "6.2 MB">
+ <!ENTITY rsync-time "0.2 SBU">
]>
<!-- Note: time and space to build docs is negligible -->
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page