mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-28 08:09:21 +01:00
Reverted to a relative link for localtime
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1964 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
c1a7c17f72
commit
d944017d56
@ -6,9 +6,6 @@
|
||||
|
||||
<itemizedlist>
|
||||
|
||||
<listitem><para>June 3rd, 2002 [timothy] Chapter 06 - Configuring
|
||||
essential software: made absolute paths for localtime.</para></listitem>
|
||||
|
||||
<listitem><para>June 3rd, 2002 [timothy] Chapter 01 - FAQ: edited
|
||||
to include reporting typos.</para></listitem>
|
||||
|
||||
|
@ -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/<tzselect's output> /etc/localtime</userinput></screen></para>
|
||||
<para><screen><userinput>ln -sf ../usr/share/zoneinfo/<tzselect's output> /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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user