summaryrefslogtreecommitdiffstats
path: root/urpm/ldap.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2006-11-22 12:23:32 +0000
committerPascal Rigaux <pixel@mandriva.com>2006-11-22 12:23:32 +0000
commitc3a8748e270ac518b61a4d6aafba5d65559d5141 (patch)
treea652b4b2258f61a34d87fb7db9c706e33ffd71a3 /urpm/ldap.pm
parentf76b572f4594e493bfe9fee0c7cb9a314ca0d1a7 (diff)
downloadurpmi-c3a8748e270ac518b61a4d6aafba5d65559d5141.tar
urpmi-c3a8748e270ac518b61a4d6aafba5d65559d5141.tar.gz
urpmi-c3a8748e270ac518b61a4d6aafba5d65559d5141.tar.bz2
urpmi-c3a8748e270ac518b61a4d6aafba5d65559d5141.tar.xz
urpmi-c3a8748e270ac518b61a4d6aafba5d65559d5141.zip
remove md5sum from @PER_MEDIA_OPT (which only list per-medium options in
urpmi.cfg), so that urpmi.cfg do not contain the md5sum (and so urpmi.cfg doesn't need to be modified on urpmi.update, only /var/lib/urpmi/MD5SUM is modified) (bug introduced when creating @PER_MEDIA_OPT in r35745, fixed in r35832, but broken again in r35953)
Diffstat (limited to 'urpm/ldap.pm')
-rw-r--r--urpm/ldap.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/ldap.pm b/urpm/ldap.pm
index df72c466..66fcc8db 100644
--- a/urpm/ldap.pm
+++ b/urpm/ldap.pm
@@ -12,7 +12,7 @@ use Net::LDAP;
(our $VERSION) = q($Revision$) =~ /(\d+)/;
our $LDAP_CONFIG_FILE = '/etc/ldap.conf';
-my @per_media_opt = (@urpm::media::PER_MEDIA_OPT, qw(ftp-proxy http-proxy));
+my @per_media_opt = (@urpm::media::PER_MEDIA_OPT, qw(md5sum ftp-proxy http-proxy));
# TODO
# use srv dns record ?