[Lunar-commits]
CVS: theedge/var/lib/lunar/functions download.lunar, 1.49, 1.50
Moritz Heiber
moe at lunar-linux.org
Sun Dec 12 22:56:07 UTC 2004
Update of /var/cvs/lunar/theedge/var/lib/lunar/functions
In directory espresso.foo-projects.org:/tmp/cvs-serv859
Modified Files:
download.lunar
Log Message:
This will buy us some more time just incase the user is sitting
behind a _really huge_ pipe.
Index: download.lunar
===================================================================
RCS file: /var/cvs/lunar/theedge/var/lib/lunar/functions/download.lunar,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- download.lunar 10 Dec 2004 10:56:30 -0000 1.49
+++ download.lunar 12 Dec 2004 22:56:05 -0000 1.50
@@ -467,7 +467,7 @@
if [ ! -d "/proc/$DOWNLOAD_PID" -a -f "$DOWNLOAD_LOG" ]; then
cat $DOWNLOAD_LOG
else
- tail -s 0.0 --follow=name --pid=$DOWNLOAD_PID $DOWNLOAD_LOG
+ tail -s 0.0 -n 200 --follow=name --pid=$DOWNLOAD_PID $DOWNLOAD_LOG
sleep 1
fi
rm $DOWNLOAD_LOG
More information about the Lunar-commits
mailing list