diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-05-11 15:09:30 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-05-11 15:09:30 +0000 |
commit | 6e507556d6130fdc77ce5f4e8ad5cdcf5bfd94f5 (patch) | |
tree | 6c19427fb0888c2fcd4016b5a7303cdcd9642b61 /chapter06/config-glibc.xml | |
parent | 7972fe02a9414332d72f39ebcc9fa950e3a879d0 (diff) |
Applied Zack's patches. Untested at the moment, will do a build in a few minutes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2555 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/config-glibc.xml')
-rw-r--r-- | chapter06/config-glibc.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/config-glibc.xml b/chapter06/config-glibc.xml index 8c22d847d..5215c9636 100644 --- a/chapter06/config-glibc.xml +++ b/chapter06/config-glibc.xml @@ -39,9 +39,9 @@ netgroup: db files <para>When you've answered a few questions about your location, the script will output the name of your timezone, something like <emphasis>EST5EDT</emphasis> or <emphasis>Canada/Eastern</emphasis>. Then create the -<filename>/etc/localtime</filename> symlink by running:</para> +<filename>/etc/localtime</filename> file by running:</para> -<para><screen><userinput>ln -sf ../usr/share/zoneinfo/Canada/Eastern /etc/localtime </userinput></screen></para> +<para><screen><userinput>cp ../usr/share/zoneinfo/Canada/Eastern /etc/localtime </userinput></screen></para> <para>Of course, instead of <emphasis>Canada/Eastern</emphasis>, fill in the name of the timezone that the <userinput>tzselect</userinput> script |