blob: 8ed69996ae42748d76fe8c1ba85e50cea07061dc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- doc/examples/tcp_range_script 2 Aug 1999 12:01:24 -0000 1.1.1.1
+++ doc/examples/tcp_range_script 21 Jan 2003 00:45:21 -0000
@@ -43,7 +43,7 @@
# where is netperf, and are there any "constant" options such as
# the netserver port number
#NETHOME=/usr/etc/net_perf
-NETHOME="."
+NETHOME="%%PREFIX%%/bin"
NETPERF=$NETHOME/netperf $PORT
# How accurate we want the estimate of performance:
|