diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-02-26 22:43:46 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-02-26 22:43:46 +0000 |
commit | de18dd3a9727b9995166abe4dd81a7ca9a65db84 (patch) | |
tree | 2584fb9137d85898b04f7fcf5cd26b8899db958d /urpm | |
parent | a6b13234890201316bc60be9220f0ff40d008981 (diff) | |
download | urpmi-de18dd3a9727b9995166abe4dd81a7ca9a65db84.tar urpmi-de18dd3a9727b9995166abe4dd81a7ca9a65db84.tar.gz urpmi-de18dd3a9727b9995166abe4dd81a7ca9a65db84.tar.bz2 urpmi-de18dd3a9727b9995166abe4dd81a7ca9a65db84.tar.xz urpmi-de18dd3a9727b9995166abe4dd81a7ca9a65db84.zip |
fix comment
Diffstat (limited to 'urpm')
-rw-r--r-- | urpm/removable.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/urpm/removable.pm b/urpm/removable.pm index 464bd551..a24019fd 100644 --- a/urpm/removable.pm +++ b/urpm/removable.pm @@ -265,6 +265,7 @@ sub _sort_media { #- where there is one hash for each medium in {media} #- #- side-effects: +#- + those of _try_mounting_non_removable ($urpm->{removable_mounted}, "mount") #- + those of _examine_removable_medium ($urpm->{removable_mounted}, $sources, "mount", "umount", "eject", "copy-move-files") sub copy_packages_of_removable_media { my ($urpm, $list, $sources, $o_ask_for_medium) = @_; |