From bba8ba05107147b3cf3cff92f84693569ff448d4 Mon Sep 17 00:00:00 2001 From: hansp Date: Wed, 9 May 2001 20:29:43 +0000 Subject: 2001-05-09 Hans Petter Jansson * time-conf.in: Red Hat 7.0 timezone fix from Arturo. --- ChangeLog | 4 ++++ time-conf.in | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0989a53..d24b194 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,10 @@ * 0.4 RELEASE +2001-05-09 Hans Petter Jansson + + * time-conf.in: Red Hat 7.0 timezone fix from Arturo. + 2001-05-09 Arturo Espinosa Aldama * report.pl.in (xst_report): We're sending report strings into debug diff --git a/time-conf.in b/time-conf.in index 20a0457..f3286f0 100755 --- a/time-conf.in +++ b/time-conf.in @@ -160,8 +160,7 @@ sub xml_print { my $h = $_[0]; my @sync; - - @scalar_keys = qw (timezone ntpinstalled); + my @scalar_keys = qw (timezone ntpinstalled); $sync = $$h{"sync"}; @@ -411,6 +410,7 @@ sub conf_get_parse_table { NTP_CONF => "/etc/ntp.conf", STEP_TICKERS => "/etc/ntp/step-tickers", + ZONEINFO => "/usr/share/zoneinfo", LOCAL_TIME => "/etc/localtime" }, table => -- cgit v1.2.3