aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/config-glibc.xml
diff options
context:
space:
mode:
authorTimothy Bauscher <timothy@linuxfromscratch.org>2002-06-03 19:19:07 +0000
committerTimothy Bauscher <timothy@linuxfromscratch.org>2002-06-03 19:19:07 +0000
commitd944017d568c5e11c9e241c0eea9f759aad1343d (patch)
tree7e9dd0f593806cbd3a39faf0a0e6a4e02c727632 /chapter06/config-glibc.xml
parentc1a7c17f7282e247cf6c30b2336adde995ca2b80 (diff)
Reverted to a relative link for localtime
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1964 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/config-glibc.xml')
-rw-r--r--chapter06/config-glibc.xml6
1 files changed, 3 insertions, 3 deletions
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.</para>
<para> Create the <filename class="directory">/etc/localtime</filename> symlink
by running:</para>
-<para><screen><userinput>ln -sf /usr/share/zoneinfo/&lt;tzselect's output&gt; /etc/localtime</userinput></screen></para>
+<para><screen><userinput>ln -sf ../usr/share/zoneinfo/&lt;tzselect's output&gt; /etc/localtime</userinput></screen></para>
<para>tzselect's output can be something like <emphasis>EST5EDT</emphasis> or
<emphasis>Canada/Eastern</emphasis>.</para>
<para>The symlink you'd create with that information would be:</para>
-<para><screen><userinput>ln -sf /usr/share/zoneinfo/EST5EDT /etc/localtime</userinput></screen></para>
+<para><screen><userinput>ln -sf ../usr/share/zoneinfo/EST5EDT /etc/localtime</userinput></screen></para>
<para>Or:</para>
-<para><screen><userinput>ln -sf /usr/share/zoneinfo/Canada/Eastern /etc/localtime </userinput></screen></para>
+<para><screen><userinput>ln -sf ../usr/share/zoneinfo/Canada/Eastern /etc/localtime </userinput></screen></para>
</sect2>