"Hello there" - I noticed the links to the sources for sudo were out of date, so here's a small patch that fixes that.
By the way, I know it's only a small one, but this is the first thing I've patched, so I'd appreciate if someone could say if I'm doing it wrong (or could do it better... :p). John G Only in BOOK/: BLFS-BOOK.html diff -rau BOOK.orig/postlfs/security/sudo.xml BOOK/postlfs/security/sudo.xml --- BOOK.orig/postlfs/security/sudo.xml 2009-09-16 23:05:35.000000000 +0100 +++ BOOK/postlfs/security/sudo.xml 2009-09-21 13:29:59.000000000 +0100 @@ -4,8 +4,8 @@ <!ENTITY % general-entities SYSTEM "../../general.ent"> %general-entities; - <!ENTITY sudo-download-http "http://www.sudo.ws/sudo/dist/sudo-&sudo-version;.tar.gz"> - <!ENTITY sudo-download-ftp "ftp://ftp.twaren.net/Unix/Security/Sudo/sudo-&sudo-version;.tar.gz"> + <!ENTITY sudo-download-http "http://www.sudo.ws/sudo/dist/OLD/sudo-&sudo-version;.tar.gz"> + <!ENTITY sudo-download-ftp "ftp://ftp.twaren.net/Unix/Security/Sudo/OLD/sudo-&sudo-version;.tar.gz"> <!ENTITY sudo-md5sum "5fd96bba35fe29b464f7aa6ad255f0a6"> <!ENTITY sudo-size "732 KB"> <!ENTITY sudo-buildsize "4.4 MB"> diff -rau BOOK.orig/tmp/blfs-full.xml BOOK/tmp/blfs-full.xml --- BOOK.orig/tmp/blfs-full.xml 2009-09-16 23:08:53.000000000 +0100 +++ BOOK/tmp/blfs-full.xml 2009-09-21 13:31:51.000000000 +0100 @@ -12783,10 +12783,10 @@ <bridgehead renderas="sect3">Package Information</bridgehead> <itemizedlist spacing="compact"> <listitem> - <para>Download (HTTP): <ulink url="http://www.sudo.ws/sudo/dist/sudo-1.7.0.tar.gz"/></para> + <para>Download (HTTP): <ulink url="http://www.sudo.ws/sudo/dist/OLD/sudo-1.7.0.tar.gz"/></para> </listitem> <listitem> - <para>Download (FTP): <ulink url="ftp://ftp.twaren.net/Unix/Security/Sudo/sudo-1.7.0.tar.gz"/></para> + <para>Download (FTP): <ulink url="ftp://ftp.twaren.net/Unix/Security/Sudo/OLD/sudo-1.7.0.tar.gz"/></para> </listitem> <listitem> <para>Download MD5 sum: 5fd96bba35fe29b464f7aa6ad255f0a6</para> diff -rau BOOK.orig/tmp/blfs-html.xml BOOK/tmp/blfs-html.xml --- BOOK.orig/tmp/blfs-html.xml 2009-09-16 23:08:57.000000000 +0100 +++ BOOK/tmp/blfs-html.xml 2009-09-21 13:31:55.000000000 +0100 @@ -12237,10 +12237,10 @@ <bridgehead renderas="sect3">Package Information</bridgehead> <itemizedlist spacing="compact"> <listitem> - <para>Download (HTTP): <ulink url="http://www.sudo.ws/sudo/dist/sudo-1.7.0.tar.gz"/></para> + <para>Download (HTTP): <ulink url="http://www.sudo.ws/sudo/dist/OLD/sudo-1.7.0.tar.gz"/></para> </listitem> <listitem> - <para>Download (FTP): <ulink url="ftp://ftp.twaren.net/Unix/Security/Sudo/sudo-1.7.0.tar.gz"/></para> + <para>Download (FTP): <ulink url="ftp://ftp.twaren.net/Unix/Security/Sudo/OLD/sudo-1.7.0.tar.gz"/></para> </listitem> <listitem> <para>Download MD5 sum: 5fd96bba35fe29b464f7aa6ad255f0a6</para> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
