diff options
author | fenner <fenner@FreeBSD.org> | 1999-09-08 23:07:53 +0000 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 1999-09-08 23:07:53 +0000 |
commit | 89a3f2635ad3b143073bec4f1aaa0b0889333302 (patch) | |
tree | 396882aaaa7bcaaa84a9dbb02963d681e318669e /benchmarks | |
parent | afd861bdfef4b8d79cbea448947c79933a06a9e8 (diff) | |
download | FreeBSD-ports-89a3f2635ad3b143073bec4f1aaa0b0889333302.zip FreeBSD-ports-89a3f2635ad3b143073bec4f1aaa0b0889333302.tar.gz |
Fix up arr_script too; it's not installed by netperf but it is now
usable in case anyone grovels around in the work dir and finds it.
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/netperf/files/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/benchmarks/netperf/files/patch-ab b/benchmarks/netperf/files/patch-ab new file mode 100644 index 0000000..c1c33e1 --- /dev/null +++ b/benchmarks/netperf/files/patch-ab @@ -0,0 +1,13 @@ +/usr/bin/diff --ignore-matching-lines=.*{$Id:|$Header:}.* -u arr_script.orig arr_script +--- arr_script.orig Wed Sep 8 15:57:17 1999 ++++ arr_script Wed Sep 8 15:57:56 1999 +@@ -10,8 +10,7 @@ + TOLERANCE=15 + MAX_RETRIES=3 + +- NETPERF="/usr/local/netperf/netperf" +- NETPERF="./netperf" ++ NETPERF="%%PREFIX%%/netperf/netperf" + + NPROC_LIST="" + RR_SIZES="" |