summaryrefslogtreecommitdiffstats
path: root/package/wprobe
diff options
context:
space:
mode:
authoragb <agb@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-12-26 19:21:10 +0000
committeragb <agb@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-12-26 19:21:10 +0000
commit77c2d5ff3c87556ad5dbec1784ed54c5dd9c8a9a (patch)
tree61f5cf598695629bbaac1885eec970cd40c63b8f /package/wprobe
parent304738ed8af0a08e42ed56c2566e3b04f5481517 (diff)
[package] wprobe: fix interface selection. Thanks morpheus, Freifunk Aurich
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18946 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/wprobe')
-rwxr-xr-xpackage/wprobe/files/wprobe.init4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/wprobe/files/wprobe.init b/package/wprobe/files/wprobe.init
index 26d5c3d31..b35246d42 100755
--- a/package/wprobe/files/wprobe.init
+++ b/package/wprobe/files/wprobe.init
@@ -1,6 +1,6 @@
#!/bin/sh /etc/rc.common
START=90
-EXPORTER=/usr/sbin/wprobe-ipfix
+EXPORTER=/sbin/wprobe-export
UTIL=/sbin/wprobe-util
wprobe_ssd() {
@@ -30,7 +30,7 @@ start_proxy() {
start_ipfix() {
local cfg="$1"
- config_get ifname "$cfg" interface
+ config_get ifname "$cfg" ifname
config_get host "$cfg" host
config_get port "$cfg" port
config_get proto "$cfg" proto