summaryrefslogtreecommitdiff
path: root/benchmarks/netperf/files/patch-runemomniaggdemo.sh
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2015-10-20 20:43:43 +0000
committerMarius Strobl <marius@FreeBSD.org>2015-10-20 20:43:43 +0000
commit4cd4a909063ea4897d0c818d51fa4721079686fa (patch)
tree48fe79c293bc94506dc29d41ec7000d52a6d52b6 /benchmarks/netperf/files/patch-runemomniaggdemo.sh
parentRework change in r399791 for default perl to not execute it on 'make clean' (diff)
- Update to 2.7.0.
- Add an EXAMPLES knob. - Unbreak CPU utilization measurement support for FreeBSD >= 10 [1], unbreak SCTP support for FreeBSD >= 10. PR: 203752 [1]
Diffstat (limited to 'benchmarks/netperf/files/patch-runemomniaggdemo.sh')
-rw-r--r--benchmarks/netperf/files/patch-runemomniaggdemo.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/benchmarks/netperf/files/patch-runemomniaggdemo.sh b/benchmarks/netperf/files/patch-runemomniaggdemo.sh
new file mode 100644
index 000000000000..0c5ab9e01da8
--- /dev/null
+++ b/benchmarks/netperf/files/patch-runemomniaggdemo.sh
@@ -0,0 +1,11 @@
+--- doc/examples/runemomniaggdemo.sh.orig 2013-05-10 20:14:25.000000000 +0200
++++ doc/examples/runemomniaggdemo.sh 2015-10-19 15:37:46.597952000 +0200
+@@ -138,7 +138,7 @@
+ fi
+
+ # allow the netperf binary to be used to be overridden
+-NETPERF=${NETPERF:="netperf"}
++NETPERF="%%PREFIX%%/bin/netperf"
+
+ if [ $NUM_REMOTE_HOSTS -lt 2 ]
+ then