From a3aa20e15d4e8c4bf55057a2cdd231a8c7704b65 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Wed, 21 Oct 2009 12:48:13 +0000 Subject: remove obsolete option, certificate checking is now on by default --- mdkapplet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mdkapplet b/mdkapplet index ebffcc94..245e80b5 100755 --- a/mdkapplet +++ b/mdkapplet @@ -302,7 +302,7 @@ sub get_distro_list() { mdkapplet_urpm::get_content($urpm, $list); } else { urpm::ensure_valid_cachedir($urpm); - urpm::download::get_content($urpm, $list, "strict-certificate-check" => 1); + urpm::download::get_content($urpm, $list); } }; } -- cgit v1.2.1