mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
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
11 lines
295 B
Bash
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
|