diff options
author | hansp <hansp> | 2001-05-09 20:29:43 +0000 |
---|---|---|
committer | hansp <hansp> | 2001-05-09 20:29:43 +0000 |
commit | bba8ba05107147b3cf3cff92f84693569ff448d4 (patch) | |
tree | ce36416c060b1f1b578039b198af8c300e795537 | |
parent | c0c93788afeb9abce8bd40fe07938b1a068c8e73 (diff) |
2001-05-09 Hans Petter Jansson <hpj@ximian.com>XST_0_4_0
* time-conf.in: Red Hat 7.0 timezone fix from Arturo.
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | time-conf.in | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -2,6 +2,10 @@ * 0.4 RELEASE +2001-05-09 Hans Petter Jansson <hpj@ximian.com> + + * time-conf.in: Red Hat 7.0 timezone fix from Arturo. + 2001-05-09 Arturo Espinosa Aldama <arturo@ximian.com> * 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 => |