Fix timezone tip: it is not hwclock --hctosys but hwclock --systohc 0.3.25
authorMichael Prokop <mika@grml.org>
Mon, 19 Mar 2007 09:12:38 +0000 (10:12 +0100)
committerMichael Prokop <mika@grml.org>
Mon, 19 Mar 2007 09:12:38 +0000 (10:12 +0100)
debian/changelog
grml_tips

index 24a1aee..ba6a304 100644 (file)
@@ -1,3 +1,10 @@
+grml-tips (0.3.25) unstable; urgency=low
+
+  * Fix timezone tip: it's not 'hwclock --hctosys' but 'hwclock --systohc'
+    of course, thanks - Paul Weaver!
+
+ -- Michael Prokop <mika@grml.org>  Mon, 19 Mar 2007 10:06:13 +0100
+
 grml-tips (0.3.24) unstable; urgency=low
 
   * Fix script so it matches only lines with '^-- $'.
index 21ff86c..09a8305 100644 (file)
--- a/grml_tips
+++ b/grml_tips
@@ -2497,7 +2497,7 @@ Configuration options relevant on harddisk installation:
 * If you change the time (using 'date --set ...', ntpdate,...)
   it is worth setting also the hardware clock to the correct time:
 
-  # hwclock --hctosys [--utc]
+  # hwclock --systohc [--utc]
 
   Remember to add the --utc -option if the hardware clock is set
   to UTC!