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