diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-11-05 17:14:52 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-11-05 17:14:52 +0000 |
commit | c0aac57ed8eb4048fb850f6b4a24d817873532c6 (patch) | |
tree | 184b5a0385076d30b60863250d252d6ed5c88afd | |
parent | f4d1eb8ea280b03fb7ca1ac28600d0be49dc74b9 (diff) | |
download | urpmi-c0aac57ed8eb4048fb850f6b4a24d817873532c6.tar urpmi-c0aac57ed8eb4048fb850f6b4a24d817873532c6.tar.gz urpmi-c0aac57ed8eb4048fb850f6b4a24d817873532c6.tar.bz2 urpmi-c0aac57ed8eb4048fb850f6b4a24d817873532c6.tar.xz urpmi-c0aac57ed8eb4048fb850f6b4a24d817873532c6.zip |
Remove obsolete comment
-rwxr-xr-x | urpmi | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -369,10 +369,7 @@ if ($bug) { } } -#- search the packages according the selection given by the user, -#- basesystem is added to the list so if it need to be upgraded, -#- all its dependency will be updated too. -#- make sure basesystem exists before. +#- search the packages according to the selection given by the user. if (@names) { $urpm->search_packages(\%requested, [ @names ], all => $all, |