diff options
author | Francois Pons <fpons@mandriva.com> | 2003-08-06 17:48:14 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2003-08-06 17:48:14 +0000 |
commit | 3e2545fd4b58874005c9f59a020f0225bb022a52 (patch) | |
tree | d37e020fb7554fdc2eb45d554ab581982c7cee93 /urpmi.update | |
parent | c538bae4febfb96cbfceee464836a456b5f93172 (diff) | |
download | urpmi-3e2545fd4b58874005c9f59a020f0225bb022a52.tar urpmi-3e2545fd4b58874005c9f59a020f0225bb022a52.tar.gz urpmi-3e2545fd4b58874005c9f59a020f0225bb022a52.tar.bz2 urpmi-3e2545fd4b58874005c9f59a020f0225bb022a52.tar.xz urpmi-3e2545fd4b58874005c9f59a020f0225bb022a52.zip |
4.4-19mdk
Diffstat (limited to 'urpmi.update')
-rwxr-xr-x | urpmi.update | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/urpmi.update b/urpmi.update index 052f21c9..962a431b 100755 --- a/urpmi.update +++ b/urpmi.update @@ -53,6 +53,7 @@ sub main { $urpm->{proxy}{pwd} = $2; next; }; + /^--no-md5sum/ and $options{nomd5sum} = 1, next; /^--?noa/ and next; #- default, keeped for compability. /^-/ and die N("usage: urpmi.update [options] <name> ... where <name> is a medium name to update. |