From 6d1e9d1e559a1b9c6468f0b952af588fac14e607 Mon Sep 17 00:00:00 2001 From: swills Date: Sat, 18 Oct 2014 14:08:52 +0000 Subject: net/syncthing: remove STNORESTART from rc script PR: 194442 Reported by: Andy Balholm --- net/syncthing/Makefile | 1 + net/syncthing/files/syncthing.in | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'net') diff --git a/net/syncthing/Makefile b/net/syncthing/Makefile index b1a3fa064a80..237514e387df 100644 --- a/net/syncthing/Makefile +++ b/net/syncthing/Makefile @@ -3,6 +3,7 @@ PORTNAME= syncthing PORTVERSION= 0.10.1 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/archive/v${PORTVERSION}.tar.gz?dummy=/ DISTNAME= ${PORTNAME}-${PORTVERSION} diff --git a/net/syncthing/files/syncthing.in b/net/syncthing/files/syncthing.in index 7ebafd040e7e..8bc7038efe4b 100644 --- a/net/syncthing/files/syncthing.in +++ b/net/syncthing/files/syncthing.in @@ -30,7 +30,6 @@ load_rc_config $name : ${syncthing_group:="syncthing"} : ${syncthing_dir:="/var/tmp/syncthing"} -export STNORESTART=true export HOME=${syncthing_dir} pidfile=/var/run/syncthing.pid -- cgit