ports/benchmarks/netperf/files/patch-doc_examples_runemomniaggdemo.sh
Marius Strobl 3e1f667a34 benchmarks/netperf: Update to 20210121 version
For the most part, this complicates the build, moves the debug log from
/tmp to /var/log and changes debugging to default to off. Also:
- Don't let netserver chmod(2) /dev/null to 644 when debug log is off.
- Take back port.

Approved by:	netchild
2023-04-15 21:01:48 +02:00

11 lines
295 B
Bash

--- doc/examples/runemomniaggdemo.sh.orig 2013-05-10 18:14:25 UTC
+++ doc/examples/runemomniaggdemo.sh
@@ -138,7 +138,7 @@ then
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