Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Apr 2015 22:20: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: r383386 - in head/net/syncthing: . files
Message-ID:  <201504052220.t35MKrKm096229@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sun Apr  5 22:20:52 2015
New Revision: 383386
URL: https://svnweb.freebsd.org/changeset/ports/383386

Log:
  net/syncthing: fix comment on syncthing dir
  
  Reported by:	peter
  Pointhat to:	swills

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

Modified: head/net/syncthing/Makefile
==============================================================================
--- head/net/syncthing/Makefile	Sun Apr  5 22:20:35 2015	(r383385)
+++ head/net/syncthing/Makefile	Sun Apr  5 22:20:52 2015	(r383386)
@@ -3,6 +3,7 @@
 
 PORTNAME=	syncthing
 PORTVERSION=	0.10.30
+PORTREVISION=	1
 CATEGORIES=	net
 DISTVERSIONPREFIX=	v
 

Modified: head/net/syncthing/files/syncthing.in
==============================================================================
--- head/net/syncthing/files/syncthing.in	Sun Apr  5 22:20:35 2015	(r383385)
+++ head/net/syncthing/files/syncthing.in	Sun Apr  5 22:20:52 2015	(r383386)
@@ -16,7 +16,7 @@
 # syncthing_group (group):      Set group to run syncthing.
 #                               Default is "syncthing".
 # syncthing_dir (dir):          Set dir to run syncthing in.
-#                               Default is "/var/tmp/syncthing".
+#                               Default is "/var/db/syncthing".
 
 . /etc/rc.subr
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504052220.t35MKrKm096229>