From 6577b771c04e2ec06fdc0419f8e937ddc4cea5f5 Mon Sep 17 00:00:00 2001 From: Thomas Balu Walter Date: Thu, 26 Apr 2001 18:26:31 +0000 Subject: example symlinks needed ln -sf (not just ln) git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@545 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/config-glibc.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter06/config-glibc.xml') 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:
- ln -s ../usr/share/zoneinfo/EST5EDT localtime + ln -sf ../usr/share/zoneinfo/EST5EDT localtime
@@ -72,7 +72,7 @@ Or:
- ln -s ../usr/share/zoneinfo/Canada/Eastern localtime + ln -sf ../usr/share/zoneinfo/Canada/Eastern localtime
-- cgit v1.2.3-54-g00ecf