CVS: theedge/var/lib/lunar/functions uniqid.lunar,1.6,1.7
Auke Kok
sofar at lunar-linux.org
Tue Nov 25 23:22:41 GMT 2003
Update of /var/cvs/lunar/theedge/var/lib/lunar/functions
In directory dbguin.lunar-linux.org:/tmp/cvs-serv25918/var/lib/lunar/functions
Modified Files:
uniqid.lunar
Log Message:
Fixes moonbase downloads time-outing if dbguin is down... we prolly have to merge this into lunar ASAP.
Index: uniqid.lunar
===================================================================
RCS file: /var/cvs/lunar/theedge/var/lib/lunar/functions/uniqid.lunar,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- uniqid.lunar 4 Aug 2003 23:19:42 -0000 1.6
+++ uniqid.lunar 25 Nov 2003 23:22:38 -0000 1.7
@@ -16,7 +16,7 @@
fi
verbose_msg "registering \"$UNIQID\" with server"
- wget -q -O - "www.lunar-linux.org/cgi-bin/houston?loc=$UNIQID"
+ wget -t 1 -T 5 -q -O - "www.lunar-linux.org/cgi-bin/houston?loc=$UNIQID"
}
More information about the Lunar-commits
mailing list