From e0d18a70caed39d29a50317d1a857ad771117dad Mon Sep 17 00:00:00 2001 From: Thomas Balu Walter Date: Tue, 13 Mar 2001 17:19:45 +0000 Subject: Changed all "rm file && ln -s dest file" into "ln -sf file". git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@312 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'chapter01') diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index af167ff82..6fa7a953e 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -122,6 +122,11 @@ Chapter 6: Merged the different sulogin lines from the inittab file into one line. + +Chapter 6: Changed all "rm file && ln -s dest file" into +"ln -sf file" (in glibc, bzip2 and gzip installation). + + Chapter 7: Fixed the delays in the killproc function in the functions script. Now after kill, first check PIDs, then sleep 2 if needed. More -- cgit v1.2.3-54-g00ecf