diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-27 15:09:11 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-27 15:09:11 +0000 |
commit | 56bf85096cc89f91d28671b5d93b4172240263bc (patch) | |
tree | 0574ce9eee45d627f943b80b2445882a762b52af /benchmarks/netperf/files/patch-doc_examples_arr__script | |
parent | Add new port -- Rounded Mgen+ Japanese TrueType fonts (diff) |
Cleanup patches, category benchmarks
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'benchmarks/netperf/files/patch-doc_examples_arr__script')
-rw-r--r-- | benchmarks/netperf/files/patch-doc_examples_arr__script | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/benchmarks/netperf/files/patch-doc_examples_arr__script b/benchmarks/netperf/files/patch-doc_examples_arr__script new file mode 100644 index 000000000000..69f3f3f134e5 --- /dev/null +++ b/benchmarks/netperf/files/patch-doc_examples_arr__script @@ -0,0 +1,12 @@ +--- doc/examples/arr_script.orig 2011-02-10 17:04:20 UTC ++++ doc/examples/arr_script +@@ -12,8 +12,7 @@ init_parms() { + TOLERANCE=15 + MAX_RETRIES=3 + +- NETPERF="/usr/local/netperf/netperf" +- NETPERF="./netperf" ++ NETPERF="%%PREFIX%%/bin/netperf" + + NPROC_LIST="" + RR_SIZES="" |