summaryrefslogtreecommitdiffstats
path: root/perl-install/pkgs.pm
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>1999-11-09 17:31:24 +0000
committerFrancois Pons <fpons@mandriva.com>1999-11-09 17:31:24 +0000
commit02b57b61aafd29a78023e242a0cf998cd93a91ee (patch)
tree604e259cea3da5ad2f046fd2e11a6c6f631dd1ba /perl-install/pkgs.pm
parent57b9b33657beba4976551212a562ac85ff22f81f (diff)
downloaddrakx-backup-do-not-use-02b57b61aafd29a78023e242a0cf998cd93a91ee.tar
drakx-backup-do-not-use-02b57b61aafd29a78023e242a0cf998cd93a91ee.tar.gz
drakx-backup-do-not-use-02b57b61aafd29a78023e242a0cf998cd93a91ee.tar.bz2
drakx-backup-do-not-use-02b57b61aafd29a78023e242a0cf998cd93a91ee.tar.xz
drakx-backup-do-not-use-02b57b61aafd29a78023e242a0cf998cd93a91ee.zip
*** empty log message ***
Diffstat (limited to 'perl-install/pkgs.pm')
-rw-r--r--perl-install/pkgs.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/pkgs.pm b/perl-install/pkgs.pm
index 0179bf45d..cb12fdb8d 100644
--- a/perl-install/pkgs.pm
+++ b/perl-install/pkgs.pm
@@ -300,7 +300,7 @@ sub init_db {
my ($prefix, $isUpgrade) = @_;
my $f = "$prefix/root/install.log";
- open(LOG, "> $f") ? log::l("opened $f") : log::l("Failed to open $f. No install log will be kept.");
+# open(LOG, "> $f") ? log::l("opened $f") : log::l("Failed to open $f. No install log will be kept.");
*LOG or *LOG = log::F() or *LOG = *STDERR;
CORE::select((CORE::select(LOG), $| = 1)[0]);
c::rpmErrorSetCallback(fileno LOG);
@@ -315,7 +315,7 @@ sub init_db {
sub done_db {
log::l("closing install.log file");
- close LOG;
+ # close LOG;
}
sub getHeader($) {