karsten points out that we are missing one dirserver

svn:r13789
This commit is contained in:
Peter Palfrader 2008-03-01 00:52:48 +00:00
parent 9b582af28a
commit 306aab9288
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ DIRSERVERS="$DIRSERVERS 128.31.0.34:9031" # moria1
DIRSERVERS="$DIRSERVERS 216.224.124.114:9030" # ides
DIRSERVERS="$DIRSERVERS 88.198.7.215:80" # gabelmoo
DIRSERVERS="$DIRSERVERS 140.247.60.64:80" # lefkada
DIRSERVERS="$DIRSERVERS 213.73.91.31:80" # dannenberg
TMPFILE="`tempfile`"
trap 'rm -f "$TMPFILE"' 0