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:
9031a40
)
[packages] sshtunnel: changed default retry time
author
Nuno Goncalves
<nunojpg@gmail.com>
Tue, 4 Jan 2011 21:13:00 +0000
(21:13 +0000)
committer
Nuno Goncalves
<nunojpg@gmail.com>
Tue, 4 Jan 2011 21:13:00 +0000
(21:13 +0000)
SVN-Revision: 24904
net/sshtunnel/files/initd_sshtunnel
patch
|
blob
|
history
diff --git
a/net/sshtunnel/files/initd_sshtunnel
b/net/sshtunnel/files/initd_sshtunnel
index 3e585634d139cd62a4be37624bbd00e636e59787..3355e02c29a0ebe200ae55fc35e4fa71e6e22f32 100644
(file)
--- a/
net/sshtunnel/files/initd_sshtunnel
+++ b/
net/sshtunnel/files/initd_sshtunnel
@@
-78,7
+78,7
@@
load_server() {
config_get user $1 user
config_get hostname $1 hostname
- config_get retrydelay $1 retrydelay "
1
0"
+ config_get retrydelay $1 retrydelay "
6
0"
config_get PKCS11Provider $1 PKCS11Provider
config_get CheckHostIP $1 CheckHostIP
config_get Compression $1 Compression