From c3a8748e270ac518b61a4d6aafba5d65559d5141 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 22 Nov 2006 12:23:32 +0000 Subject: 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) --- urpm/ldap.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urpm/ldap.pm') 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 ? -- cgit v1.2.1