From 31435cae54451e90dd29c14bed3464f9a381e0b2 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Tue, 4 Feb 2003 03:52:17 +0000 Subject: updated fileutils patch explanation git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2422 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/ed-inst.xml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'chapter06') diff --git a/chapter06/ed-inst.xml b/chapter06/ed-inst.xml index fa2e62e03..64c4e10bd 100644 --- a/chapter06/ed-inst.xml +++ b/chapter06/ed-inst.xml @@ -10,10 +10,10 @@ days. Ed uses mktemp to create temporary files in /tmp, but this function has a security -vulnerability (see section on Temporary Files in -). -This patch makes Ed use mkstemp instead, which is the recommended way to -create temporary files. +vulnerability (see section on Temporary Files in ). This +patch makes Ed use mkstemp instead, which is the recommended way to create +temporary files. Apply the patch: @@ -32,11 +32,10 @@ create temporary files. make install We need to move the Ed binaries to the /bin directory so they may be used in -the event that the /usr -partition is unavailable. +class="directory">/bin directory so they may be used in the event +that the /usr partition is +unavailable. mv /usr/bin/{ed,red} /bin - -- cgit v1.2.3-54-g00ecf