Source-Changes-HG archive

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

[src/trunk]: src/etc As discussed with Hubert Feyrer in private mail, install...



details:   https://anonhg.NetBSD.org/src/rev/1e9e3e3e0b84
branches:  trunk
changeset: 495718:1e9e3e3e0b84
user:      kleink <kleink%NetBSD.org@localhost>
date:      Thu Aug 03 13:00:02 2000 +0000

description:
As discussed with Hubert Feyrer in private mail, install UTC as the default
time zone; while amounting to the same offset, the time zone 'name' of
Factory violates the prinicple of least surprise.

diffstat:

 etc/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 34a51b2e4404 -r 1e9e3e3e0b84 etc/Makefile
--- a/etc/Makefile      Thu Aug 03 12:36:08 2000 +0000
+++ b/etc/Makefile      Thu Aug 03 13:00:02 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.156 2000/08/02 14:40:45 hubertf Exp $
+#      $NetBSD: Makefile,v 1.157 2000/08/03 13:00:02 kleink Exp $
 #      from: @(#)Makefile      8.7 (Berkeley) 5/25/95
 
 # Environment variables without default values:
@@ -43,7 +43,7 @@
 .include <bsd.own.mk>
 
 TZDIR=         /usr/share/zoneinfo
-LOCALTIME?=    Factory
+LOCALTIME?=    UTC
 
 # setting NOOBJ prevents "make obj" from doing anything;
 # an objdir would break the installation stuff below



Home | Main Index | Thread Index | Old Index