Description: create sane default server config
 The default config file for bwctld generates some warnings
 during startup of the deamon which are quietet by this patch.
Author: Raoul Gunnar Borenius <borenius@dfn.de>
Forwarded: no
Last-Update: 2012-03-09
--- a/conf/bwctld.conf
+++ b/conf/bwctld.conf
@@ -21,7 +21,7 @@
 
 # full path to iperf executable
 # (defaults to "iperf" - assumes it will be found using PATH)
-#iperf_cmd	iperf
+iperf_cmd	/usr/bin/iperf
 
 # iperf_port (port to run iperf server "receiver" processes on
 # can use a range of the format start-end (no whitespace allowed)
@@ -36,7 +36,7 @@
 
 # full path to nuttcp executable
 # (defaults to "nuttcp" - assumes it will be found using PATH)
-#nuttcp_cmd	nuttcp
+nuttcp_cmd	/usr/bin/nuttcp
 
 # nuttcp_port (port to run nuttcp server "receiver" processes on
 # can use a range of the format start-end (no whitespace allowed)
