Date: Sat, 18 Oct 2014 14:08:53 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371125 - in head/net/syncthing: . files Message-ID: <201410181408.s9IE8rfx060948@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410181408.s9IE8rfx060948>