summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2009-03-19 15:24:03 +0000
committerThierry Vignaud <tv@mandriva.org>2009-03-19 15:24:03 +0000
commit9ee9ba609d3bbc22365e63114af6d2b809243a2e (patch)
treef93728502cde6f0d1c0ae49066b192501242762c
parent22f341277a089b319ad5784bb62ae2dcb75e602e (diff)
downloadmgaonline-9ee9ba609d3bbc22365e63114af6d2b809243a2e.tar
mgaonline-9ee9ba609d3bbc22365e63114af6d2b809243a2e.tar.gz
mgaonline-9ee9ba609d3bbc22365e63114af6d2b809243a2e.tar.bz2
mgaonline-9ee9ba609d3bbc22365e63114af6d2b809243a2e.tar.xz
mgaonline-9ee9ba609d3bbc22365e63114af6d2b809243a2e.zip
(silentCheck) explain
-rwxr-xr-xmdkapplet1
1 files changed, 1 insertions, 0 deletions
diff --git a/mdkapplet b/mdkapplet
index ae0777e7..f9b4b7c5 100755
--- a/mdkapplet
+++ b/mdkapplet
@@ -509,6 +509,7 @@ sub silentCheck() {
require urpm::select;
require urpm::media;
# this eats 52Mb of RAM on 64bit:
+ # (hence we do it in the forked helper so that the applet doesn't eat too much RAM)
urpm::media::configure($urpm, if_(!is_it_a_devel_distro(), update => 1));
my @update_medias = get_update_medias($urpm);
if (!@update_medias) {