Date: Friday, February 9, 2007 @ 17:09:28 Author: juergen Path: /home/cvs-pacman/pacman-lib/etc/pacman.d Removed: gen-mirrorlist.sh (1.1) * gen-mirrorlist.sh not needed anymore -------------------+ gen-mirrorlist.sh | 12 ------------ 1 file changed, 12 deletions(-) Index: pacman-lib/etc/pacman.d/gen-mirrorlist.sh diff -u pacman-lib/etc/pacman.d/gen-mirrorlist.sh:1.1 pacman-lib/etc/pacman.d/gen-mirrorlist.sh:removed --- pacman-lib/etc/pacman.d/gen-mirrorlist.sh:1.1 Thu Dec 28 11:54:35 2006 +++ pacman-lib/etc/pacman.d/gen-mirrorlist.sh Fri Feb 9 17:09:28 2007 @@ -1,12 +0,0 @@ -#!/bin/bash -# gen-mirrorlist.sh -# There's absolutely no way to make autoconf do this, so instead, autoconf will -# call this script - simple enough. - - -REPOS="current extra unstable release community" - -for i in $REPOS; do - rm -f $i - cat mirrorlist | sed "s|@@REPO@@|$i|g" > $i -done