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

Steve Wills swills at FreeBSD.org
Sun Apr 5 22:20:54 UTC 2015


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
 


More information about the svn-ports-all mailing list