mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 18:16:48 -04:00
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
12 lines
286 B
Text
12 lines
286 B
Text
--- 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=""
|