From 0fc1b27b0912a9cd516b8f815d1e3e94c6ac35d0 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Fri, 12 Nov 2021 00:38:18 +0800 Subject: move the ln note back to chap 5 glibc It was moved to chapter 4 during merged-/usr update. However the ln commands in chapater 4 are "trivial", so move it back to chapter 5 glibc where we start to use a "different syntactic version" of it. --- chapter05/glibc.xml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'chapter05/glibc.xml') diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index e3503a958..5c4e27119 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 -- cgit v1.2.3-54-g00ecf