diff options
author | swills <swills@FreeBSD.org> | 2014-10-18 22:08:52 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2014-10-18 22:08:52 +0800 |
commit | 6d1e9d1e559a1b9c6468f0b952af588fac14e607 (patch) | |
tree | fc60bac4a8a80ad15762c6093a56fe666df0b266 /net | |
parent | 9e0b99154212f52859daed0e9d837adf8a34c818 (diff) | |
download | freebsd-ports-gnome-6d1e9d1e559a1b9c6468f0b952af588fac14e607.tar.gz freebsd-ports-gnome-6d1e9d1e559a1b9c6468f0b952af588fac14e607.tar.zst freebsd-ports-gnome-6d1e9d1e559a1b9c6468f0b952af588fac14e607.zip |
net/syncthing: remove STNORESTART from rc script
PR: 194442
Reported by: Andy Balholm <andy@balholm.com>
Diffstat (limited to 'net')
-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 |