From owner-svn-ports-head@FreeBSD.ORG Sun Apr 5 22:20:54 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7057E1A1; Sun, 5 Apr 2015 22:20:54 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5B9AF7D1; Sun, 5 Apr 2015 22:20:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t35MKsOF096231; Sun, 5 Apr 2015 22:20:54 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t35MKrKm096229; Sun, 5 Apr 2015 22:20:53 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201504052220.t35MKrKm096229@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 5 Apr 2015 22:20:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383386 - in head/net/syncthing: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Apr 2015 22:20:54 -0000 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