From 67dfb54c3afd1232d84db3bfa6732cb4d8e5bee2 Mon Sep 17 00:00:00 2001 From: Marco Bonetti Date: Thu, 19 Mar 2015 08:59:14 +0100 Subject: syncthing 0.10.27 Also log stdout/err to a logfile Closes #37856. Signed-off-by: Mike McQuaid --- Library/Formula/syncthing.rb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Library/Formula/syncthing.rb') diff --git a/Library/Formula/syncthing.rb b/Library/Formula/syncthing.rb index f566ba54b..60d7eb9f0 100644 --- a/Library/Formula/syncthing.rb +++ b/Library/Formula/syncthing.rb @@ -1,7 +1,7 @@ class Syncthing < Formula homepage "http://syncthing.net" url "https://github.com/syncthing/syncthing.git", - :tag => "v0.10.26", :revision => "9c3cee9ae4ff8ea7d8e3edc9eb7ff590a8255bdb" + :tag => "v0.10.27", :revision => "19e82e93b15ff0d9b95d2e8d2144d7c1d7be3c55" head "https://github.com/syncthing/syncthing.git" @@ -47,6 +47,10 @@ class Syncthing < Formula ProcessType Background + StandardErrorPath + #{var}/log/syncthing.log + StandardOutPath + #{var}/log/syncthing.log EOS -- cgit v1.2.3