aboutsummaryrefslogtreecommitdiff
path: root/net/autossh/Makefile
diff options
context:
space:
mode:
authorAdrià Llaudet <adria.llaudet@gmail.com>2018-04-11 20:22:17 +0200
committerAdrià Llaudet <adria.llaudet@gmail.com>2018-04-11 20:22:17 +0200
commitaf31a192f80cf948004334507073751294a436a2 (patch)
treed47ec0e2df17c0009824a16b74e1ffc8bf1c7557 /net/autossh/Makefile
parent7103c62b61b8a7fb0542b04e4666cbae06379ff0 (diff)
autossh: add an 'enabled' option within the uci configuration file
In a tool like this one, you really want an option to establish if the service should start or not by default on boot time, especially when its configuration file has to be customized by the user. In the configuration file, the new 'enabled' option is setted to '0' by default since the configuration provided by default will not be the one finally used. In the init script, the new 'enabled' option is setted to '1' by default in order to support the previous configuration file behaviour. Signed-off-by: Adrià Llaudet <adria.llaudet@gmail.com>
Diffstat (limited to 'net/autossh/Makefile')
-rw-r--r--net/autossh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/autossh/Makefile b/net/autossh/Makefile
index c28ce14ce..fa4543af7 100644
--- a/net/autossh/Makefile
+++ b/net/autossh/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=autossh
PKG_VERSION:=1.4e
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz
PKG_SOURCE_URL:=http://www.harding.motd.ca/autossh/