Author: bdubbs
Date: Thu Aug 29 11:44:05 2019
New Revision: 11662

Log:
Make /etc/localtime a symlink in System V Book

Modified:
   trunk/BOOK/chapter06/glibc.xml

Modified: trunk/BOOK/chapter06/glibc.xml
==============================================================================
--- trunk/BOOK/chapter06/glibc.xml      Sun Aug 25 08:25:42 2019        (r11661)
+++ trunk/BOOK/chapter06/glibc.xml      Thu Aug 29 11:44:05 2019        (r11662)
@@ -437,9 +437,7 @@
     <para>Then create the <filename>/etc/localtime</filename> file by
     running:</para>
 
-<screen revision="sysv"><userinput>cp -v 
/usr/share/zoneinfo/<replaceable>&lt;xxx&gt;</replaceable> 
/etc/localtime</userinput></screen>
-
-<screen revision="systemd"><userinput>ln -sfv 
/usr/share/zoneinfo/<replaceable>&lt;xxx&gt;</replaceable> 
/etc/localtime</userinput></screen>
+<screen><userinput>ln -sfv 
/usr/share/zoneinfo/<replaceable>&lt;xxx&gt;</replaceable> 
/etc/localtime</userinput></screen>
 
     <para>Replace <replaceable>&lt;xxx&gt;</replaceable> with the name of the
     time zone selected (e.g., Canada/Eastern).</para>
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to