[Lunar-commits] CVS: theedge/bin lvu,1.66,1.67
Auke Kok
sofar at lunar-linux.org
Sat Apr 2 10:27:04 UTC 2005
Update of /var/cvs/lunar/theedge/bin
In directory espresso.foo-projects.org:/tmp/cvs-serv2922/bin
Modified Files:
lvu
Log Message:
Much better implementation of the URL alternatives: this creates a decent picklist and insterts alternatives for known MIRROR clusters automatically in the list. Lvu urls needs some more work but is acceptable.
Index: lvu
===================================================================
RCS file: /var/cvs/lunar/theedge/bin/lvu,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- lvu 25 Mar 2005 15:53:57 -0000 1.66
+++ lvu 2 Apr 2005 10:27:00 -0000 1.67
@@ -644,7 +644,8 @@
show_urls() { (
# function overrides:
- plugin_call() { echo $2 ; }
+ plugin_call() { return 0 ; }
+ download_url() { echo $1 ; return 1 ; }
connect() { return 0 ; }
SILENT=on
More information about the Lunar-commits
mailing list