diff options
author | Jim Gifford <jim@linuxfromscratch.org> | 2005-03-16 14:56:40 +0000 |
---|---|---|
committer | Jim Gifford <jim@linuxfromscratch.org> | 2005-03-16 14:56:40 +0000 |
commit | acaf4b2a1173e8f997a8fc729d99765b4c479d87 (patch) | |
tree | 8503a06f248c1839f0290ff8bbd8b056ad44ba3f /chapter06 | |
parent | 04162dd295933d4de4db420f9526909cbf9fb0cc (diff) |
Removed find_update patch from iproute2
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4763 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/iproute2.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml index 6ad4b98af..93618a190 100644 --- a/chapter06/iproute2.xml +++ b/chapter06/iproute2.xml @@ -42,13 +42,6 @@ <screen><userinput>patch -Np1 -i ../iproute2-&iproute2-patch-version;-remove_db-1.patch</userinput></screen> -<para>The patch below fixes the issue with the newer versions of -Findutils whose <command>find</command> command will report an error -message when its options are not in the proper order.</para> - -<screen><userinput>patch -Np1 -i ../iproute2-&iproute2-patch-version;-find_update-1.patch</userinput></screen> - - <para>Prepare Iproute2 for compilation:</para> <screen><userinput>./configure </userinput></screen> |