Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Nov 1996 10:09:43 -0800 (PST)
From:      Garrett Wollman <wollman>
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
Message-ID:  <199611191809.KAA21291@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199611191809.KAA21291>