diff options
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 |