diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-10-29 19:42:42 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-10-29 19:42:42 +0000 |
commit | 2979057dc69d5fcb56d8c4dcd5cd5c796811ed46 (patch) | |
tree | 3235169bd9c373350e3515933c18925848d90475 /net-p2p | |
parent | bah mdns bah (Manifest recommit) (diff) | |
download | gentoo-2-2979057dc69d5fcb56d8c4dcd5cd5c796811ed46.tar.gz gentoo-2-2979057dc69d5fcb56d8c4dcd5cd5c796811ed46.tar.bz2 gentoo-2-2979057dc69d5fcb56d8c4dcd5cd5c796811ed46.zip |
fix updating script
Diffstat (limited to 'net-p2p')
-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 |