--- netspeed.org    2009-10-03 13:02:55.000000000 +0200
+++ netspeed    2009-10-04 12:49:05.000000000 +0200
@@ -73,6 +73,9 @@
 #echo create dir: $dboxmountpoint
 #mkdir -p $dboxmountpoint
 
+# uha: correct trap SIGINT
+trap "echo '^C received, wait for stop...'; kill -SIGKILL $$" SIGINT
+
 if [ $art == "cifs" ];then
    echo
    echo "Measuring Cifs throughput..."

