From 3e2545fd4b58874005c9f59a020f0225bb022a52 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Wed, 6 Aug 2003 17:48:14 +0000 Subject: 4.4-19mdk --- urpmi.addmedia | 1 + 1 file changed, 1 insertion(+) (limited to 'urpmi.addmedia') diff --git a/urpmi.addmedia b/urpmi.addmedia index 7239eb7d..6a697582 100755 --- a/urpmi.addmedia +++ b/urpmi.addmedia @@ -109,6 +109,7 @@ and [options] are from /^--probe-synthesis/ and $options{probe_with} = 'synthesis', next; /^--probe-hdlist/ and $options{probe_with} = 'hdlist', next; /^--no-probe/ and $options{probe_with} = undef, next; + /^--no-md5sum/ and $options{nomd5sum} = 1, next; /^--distrib$/ and $options{distrib} = undef, next; /^--distrib-(.*)$/ and $options{distrib} = $1, next; /^--from$/ and $options{mirrors_url} = shift @_, next; -- cgit v1.2.1