From b1f24e0e6c2b5dd8870d1ee89bf7911fe871bfac Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 7 Sep 1999 18:56:58 +0000 Subject: no_comment --- perl-install/install_any.pm | 8 -------- 1 file changed, 8 deletions(-) (limited to 'perl-install/install_any.pm') diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index f57050115..5cec2da8a 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -126,14 +126,6 @@ sub addToBeDone(&$) { push @{$::o->{steps}{$step}{toBeDone}}, $f; } -sub getTimeZones { - local *F; - open F, "cd $::o->{prefix}/usr/share/zoneinfo && find [A-Z]* -type f |"; - my @l = sort map { chop; $_ } ; - close F or die "cannot list the available zoneinfos"; - @l; -} - sub upgrFindInstall { # int rc; # -- cgit v1.2.1