diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-03-24 14:18:25 +0000 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-03-24 14:18:25 +0000 |
commit | a6307b6c606724d82a5f290ef070336b30a56b7b (patch) | |
tree | 158accff6e94d48ee09c385bfc44f43ba579ca12 /chapter05 | |
parent | 9c1ae4c82661bec1a1fa972f6e013f21eaca3ed9 (diff) |
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
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/glibc.xml | 9 |
1 files changed, 9 insertions, 0 deletions
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</userinput></screen> + <note> + <para> + The above command is correct. The <command>ln</command> command has + a few syntactic versions, so be sure to check + <command>info coreutils ln</command> and <filename>ln(1)</filename> + before reporting what you may think is an error. + </para> + </note> + <para>Some of the Glibc programs use the non-FHS compliant <filename class="directory">/var/db</filename> directory to store their runtime data. Apply the following patch to make such programs store their |