From aa6434ae9af91e8c94f3e02332bc227200c058a9 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Wed, 6 Mar 2013 07:50:48 +0000 Subject: [PATCH] Fix typo in Glibc instructions. git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10196 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/glibc.xml | 2 +- general.ent | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index eae2da683..4d8127e72 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -346,7 +346,7 @@ unset ZONEINFO Then create the /etc/localtime file by running: -ln -s /etc/localtime /usr/share/zoneinfo/<xxx> +ln -sv /usr/share/zoneinfo/<xxx> /etc/localtime Replace <xxx> with the name of the time zone selected (e.g., Canada/Eastern). diff --git a/general.ent b/general.ent index 1723a6040..9563ec190 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ - - + +