From d944017d568c5e11c9e241c0eea9f759aad1343d Mon Sep 17 00:00:00 2001 From: Timothy Bauscher Date: Mon, 3 Jun 2002 19:19:07 +0000 Subject: Reverted to a relative link for localtime git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1964 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/config-glibc.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chapter06') diff --git a/chapter06/config-glibc.xml b/chapter06/config-glibc.xml index f2a3a2942..f04711c2f 100644 --- a/chapter06/config-glibc.xml +++ b/chapter06/config-glibc.xml @@ -38,18 +38,18 @@ location of the needed timezone file. Create the /etc/localtime symlink by running: -ln -sf /usr/share/zoneinfo/<tzselect's output> /etc/localtime +ln -sf ../usr/share/zoneinfo/<tzselect's output> /etc/localtime tzselect's output can be something like EST5EDT or Canada/Eastern. The symlink you'd create with that information would be: -ln -sf /usr/share/zoneinfo/EST5EDT /etc/localtime +ln -sf ../usr/share/zoneinfo/EST5EDT /etc/localtime Or: -ln -sf /usr/share/zoneinfo/Canada/Eastern /etc/localtime +ln -sf ../usr/share/zoneinfo/Canada/Eastern /etc/localtime -- cgit v1.2.3-54-g00ecf