diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-07-16 17:17:16 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-07-16 17:17:16 +0000 |
commit | 1a167e4f3348ded6f2863f0cf3825171bde5b1d5 (patch) | |
tree | 3693eb22fab8e3b85c75fa8c4a84cb09ed3985e6 /chapter07/setclock.xml | |
parent | 60bbc310cba3f30714db8a24164ea95d62b4383b (diff) |
Old explanation tells you to create a new file containing, instead of
telling you to create the files by running the command
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@804 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07/setclock.xml')
-rw-r--r-- | chapter07/setclock.xml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/chapter07/setclock.xml b/chapter07/setclock.xml index 4821459ad..613c39323 100644 --- a/chapter07/setclock.xml +++ b/chapter07/setclock.xml @@ -15,9 +15,13 @@ the /etc/localtime symlink. <para> If you want to use this script on your system even if the -hardware clock is set to GMT, then the UTC variable below has to be changed - to the -value of <emphasis>1</emphasis>. +hardware clock is set to GMT, then the UTC variable below has to be +changed to the value of <emphasis>1</emphasis>. +</para> + +<para> +Creat the <filename>/etc/init.d/setclock</filename> script by running +the following command: </para> <para> |