From eb3d0910aa08dc314bca33e05e8635b4a44c351a Mon Sep 17 00:00:00 2001 From: Nuno Goncalves Date: Tue, 4 Jan 2011 21:13:00 +0000 Subject: [PATCH 1/1] [packages] sshtunnel: changed default retry time SVN-Revision: 24904 --- net/sshtunnel/files/initd_sshtunnel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/sshtunnel/files/initd_sshtunnel b/net/sshtunnel/files/initd_sshtunnel index 3e585634d1..3355e02c29 100644 --- 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 "10" + config_get retrydelay $1 retrydelay "60" config_get PKCS11Provider $1 PKCS11Provider config_get CheckHostIP $1 CheckHostIP config_get Compression $1 Compression -- 2.30.2