diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-05-30 11:51:27 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-05-30 11:51:27 +0000 |
commit | 3b3e965d2933fadf3933216cbf53373f7cfa1b8a (patch) | |
tree | d4c5aad73b462158b2b9751fa306375c9c0e0f2b /chapter04 | |
parent | ca6391e6590484cfb50a436acd844cd199b9e5d5 (diff) |
Fix bug #316 - replace sed's with patches. Done for c5-fileutils, c6-glibc, c6-gawk and c6-ed
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1947 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter04')
-rw-r--r-- | chapter04/ed-patch.xml | 3 | ||||
-rw-r--r-- | chapter04/fileutils-patch.xml | 3 | ||||
-rw-r--r-- | chapter04/gawk-patch.xml | 3 | ||||
-rw-r--r-- | chapter04/glibc-patch.xml | 3 | ||||
-rw-r--r-- | chapter04/packages.xml | 4 |
5 files changed, 16 insertions, 0 deletions
diff --git a/chapter04/ed-patch.xml b/chapter04/ed-patch.xml new file mode 100644 index 000000000..dee89bece --- /dev/null +++ b/chapter04/ed-patch.xml @@ -0,0 +1,3 @@ +Ed Patch (&ed-version;) - &ed-patch-size;: +<ulink url="&ftp;/ed-&ed-version;.patch.bz2"/> +<ulink url="&http;/ed-&ed-version;.patch.bz2"/> diff --git a/chapter04/fileutils-patch.xml b/chapter04/fileutils-patch.xml new file mode 100644 index 000000000..5daeaa4a7 --- /dev/null +++ b/chapter04/fileutils-patch.xml @@ -0,0 +1,3 @@ +Fileutils Patch (&fileutils-version;) - &fileutils-patch-size;: +<ulink url="&ftp;/fileutils-&fileutils-version;.patch.bz2"/> +<ulink url="&http;/fileutils-&fileutils-version;.patch.bz2"/> diff --git a/chapter04/gawk-patch.xml b/chapter04/gawk-patch.xml new file mode 100644 index 000000000..ad1ed2ada --- /dev/null +++ b/chapter04/gawk-patch.xml @@ -0,0 +1,3 @@ +Gawk Patch (&gawk-version;) - &gawk-patch-size;: +<ulink url="&ftp;/gawk-&gawk-version;.patch.bz2"/> +<ulink url="&http;/gawk-&gawk-version;.patch.bz2"/> diff --git a/chapter04/glibc-patch.xml b/chapter04/glibc-patch.xml new file mode 100644 index 000000000..5ce5d649b --- /dev/null +++ b/chapter04/glibc-patch.xml @@ -0,0 +1,3 @@ +Glibc Patch (&glibc-version;) - &glibc-patch-size;: +<ulink url="&ftp;/glibc-&glibc-version;.patch.bz2"/> +<ulink url="&http;/glibc-&glibc-version;.patch.bz2"/> diff --git a/chapter04/packages.xml b/chapter04/packages.xml index 6a761c084..43c3f2532 100644 --- a/chapter04/packages.xml +++ b/chapter04/packages.xml @@ -10,6 +10,7 @@ &c3-bzip2; &c3-diffutils; &c3-fileutils; +&c3-fileutils-patch; &c3-gcc; &c3-kernel; &c3-grep; @@ -21,13 +22,16 @@ &c3-tar-patch; &c3-textutils; &c3-gawk; +&c3-gawk-patch; &c3-texinfo; &c3-patch; &c3-makedev; &c3-glibc; &c3-glibc-threads; +&c3-glibc-patch; &c3-manpages; &c3-ed; +&c3-ed-patch; &c3-findutils; &c3-findutils-patch; &c3-ncurses; |