Well, the patch in the bug from "anonymous" was not from me.
I checked your patch and wonder if "network_get_device Interface" part is right.
Anonymous had left that with small caps, but your patch changed also that to
"Interface".
Should that line be instead this way?
[ -n "${Interface}" ] && network_get_device interface "${Interface}"
On 1.3.2014 11:06, Catalin Patulea wrote:
ping
On Mon, Feb 24, 2014 at 1:28 AM, Catalin Patulea <c...@vv.carleton.ca> wrote:
From: hnyman <>
Sending this in for hnyman, from issue #15070:
https://dev.openwrt.org/ticket/15070
Should fix that issue.
Signed-off-by: Catalin Patulea <c...@vv.carleton.ca>
---
.../network/services/dropbear/files/dropbear.init | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/network/services/dropbear/files/dropbear.init
b/package/network/services/dropbear/files/dropbear.init
index ebef526..93dc3d9 100755
--- a/package/network/services/dropbear/files/dropbear.init
+++ b/package/network/services/dropbear/files/dropbear.init
@@ -72,8 +72,8 @@ dropbear_instance()
[ -n "${rsakeyfile}" ] && procd_append_param command -r "${rsakeyfile}"
[ -n "${dsskeyfile}" ] && procd_append_param command -d "${dsskeyfile}"
[ -n "${BannerFile}" ] && procd_append_param command -b "${BannerFile}"
- [ -n "${interface}" ] && network_get_device interface "${interface}"
- append_ports "${interface}" "${Port}"
+ [ -n "${Interface}" ] && network_get_device Interface "${Interface}"
+ append_ports "${Interface}" "${Port}"
procd_close_instance
}
--
1.7.9.5
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel