diff options
Diffstat (limited to 'benchmarks/netperf/files/patch-arr_script')
-rw-r--r-- | benchmarks/netperf/files/patch-arr_script | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/benchmarks/netperf/files/patch-arr_script b/benchmarks/netperf/files/patch-arr_script new file mode 100644 index 000000000000..2a9e6b32d9a6 --- /dev/null +++ b/benchmarks/netperf/files/patch-arr_script @@ -0,0 +1,12 @@ +--- doc/examples/arr_script.orig Wed Sep 8 15:57:17 1999 ++++ doc/examples/arr_script Wed Sep 8 15:57:56 1999 +@@ -10,8 +10,7 @@ + TOLERANCE=15 + MAX_RETRIES=3 + +- NETPERF="/usr/local/netperf/netperf" +- NETPERF="./netperf" ++ NETPERF="%%PREFIX%%/bin/netperf" + + NPROC_LIST="" + RR_SIZES="" |