aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/config-glibc.xml
diff options
context:
space:
mode:
authorThomas Balu Walter <tw@itreff.de>2001-04-26 18:26:31 +0000
committerThomas Balu Walter <tw@itreff.de>2001-04-26 18:26:31 +0000
commit6577b771c04e2ec06fdc0419f8e937ddc4cea5f5 (patch)
tree1e2e415b66c96522b40fb8e42ea51ca663d2687e /chapter06/config-glibc.xml
parent0646a5a8f296d5d5cdc79c75a0e444c0e6fda99f (diff)
example symlinks needed ln -sf (not just ln)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@545 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/config-glibc.xml')
-rw-r--r--chapter06/config-glibc.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/config-glibc.xml b/chapter06/config-glibc.xml
index b2939e5d6..cfb1ae441 100644
--- a/chapter06/config-glibc.xml
+++ b/chapter06/config-glibc.xml
@@ -64,7 +64,7 @@ The symlink you'd create with that information would be:
</para>
<blockquote><literallayout>
- <userinput>ln -s ../usr/share/zoneinfo/EST5EDT localtime</userinput>
+ <userinput>ln -sf ../usr/share/zoneinfo/EST5EDT localtime</userinput>
</literallayout></blockquote>
<para>
@@ -72,7 +72,7 @@ Or:
</para>
<blockquote><literallayout>
- <userinput>ln -s ../usr/share/zoneinfo/Canada/Eastern localtime
+ <userinput>ln -sf ../usr/share/zoneinfo/Canada/Eastern localtime
</userinput>
</literallayout></blockquote>