summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2017-05-22 11:29:36 +0100
committerMarek Szuba <marecki@gentoo.org>2017-05-22 11:36:44 +0100
commit082959243dca77d3c4d00100e86555650fc5b439 (patch)
treea2d35972baf054e0731b8d675c7774b0df9b9ae0 /net-p2p/syncthing/files
parentdev-perl/namespace-clean: ppc stable (bug 617120) (diff)
downloadgentoo-082959243dca77d3c4d00100e86555650fc5b439.tar.gz
gentoo-082959243dca77d3c4d00100e86555650fc5b439.tar.bz2
gentoo-082959243dca77d3c4d00100e86555650fc5b439.zip
net-p2p/syncthing: bump to 0.14.28
Also, make the default configuration directory consistent between OpenRC and systemd. Gentoo-Bug: 589774 Package-Manager: Portage-2.3.5, Repoman-2.3.1
Diffstat (limited to 'net-p2p/syncthing/files')
-rw-r--r--net-p2p/syncthing/files/syncthing.confd2
-rw-r--r--net-p2p/syncthing/files/syncthing.initd4
2 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/syncthing/files/syncthing.confd b/net-p2p/syncthing/files/syncthing.confd
index da3ac4d2bbf5..33773dc7fdf9 100644
--- a/net-p2p/syncthing/files/syncthing.confd
+++ b/net-p2p/syncthing/files/syncthing.confd
@@ -5,7 +5,7 @@
#SYNCTHING_GROUP="syncthing"
# Configuration directory
-#SYNCTHING_HOMEDIR="/var/lib/syncthing"
+#SYNCTHING_HOMEDIR="/var/lib/syncthing/.config/syncthing"
# Log file location
#SYNCTHING_LOGFILE="/var/log/syncthing/syncthing.log"
diff --git a/net-p2p/syncthing/files/syncthing.initd b/net-p2p/syncthing/files/syncthing.initd
index 1ddea1440821..b64ebac03254 100644
--- a/net-p2p/syncthing/files/syncthing.initd
+++ b/net-p2p/syncthing/files/syncthing.initd
@@ -1,10 +1,10 @@
#!/sbin/openrc-run
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
SYNCTHING_USER=${SYNCTHING_USER:-syncthing}
SYNCTHING_GROUP=${SYNCTHING_GROUP:-syncthing}
-SYNCTHING_HOMEDIR=${SYNCTHING_HOMEDIR:-/var/lib/syncthing}
+SYNCTHING_HOMEDIR=${SYNCTHING_HOMEDIR:-/var/lib/syncthing/.config/syncthing}
SYNCTHING_LOGFILE=${SYNCTHING_LOGFILE:-/var/log/syncthing/syncthing.log}
SYNCTHING_UMASK=${SYNCTHING_UMASK:-007}
SYNCTHING_IONICE=${SYNCTHING_IONICE:-0}