diff options
author | 2004-10-29 19:42:42 +0000 | |
---|---|---|
committer | 2004-10-29 19:42:42 +0000 | |
commit | 36837a2eb04591de38b6d426b7dc833ca9af3ef3 (patch) | |
tree | 3322f3ca70c153fdcb154cec316572a635670add /net-p2p/gift-gnutella/files | |
parent | bah mdns bah (diff) | |
download | historical-36837a2eb04591de38b6d426b7dc833ca9af3ef3.tar.gz historical-36837a2eb04591de38b6d426b7dc833ca9af3ef3.tar.bz2 historical-36837a2eb04591de38b6d426b7dc833ca9af3ef3.zip |
fix updating script
Diffstat (limited to 'net-p2p/gift-gnutella/files')
-rw-r--r-- | net-p2p/gift-gnutella/files/cacheupdate.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/gift-gnutella/files/cacheupdate.sh b/net-p2p/gift-gnutella/files/cacheupdate.sh index 81a2ac5e86cd..85f3e45a3aea 100644 --- a/net-p2p/gift-gnutella/files/cacheupdate.sh +++ b/net-p2p/gift-gnutella/files/cacheupdate.sh @@ -1,11 +1,11 @@ #!/bin/bash # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-gnutella/files/cacheupdate.sh,v 1.5 2004/10/11 20:13:47 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-gnutella/files/cacheupdate.sh,v 1.6 2004/10/29 19:42:42 squinky86 Exp $ if [ -d ~/.giFT/Gnutella/ ]; then cd ~/.giFT/Gnutella - wget http://gwebcache.squinky.gotdns.com/perlgcache.cgi?get=1\&hostfile=1\&net=gnutella2\&client=GEN2\&version=0.1 -O gwebcaches.new || die "Unable to retrieve new caches." + wget http://loot.alumnigroup.org/?get=1\&hostfile=1\&net=gnutella2\&client=GEN2\&version=0.1 -O gwebcaches.new || die "Unable to retrieve new caches." grep "u|" gwebcaches.new > gwebcaches.new1 sed -i -e 's:u|::g' gwebcaches.new1 sed -i -e 's:|.*::g' gwebcaches.new1 |