blob: aaa6d8a7bbdcc90446ad3f005011feed9d260a37 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- doc/examples/tcp_rr_script.orig 2011-02-10 17:04:20 UTC
+++ doc/examples/tcp_rr_script
@@ -25,7 +25,7 @@ fi
# where the programs are
#NETHOME=/usr/local/netperf
#NETHOME="/opt/netperf"
-NETHOME=.
+NETHOME=%%PREFIX%%/bin
# at what port will netserver be waiting? If you decide to run
# netserver at a differnet port than the default of 12865, then set
|