[tor-commits] [flashproxy/master] Don't background the creation of the sparse file.

dcf at torproject.org dcf at torproject.org
Mon Jul 18 04:01:01 UTC 2011


commit 7dd2e2fbaba165cc51b76099269d11bdaae8f2c5
Author: David Fifield <david at bamsoftware.com>
Date:   Fri Jul 15 21:15:38 2011 +0000

    Don't background the creation of the sparse file.
---
 experiments/00 |    2 +-
 experiments/01 |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/experiments/00 b/experiments/00
index b88b974..484787d 100755
--- a/experiments/00
+++ b/experiments/00
@@ -13,7 +13,7 @@ cd ..
 # Create 1GB dump file
 echo "creating dump file..."
 rm dump
-dd if=/dev/null of=dump bs=1G seek=1 &
+dd if=/dev/null of=dump bs=1G seek=1
 
 # Start http server
 echo "starting http server..."
diff --git a/experiments/01 b/experiments/01
index 88e0565..b3962f9 100755
--- a/experiments/01
+++ b/experiments/01
@@ -13,7 +13,7 @@ cd ..
 # Create 1GB dump file
 echo "creating dump file..."
 rm dump
-dd if=/dev/null of=dump bs=1G seek=1 &
+dd if=/dev/null of=dump bs=1G seek=1
 
 # Start http server
 echo "starting http server..."





More information about the tor-commits mailing list