diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-12-16 10:34:27 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-12-16 10:34:27 +0000 |
commit | 4feab46d9f5e1a48527c396a7e056cf5b517dad5 (patch) | |
tree | f38612f5596db1d717abdd3d44a000be10af9666 | |
parent | 7bbf897725ec6ca7eddb8b2250c277f87b6c3a72 (diff) | |
download | mgaonline-4feab46d9f5e1a48527c396a7e056cf5b517dad5.tar mgaonline-4feab46d9f5e1a48527c396a7e056cf5b517dad5.tar.gz mgaonline-4feab46d9f5e1a48527c396a7e056cf5b517dad5.tar.bz2 mgaonline-4feab46d9f5e1a48527c396a7e056cf5b517dad5.tar.xz mgaonline-4feab46d9f5e1a48527c396a7e056cf5b517dad5.zip |
(silentCheck) do not claim there're updates when there're not if check
for missing resctricted media is disabled (#46291)
regression introduced in r249700 on 2008-11-20: "offer to add the
restricted update medium if not available"
-rw-r--r-- | NEWS | 5 | ||||
-rwxr-xr-x | mdkapplet | 2 |
2 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,8 @@ +- mdkapplet + o do not claim there're updates when there're not if check for + missing resctricted media is disabled (#46291) + (regression introduced in 2.68) + Version 2.71.4 - 11 December 2008 - mdkapplet-restricted-helper @@ -524,6 +524,8 @@ sub silentCheck() { } else { checker_exit('unconfigured_restricted_media'); } + } else { + checker_exit('uptodate'); } } } else { |