Changeset 7993939


Ignore:
Timestamp:
08/27/2007 09:45:49 PM (17 years ago)
Author:
Dan Nichilson <dnicholson@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
86587ec
Parents:
6a12592e
Message:

Change shadow download url to more stable anduin location

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8338 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r6a12592e r7993939  
    4040      <para>2007-08-27</para>
    4141      <itemizedlist>
     42        <listitem>
     43          <para>[dnicholson] - Changed the Shadow download URL to a more
     44          stable location.</para>
     45        </listitem>
    4246        <listitem>
    4347          <para>[dnicholson] - Updated the acknowledgements page again.</para>
  • chapter03/packages.xml

    r6a12592e r7993939  
    468468        <para>MD5 sum: <literal>&shadow-md5;</literal></para>
    469469
     470        <!-- Using anduin for now since this site is dead
    470471        <note>
    471472          <para>Shadow (&shadow-version;) may no longer be available at the
     
    475476          released.</para>
    476477        </note>
     478        -->
    477479      </listitem>
    478480    </varlistentry>
  • general.ent

    r6a12592e r7993939  
    1313<!ENTITY patches-root "&lfs-root;patches/lfs/&generic-version;/">
    1414<!ENTITY downloads-root "&lfs-root;lfs/downloads/&generic-version;/">
     15<!ENTITY anduin-sources "http://anduin.linuxfromscratch.org/sources/LFS/lfs-packages/&generic-version;/">
    1516<!ENTITY livecd-root "&lfs-root;livecd/">
    1617<!ENTITY test-results "&lfs-root;lfs/build-logs/&generic-version;/">
  • packages.ent

    r6a12592e r7993939  
    433433<!ENTITY shadow-version "4.0.18.1">
    434434<!ENTITY shadow-size "1,481 KB">
     435<!-- This site is dead. Use anduin instead.
    435436<!ENTITY shadow-url "ftp://ftp.pld.org.pl/software/shadow/shadow-&shadow-version;.tar.bz2">
     437-->
     438<!ENTITY shadow-url "&anduin-sources;shadow-&shadow-version;.tar.bz2">
    436439<!ENTITY shadow-md5 "e7751d46ecf219c07ae0b028ab3335c6">
    437440<!ENTITY shadow-home " ">
Note: See TracChangeset for help on using the changeset viewer.