diff options
Diffstat (limited to 'benchmarks/netperf/files/patch-doc_examples_packet__byte__script')
-rw-r--r-- | benchmarks/netperf/files/patch-doc_examples_packet__byte__script | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/benchmarks/netperf/files/patch-doc_examples_packet__byte__script b/benchmarks/netperf/files/patch-doc_examples_packet__byte__script new file mode 100644 index 000000000000..17318deedc0c --- /dev/null +++ b/benchmarks/netperf/files/patch-doc_examples_packet__byte__script @@ -0,0 +1,11 @@ +--- doc/examples/packet_byte_script.orig 2011-02-10 17:04:20 UTC ++++ doc/examples/packet_byte_script +@@ -25,7 +25,7 @@ if [ $# -eq 0 ]; then + fi + + # where is netperf +-NETPERF_DIR=${NETPERF_DIR:=/opt/netperf2/bin} ++NETPERF_DIR=${NETPERF_DIR:=%%PREFIX%%/bin} + + + # at what port will netserver be waiting? If you decide to run |