diff options
author | Thierry Vignaud <tv@mandriva.org> | 2009-01-30 10:36:41 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2009-01-30 10:36:41 +0000 |
commit | bf2985663d8979fa896b96594432110ad7ae65ce (patch) | |
tree | ed3b116adc8246c190a02c73c438175f93f5464f | |
parent | 2c490727a61e4922ef6c5bdf20e0ef9f2bc8edcf (diff) | |
download | drakx-bf2985663d8979fa896b96594432110ad7ae65ce.tar drakx-bf2985663d8979fa896b96594432110ad7ae65ce.tar.gz drakx-bf2985663d8979fa896b96594432110ad7ae65ce.tar.bz2 drakx-bf2985663d8979fa896b96594432110ad7ae65ce.tar.xz drakx-bf2985663d8979fa896b96594432110ad7ae65ce.zip |
adjust doc for obsolete fields (unused since quite a long time -- if ever used)
-rw-r--r-- | perl-install/install/media.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/perl-install/install/media.pm b/perl-install/install/media.pm index 3af866cb1..2145dab24 100644 --- a/perl-install/install/media.pm +++ b/perl-install/install/media.pm @@ -37,7 +37,6 @@ use urpm::download; #- selected #- size (in MB) #- start (first rpm id, undefined iff not selected) -#- synthesis_hdlist_size #- update (for install_urpmi) @@ -704,7 +703,6 @@ sub get_medium { $rel_synthesis =~ s!/hdlist!/synthesis.hdlist! or internal_error("bad {rel_hdlist} $m->{rel_hdlist}"); getAndSaveFile_progress($in_wait, N("Downloading file %s...", $rel_synthesis), $phys_m, $rel_synthesis, $synthesis); - $m->{synthesis_hdlist_size} = -s $synthesis; #- keep track of size for post-check. } #- get all keys corresponding in the right pubkey file, |