diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-08-22 16:15:47 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-08-22 16:15:47 +0000 |
commit | 16d7837cdcd2fd847e8876f6d7cd3373645d645a (patch) | |
tree | 47fa481ce54a401f8c90894189e47bd815106450 /perl-install/install_steps.pm | |
parent | f3f2542c2c99cf5466be141dd29fbcca5bf49499 (diff) | |
download | drakx-16d7837cdcd2fd847e8876f6d7cd3373645d645a.tar drakx-16d7837cdcd2fd847e8876f6d7cd3373645d645a.tar.gz drakx-16d7837cdcd2fd847e8876f6d7cd3373645d645a.tar.bz2 drakx-16d7837cdcd2fd847e8876f6d7cd3373645d645a.tar.xz drakx-16d7837cdcd2fd847e8876f6d7cd3373645d645a.zip |
do init_db inside pkg_inside otherwise LOG is closed and rpmlib tries to write in it and ...
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r-- | perl-install/install_steps.pm | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 44bea97e8..49e10280f 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -295,9 +295,6 @@ sub beforeInstallPackages { require network; network::add2hosts("$o->{prefix}/etc/hosts", "localhost.localdomain", "127.0.0.1"); - - require pkgs; - pkgs::init_db($o->{prefix}); } sub pkg_install { @@ -395,8 +392,6 @@ and look at the log file /tmp/ddebug.log Consoles 1,3,4,7 may also contain interesting information"; } - pkgs::done_db(); - #- why not? cuz weather is nice today :-) [pixel] common::sync(); common::sync(); |