diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 2315db6a4..d0a18db2e 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -6,9 +6,6 @@ -June 3rd, 2002 [timothy] Chapter 06 - Configuring -essential software: made absolute paths for localtime. - June 3rd, 2002 [timothy] Chapter 01 - FAQ: edited to include reporting typos. 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