mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 09:00:33 -04:00
While here, take maintainership PR: 220895 Approved by: Ivan <bsd@abinet.ru> (maintainer)
11 lines
564 B
Python
11 lines
564 B
Python
--- syncthing_gtk/configuration.py.orig 2017-07-03 19:06:48 UTC
|
|
+++ syncthing_gtk/configuration.py
|
|
@@ -30,7 +30,7 @@ class _Configuration(object):
|
|
"autokill_daemon" : (int, 2), # 0 - never kill, 1 - always kill, 2 - ask
|
|
"daemon_priority" : (int, 0), # uses nice values
|
|
"max_cpus" : (int, 0), # 0 for all cpus
|
|
- "syncthing_binary" : (str, "/usr/bin/syncthing"),
|
|
+ "syncthing_binary" : (str, "%%LOCALBASE%%/bin/syncthing"),
|
|
"syncthing_arguments" : (str, ""),
|
|
"minimize_on_start" : (bool, False),
|
|
"folder_as_path" : (bool, True),
|