From 059444ad01d3e51698763cada40eeb31cda9a8ef Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sun, 29 Dec 2002 10:48:50 +0000 Subject: no need to close *pkgs::LOG, pkgs handles it nicely now --- perl-install/install_steps.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 49caee3f2..592d119d1 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -137,7 +137,6 @@ sub setupSCSI { sub doPartitionDisksBefore { my ($o) = @_; eval { - close *pkgs::LOG; eval { fs::umount("$o->{prefix}/proc") }; eval { fs::umount_all($o->{fstab}, $o->{prefix}) }; eval { sleep 1; fs::umount_all($o->{fstab}, $o->{prefix}) } if $@; #- HACK -- cgit v1.2.1