projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef7a8d8
)
siproxd: fix typo in variable name in init script
author
Luka Perkov
<
[email protected]
>
Fri, 18 Oct 2013 00:27:25 +0000
(
00:27
+0000)
committer
Luka Perkov
<
[email protected]
>
Fri, 18 Oct 2013 00:27:25 +0000
(
00:27
+0000)
Signed-off-by: Jiri Slachta <
[email protected]
>
SVN-Revision: 38443
net/siproxd/files/siproxd.init
patch
|
blob
|
history
diff --git
a/net/siproxd/files/siproxd.init
b/net/siproxd/files/siproxd.init
index 4ecdfbbcc2c1033ed4131a40cf7475103c1a20e2..1ad6e0fa4ca454e03e478767094194fbf38f1c84 100644
(file)
--- a/
net/siproxd/files/siproxd.init
+++ b/
net/siproxd/files/siproxd.init
@@
-128,7
+128,7
@@
start_instance() {
echo ua_string = "$ua_string" >> "$siproxd_conf_prefix$cfg"
echo use_rport = "$use_rport" >> "$siproxd_conf_prefix$cfg"
if [ -n "$outbound_proxy_host" ]; then
- echo oubound_proxy_host = "$outbound_proxy_host" >> "$siproxd_conf_prefix$cfg"
+ echo ou
t
bound_proxy_host = "$outbound_proxy_host" >> "$siproxd_conf_prefix$cfg"
fi
if [ -n "$outbound_proxy_port" ]; then
echo outbound_proxy_port = "$outbound_proxy_port" >> "$siproxd_conf_prefix$cfg"