]> xenbits.xensource.com Git - xentesttools/bootstrap.git/commitdiff
rcS: Fix iperf hogging the console.
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Fri, 19 Jul 2013 17:52:18 +0000 (13:52 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Fri, 19 Jul 2013 17:52:18 +0000 (13:52 -0400)
We forgot to put in the background.

Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
root_image/etc/init.d/rcS

index 4c5a2a84becccbc4e7646ff99d1cbcb0a9191f28..463a83321ea823a0ba644eb5d897b897101df931 100755 (executable)
@@ -147,7 +147,7 @@ if [ $? == 0 ]; then
                        ;;
                net)
                        netserver &
-                       iperf -s -D -w 256000
+                       iperf -s -D -w 256000 &
                        ;;
                netstatic)
                        netserver &