diff options
author | Zack Winkles <winkie@linuxfromscratch.org> | 2004-07-03 22:28:32 +0000 |
---|---|---|
committer | Zack Winkles <winkie@linuxfromscratch.org> | 2004-07-03 22:28:32 +0000 |
commit | d1847063566fe340f023592a2d491e7de0d11b64 (patch) | |
tree | 25fe2c4b259b33091098704d5e1f096705a91984 /chapter03/packages.xml | |
parent | e07596793b3ff9ac8d1ef86a8418b1fafe607097 (diff) |
Upgraded to Glibc 2.3.4-20040701
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3881 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter03/packages.xml')
-rw-r--r-- | chapter03/packages.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter03/packages.xml b/chapter03/packages.xml index 7c8779b0e..8565edcd1 100644 --- a/chapter03/packages.xml +++ b/chapter03/packages.xml @@ -431,10 +431,10 @@ url="ftp://gaosu.rave.org/pub/linux/lfs/"/>.</para></note> so create a tarball of some known-good CVS with the following commands:</para> <screen><userinput>cvs -z 3 -d :pserver:anoncvs@sources.redhat.com:/cvs/glibc \ - export -d glibc-2.3.4-20040529 -D "2004-05-29 22:30 UTC" libc -sed -i -e "s/stable/2004-05-29/" -e "s/2\.3\.3/2.3.4/" \ - glibc-2.3.4-20040529/version.h -tar jcvf glibc-2.3.4-20040529.tar.bz2 glibc-2.3.4-20040529</userinput></screen> + export -d glibc-2.3.4-20040701 -D "2004-07-01 17:30 UTC" libc +sed -i -e "s/stable/2004-07-01/" -e "s/2\.3\.3/2.3.4/" \ + glibc-2.3.4-20040701/version.h +tar jcvf glibc-2.3.4-20040701.tar.bz2 glibc-2.3.4-20040701</userinput></screen> <para>Alternatively, we've made our own tarball available which you can download from any of the FTP mirrors listed on the |