svn commit: r371125 - in head/net/syncthing: . files

Steve Wills swills at FreeBSD.org
Sat Oct 18 14:08:53 UTC 2014


Author: swills
Date: Sat Oct 18 14:08:52 2014
New Revision: 371125
URL: https://svnweb.freebsd.org/changeset/ports/371125
QAT: https://qat.redports.org/buildarchive/r371125/

Log:
  net/syncthing: remove STNORESTART from rc script
  
  PR:		194442
  Reported by:	Andy Balholm <andy at balholm.com>

Modified:
  head/net/syncthing/Makefile
  head/net/syncthing/files/syncthing.in

Modified: head/net/syncthing/Makefile
==============================================================================
--- head/net/syncthing/Makefile	Sat Oct 18 13:18:19 2014	(r371124)
+++ head/net/syncthing/Makefile	Sat Oct 18 14:08:52 2014	(r371125)
@@ -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}

Modified: head/net/syncthing/files/syncthing.in
==============================================================================
--- head/net/syncthing/files/syncthing.in	Sat Oct 18 13:18:19 2014	(r371124)
+++ head/net/syncthing/files/syncthing.in	Sat Oct 18 14:08:52 2014	(r371125)
@@ -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


More information about the svn-ports-all mailing list