From 86c29368b9fc8b6ea31238da674af898367a2b30 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Thu, 29 Aug 2019 18:44:05 +0000 Subject: Make /etc/localtime a symlink in System V Book git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11662 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/glibc.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'chapter06') diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 9af4e6335..c7e09499c 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -437,9 +437,7 @@ unset ZONEINFO Then create the /etc/localtime file by running: -cp -v /usr/share/zoneinfo/<xxx> /etc/localtime - -ln -sfv /usr/share/zoneinfo/<xxx> /etc/localtime +ln -sfv /usr/share/zoneinfo/<xxx> /etc/localtime Replace <xxx> with the name of the time zone selected (e.g., Canada/Eastern). -- cgit v1.2.3-54-g00ecf