diff options
author | Steve Wills <swills@FreeBSD.org> | 2014-10-18 14:08:52 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2014-10-18 14:08:52 +0000 |
commit | 4a887e1f81674be715c851a5f131110a5921ea85 (patch) | |
tree | fc60bac4a8a80ad15762c6093a56fe666df0b266 | |
parent | Convert to USES=python (diff) |
net/syncthing: remove STNORESTART from rc script
PR: 194442
Reported by: Andy Balholm <andy@balholm.com>
Notes
Notes:
svn path=/head/; revision=371125
-rw-r--r-- | net/syncthing/Makefile | 1 | ||||
-rw-r--r-- | net/syncthing/files/syncthing.in | 1 |
2 files changed, 1 insertions, 1 deletions
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 |