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 | 36837a2eb04591de38b6d426b7dc833ca9af3ef3 (patch) | |
tree | 3322f3ca70c153fdcb154cec316572a635670add /net-p2p/gift-gnutella | |
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')
-rw-r--r-- | net-p2p/gift-gnutella/Manifest | 8 | ||||
-rw-r--r-- | net-p2p/gift-gnutella/files/cacheupdate.sh | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net-p2p/gift-gnutella/Manifest b/net-p2p/gift-gnutella/Manifest index dc48d818f2b3..3855f2db2e4e 100644 --- a/net-p2p/gift-gnutella/Manifest +++ b/net-p2p/gift-gnutella/Manifest @@ -6,11 +6,11 @@ MD5 7cec74b0299b882dc3eea20601c330a3 ChangeLog 2616 MD5 875f23093b78af2d864a7a7ba464f126 metadata.xml 223 MD5 c464f118c813212dd2f6e7ddbfd0bef4 files/digest-gift-gnutella-0.0.9.2 74 MD5 3a2b71fe09957a425acb0f40be079266 files/gift-gnutella-gcc35.patch 457 -MD5 847e4221e9d946d2e410e4f691cdcf9b files/cacheupdate.sh 864 +MD5 0a5373ad71a58a55c2f66b39c845be66 files/cacheupdate.sh 842 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) -iD8DBQFBaumBcAgAdbxYsnERAvZ/AKCHBTnMO9TxiaD23v9XO7NQwSyCcwCdFUFO -7ycBsQap8lXx+vmFxerTzRg= -=lhdV +iD8DBQFBgp07cAgAdbxYsnERAvnEAJsGKelRSbWvguoweraGDrD6M9luJgCffvPp +80CTgiTrpaCrEXDFzVVGvng= +=ZlEu -----END PGP SIGNATURE----- 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 |