From 5e10932dd221d5ff4033337baee57b3e630946ba Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 29 Oct 2008 16:33:26 +0000 Subject: drop obsolete stuff it should have been dropped in commit: : r14827 | rgarciasuarez | 2005-02-17 16:01:39 +0100 (Thu, 17 Feb 2005) | 2 lines : Remove obsoleted and broken --distrib-XXX command-line option --- urpm/cfg.pm | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'urpm/cfg.pm') diff --git a/urpm/cfg.pm b/urpm/cfg.pm index a06c3557..8619eda9 100644 --- a/urpm/cfg.pm +++ b/urpm/cfg.pm @@ -319,19 +319,6 @@ sub write_ini_config { } } -#- routines to handle mirror list location - -#- Default mirror list -our $mirrors = 'http://www.mandrivalinux.com/mirrorsfull.list'; - -sub mirrors_cfg () { - foreach (cat_("/etc/urpmi/mirror.config")) { - chomp; s/#.*$//; s/^\s*//; s/\s*$//; - /^url\s*=\s*(.*)/ and $mirrors = $1; - } - return 1; -} - 1; __END__ -- cgit v1.2.1