Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/utils/sysinst Add setting RTC offset for pc's.



details:   https://anonhg.NetBSD.org/src/rev/05bab5951c7b
branches:  trunk
changeset: 472698:05bab5951c7b
user:      simonb <simonb%NetBSD.org@localhost>
date:      Wed May 05 01:21:37 1999 +0000

description:
Add setting RTC offset for pc's.

diffstat:

 distrib/utils/sysinst/TODO |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r 12f50b156af6 -r 05bab5951c7b distrib/utils/sysinst/TODO
--- a/distrib/utils/sysinst/TODO        Wed May 05 00:57:43 1999 +0000
+++ b/distrib/utils/sysinst/TODO        Wed May 05 01:21:37 1999 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: TODO,v 1.17 1999/03/31 00:44:48 fvdl Exp $
+#      $NetBSD: TODO,v 1.18 1999/05/05 01:21:37 simonb Exp $
 
 Things to do ....  in no specific order.
 
-       -  On upgrade, remove /usr/include/machine and the machine-
+       -- On upgrade, remove /usr/include/machine and the machine-
           dependent name e.g. /usr/include/i386.  On 1.3, machine
           is a directory and e.g. i386 is a symlink, whereas in 1.4
           the reverse is true.  Without this fix, extraction of base
@@ -84,6 +84,10 @@
 
        -- Configure NTP servers, set NTP in rc.conf
 
+       -- On i386 (and others) allow for storing localtime in the RTC.
+          Need to patch kernel variable with offset from UTC.  Any
+          other kernel variables we might want to patch as well???
+
         -- A little more clean-up of the run_prog suite so things worke
            nicely for all ports.
 



Home | Main Index | Thread Index | Old Index