diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2006-11-22 11:09:42 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2006-11-22 11:09:42 +0000 |
commit | f76b572f4594e493bfe9fee0c7cb9a314ca0d1a7 (patch) | |
tree | 55ee1d7f1f10ab96cbcc9c3c7182e7bbc2acbb23 /urpm | |
parent | 3d6b7b8b4823e1a60b676c86e10358ee45bb70da (diff) | |
download | urpmi-f76b572f4594e493bfe9fee0c7cb9a314ca0d1a7.tar urpmi-f76b572f4594e493bfe9fee0c7cb9a314ca0d1a7.tar.gz urpmi-f76b572f4594e493bfe9fee0c7cb9a314ca0d1a7.tar.bz2 urpmi-f76b572f4594e493bfe9fee0c7cb9a314ca0d1a7.tar.xz urpmi-f76b572f4594e493bfe9fee0c7cb9a314ca0d1a7.zip |
@PER_MEDIA_OPT is now in urpm::media
Diffstat (limited to 'urpm')
-rw-r--r-- | urpm/ldap.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/ldap.pm b/urpm/ldap.pm index 5c4d636f..df72c466 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::PER_MEDIA_OPT, qw(ftp-proxy http-proxy)); +my @per_media_opt = (@urpm::media::PER_MEDIA_OPT, qw(ftp-proxy http-proxy)); # TODO # use srv dns record ? |