From a94b4b4c49eba9f49c3bb08b9f315ac1fb221901 Mon Sep 17 00:00:00 2001 From: simonb Date: Wed, 5 May 1999 01:21:37 +0000 Subject: [PATCH] Add setting RTC offset for pc's. --- distrib/utils/sysinst/TODO | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/distrib/utils/sysinst/TODO b/distrib/utils/sysinst/TODO index be56a6764e32..a889c08b5e56 100644 --- a/distrib/utils/sysinst/TODO +++ b/distrib/utils/sysinst/TODO @@ -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 @@ Things to do .... in no specific order. -- 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.