diff options
author | Marius Strobl <marius@FreeBSD.org> | 2015-10-20 20:43:43 +0000 |
---|---|---|
committer | Marius Strobl <marius@FreeBSD.org> | 2015-10-20 20:43:43 +0000 |
commit | 4cd4a909063ea4897d0c818d51fa4721079686fa (patch) | |
tree | 48fe79c293bc94506dc29d41ec7000d52a6d52b6 /benchmarks/netperf/files/patch-runemomniaggdemo.sh | |
parent | Rework 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.sh | 11 |
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 |