[Lunar-commits] CVS: theedge/var/lib/lunar/functions download.lunar, 1.46, 1.47

Moritz Heiber moe at lunar-linux.org
Tue Dec 7 14:11:03 UTC 2004


Update of /var/cvs/lunar/theedge/var/lib/lunar/functions
In directory espresso.foo-projects.org:/tmp/cvs-serv32030

Modified Files:
	download.lunar 
Log Message:
We all love eye candy. This now is _almost_ as fast as the real
output ;-)


Index: download.lunar
===================================================================
RCS file: /var/cvs/lunar/theedge/var/lib/lunar/functions/download.lunar,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- download.lunar	7 Dec 2004 12:12:42 -0000	1.46
+++ download.lunar	7 Dec 2004 14:11:01 -0000	1.47
@@ -466,7 +466,7 @@
     if [ ! -d /proc/$DOWNLOAD_PID -a -f $DOWNLOAD_LOG ]; then
         cat $DOWNLOAD_LOG
     else
-        tail --follow=name --pid=$DOWNLOAD_PID $DOWNLOAD_LOG
+        tail -s 0.0 --follow=name --pid=$DOWNLOAD_PID $DOWNLOAD_LOG
         sleep 1
     fi
     rm $DOWNLOAD_LOG



More information about the Lunar-commits mailing list