diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-03-03 22:41:47 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-03-03 22:41:47 +0000 |
commit | a9718a22dc2d10c7d567d01907427136cc443951 (patch) | |
tree | a2074e54d9cf0e379079df96a04733a74a6aa0bc | |
parent | 52847afdd629e89f150bece3e8e5e3653125fe29 (diff) | |
download | urpmi-a9718a22dc2d10c7d567d01907427136cc443951.tar urpmi-a9718a22dc2d10c7d567d01907427136cc443951.tar.gz urpmi-a9718a22dc2d10c7d567d01907427136cc443951.tar.bz2 urpmi-a9718a22dc2d10c7d567d01907427136cc443951.tar.xz urpmi-a9718a22dc2d10c7d567d01907427136cc443951.zip |
fix comment
-rw-r--r-- | urpm/cdrom.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/urpm/cdrom.pm b/urpm/cdrom.pm index c40cd320..117a12d4 100644 --- a/urpm/cdrom.pm +++ b/urpm/cdrom.pm @@ -80,7 +80,6 @@ sub _try_mounting_cdrom_using_hal { #- side-effects: #- + those of try_mounting_cdrom ($urpm->{cdrom_mounted}, $blists_url->[_]{medium}{mntpoint}, "hal_mount") -#- + those of _try_mounting_medium ($urpm->{cdrom_mounted}, $blists_url->[_]{medium}{mntpoint}) sub _mount_cdrom_and_check { my ($urpm, $blists) = @_; |