diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-09-28 16:21:08 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-09-28 16:21:08 +0000 |
commit | 939abc90670d4c92244ea3d4484a6ee2ce2bd6f9 (patch) | |
tree | 54380cc0beea2baf74b73b82720b7707b50efd49 | |
parent | 7624c05aaa01a1dfd87e2e564ec1c6e51117805d (diff) |
Use the correct command to verify the hardware clock settings (Bug 911)
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4234 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter07/setclock.xml | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 4dfd4d5fb..6cd4b9718 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -87,6 +87,9 @@ first a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>September 28th, 2004 [matt]: Corrected the command used +to verify the status of the hardware clock (Anderson Lizardo)</para></listitem> + <listitem><para>September 28th, 2004 [matt]: Added <quote>su</quote> to the list of files installed by shadow</para></listitem> diff --git a/chapter07/setclock.xml b/chapter07/setclock.xml index f97c77d31..1140a4bcf 100644 --- a/chapter07/setclock.xml +++ b/chapter07/setclock.xml @@ -22,7 +22,7 @@ needs to be manually configured.</para> <para>If you cannot remember whether or not the hardware clock is set to UTC time, find out by running -the <userinput>hwclock --show</userinput> command. This will tell +the <userinput>hwclock --localtime --show</userinput> command. This will tell what the current time is according to the hardware clock. If this time matches whatever your watch says, then the hardware clock is set to local time. If the output from <command>hwclock</command> is not local |