From a6307b6c606724d82a5f290ef070336b30a56b7b Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Wed, 24 Mar 2021 14:18:25 +0000 Subject: [PATCH] restore a note about ln command from LFS 9.x git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12168 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/glibc.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index ec22b8069..232a6868b 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -55,6 +55,15 @@ ;; esac + + + The above command is correct. The ln command has + a few syntactic versions, so be sure to check + info coreutils ln and ln(1) + before reporting what you may think is an error. + + + Some of the Glibc programs use the non-FHS compliant /var/db directory to store their runtime data. Apply the following patch to make such programs store their