From: Felix Fietkau Date: Sat, 15 Aug 2009 21:31:41 +0000 (+0000) Subject: wprobe: fix tcp port for the proxy mode in the init script X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=ac4bfad005e56a548cffebc7299df50eb7573f4c wprobe: fix tcp port for the proxy mode in the init script SVN-Revision: 17278 --- diff --git a/package/wprobe/files/wprobe.init b/package/wprobe/files/wprobe.init index 11a5bf6e14..26d5c3d312 100755 --- a/package/wprobe/files/wprobe.init +++ b/package/wprobe/files/wprobe.init @@ -25,7 +25,7 @@ config_wprobe() { start_proxy() { config_get port "$cfg" port - wprobe_ssd -S proxy "$UTIL" -P -p "${port:-19770}" + wprobe_ssd -S proxy "$UTIL" -P -p "${port:-17990}" } start_ipfix() {