[packages_10.03.2] autossh: merge r30349
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 7 Feb 2012 12:42:53 +0000 (12:42 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 7 Feb 2012 12:42:53 +0000 (12:42 +0000)
SVN-Revision: 30350

net/autossh/Makefile
net/autossh/files/autossh.init

index 70c4c766003acc32a7e9faf7e6db8a2acc054aaf..ec6e7eb115d5d376cf2d6d866e045e70343fb13a 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2006-2011 OpenWrt.org
+# Copyright (C) 2006-2012 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=autossh
 PKG_VERSION:=1.4b
-PKG_RELEASE:=5
+PKG_RELEASE:=6
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz
 PKG_SOURCE_URL:=http://www.harding.motd.ca/autossh/
index b9b1afeaf43dee69fc3ab8563748a8661488ed17..cdff07c35f1fde96de567da1dde410abbdf5c0f5 100644 (file)
@@ -12,7 +12,7 @@ start_instance() {
        config_get poll "$section" 'poll'
 
        AUTOSSH_GATETIME="${gatetime:-30}" \
-       AUTOSSH_POLL="${poll:-600"}" \
+       AUTOSSH_POLL="${poll:-600}" \
        service_start /usr/sbin/autossh -M ${monitorport:-20000} -f ${ssh}
 }