From owner-cvs-usrsbin Tue Nov 19 10:09:50 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA21305 for cvs-usrsbin-outgoing; Tue, 19 Nov 1996 10:09:50 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA21291; Tue, 19 Nov 1996 10:09:43 -0800 (PST) Date: Tue, 19 Nov 1996 10:09:43 -0800 (PST) From: Garrett Wollman Message-Id: <199611191809.KAA21291@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/tzsetup paths.h tzsetup.c Makefile grok.pl main.c pathnames.h tzmenu.c tzsetup.h Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wollman 96/11/19 10:09:42 Modified: usr.sbin/tzsetup Makefile Added: usr.sbin/tzsetup paths.h tzsetup.c Removed: usr.sbin/tzsetup grok.pl main.c pathnames.h tzmenu.c tzsetup.h Log: Completely re-vamped `tzsetup': - It no longer attempts to fiddle wall-vs-UTC-in-RTC. The results were just confusing most of the time. - The program no longer contains a pre-compiled list of timezones (compiled by groveling through the tzdata source files for comments starting with `ZONE-DESCR'). Now it uses the new `zone.tab' file supplied with current versions of the timezone data files, to determine the list at run time. (It also requires the ISO 3166 table I committed some months ago.) AS A RESULT, this program will NOT work until the new timezone data files are committed (should happen sometime soon). Revision Changes Path 1.5 +1 -12 src/usr.sbin/tzsetup/Makefile