summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-05-27 06:04:47 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-05-27 06:04:47 +0000
commitcf535250028dbbfe2a35476b3a766e6093b5c79b (patch)
tree33c3317c579614fec84f252c0c7f1da772f7215d /perl-install/install_any.pm
parentc1b3e316c56d9bea5e2cd3267a79c38ef860847c (diff)
downloaddrakx-cf535250028dbbfe2a35476b3a766e6093b5c79b.tar
drakx-cf535250028dbbfe2a35476b3a766e6093b5c79b.tar.gz
drakx-cf535250028dbbfe2a35476b3a766e6093b5c79b.tar.bz2
drakx-cf535250028dbbfe2a35476b3a766e6093b5c79b.tar.xz
drakx-cf535250028dbbfe2a35476b3a766e6093b5c79b.zip
Comment fixes, remove noisy log
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r--perl-install/install_any.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm
index e96b6dcee..2354da8ae 100644
--- a/perl-install/install_any.pm
+++ b/perl-install/install_any.pm
@@ -186,8 +186,8 @@ sub errorOpeningFile($) {
#- Do not unselect supplementary CDs.
return if install_medium::by_id($asked_medium)->is_suppl_cd;
- #- keep in mind the asked medium has been refused on this way.
- #- this means it is no more selected.
+ #- keep in mind the asked medium has been refused.
+ #- this means it is no longer selected.
install_medium::by_id($asked_medium)->refuse;
#- on cancel, we can expect the current medium to be undefined too,
@@ -547,7 +547,7 @@ sub selectSupplMedia {
$medium_name,
'', #- rpmsdir
"Supplementary media $medium_name", #- description
- 1, # selected
+ 1, #- selected
$f,
);
close $f;
@@ -1096,7 +1096,7 @@ sub install_urpmi {
";
} else {
- #- remove not selected media by removing hdlist and synthesis files copied.
+ #- remove deselected media by removing copied hdlist and synthesis files
log::l("removing media $name");
unlink "$::prefix/var/lib/urpmi/hdlist.$name.cz";
unlink "$::prefix/var/lib/urpmi/synthesis.hdlist.$name.cz";