diff options
Diffstat (limited to 'urpm')
-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) = @_; |