projects
/
openwrt
/
staging
/
ynezz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34ba3ff
)
wprobe: fix interface selection. Thanks morpheus, Freifunk Aurich
author
Andy Boyett
<agb@openwrt.org>
Sat, 26 Dec 2009 19:21:10 +0000
(19:21 +0000)
committer
Andy Boyett
<agb@openwrt.org>
Sat, 26 Dec 2009 19:21:10 +0000
(19:21 +0000)
SVN-Revision: 18946
package/wprobe/files/wprobe.init
patch
|
blob
|
history
diff --git
a/package/wprobe/files/wprobe.init
b/package/wprobe/files/wprobe.init
index 26d5c3d31263784912836ec1bb15b8a72b46b305..b35246d42ed197cbad9e94a3a776221c543c80ed 100755
(executable)
--- 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" i
nterfac
e
+ config_get ifname "$cfg" i
fnam
e
config_get host "$cfg" host
config_get port "$cfg" port
config_get proto "$cfg" proto