public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/syncthing/files/
@ 2016-03-08  2:16 Ian Delaney
  0 siblings, 0 replies; 3+ messages in thread
From: Ian Delaney @ 2016-03-08  2:16 UTC (permalink / raw
  To: gentoo-commits

commit:     8e3b941337ce80d38f15f0cc46f0a399b43e8427
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Mon Mar  7 14:56:47 2016 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Mon Mar  7 14:58:14 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e3b9413

net-p2p/syncthing: fix init script permissions

Package-Manager: portage-2.2.27

 net-p2p/syncthing/files/syncthing.initd | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/net-p2p/syncthing/files/syncthing.initd b/net-p2p/syncthing/files/syncthing.initd
old mode 100755
new mode 100644


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-p2p/syncthing/files/
@ 2017-01-13 10:08 Patrice Clement
  0 siblings, 0 replies; 3+ messages in thread
From: Patrice Clement @ 2017-01-13 10:08 UTC (permalink / raw
  To: gentoo-commits

commit:     8751e2d8d4ed71415f574112d540518749b90a9d
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Jan  8 12:16:47 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Jan 13 10:08:22 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8751e2d8

net-p2p/syncthing: remove unused patch and init/conf files.

Closes: https://github.com/gentoo/gentoo/pull/3376

 net-p2p/syncthing/files/relaysrv.systemd.patch     | 13 ----------
 net-p2p/syncthing/files/syncthing-relaysrv.confd   |  3 ---
 net-p2p/syncthing/files/syncthing-relaysrv.initd   | 30 ----------------------
 .../syncthing/files/syncthing-relaysrv.logrotate   |  6 -----
 4 files changed, 52 deletions(-)

diff --git a/net-p2p/syncthing/files/relaysrv.systemd.patch b/net-p2p/syncthing/files/relaysrv.systemd.patch
deleted file mode 100644
index 52417ca..00000000
--- a/net-p2p/syncthing/files/relaysrv.systemd.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/github.com/syncthing/syncthing/cmd/relaysrv/etc/linux-systemd/syncthing-relaysrv.service b/src/github.com/syncthing/syncthing/cmd/relaysrv/etc/linux-systemd/syncthing-relaysrv.service
-index b9d3173..7f8e2c0 100644
---- a/src/github.com/syncthing/syncthing/cmd/relaysrv/etc/linux-systemd/syncthing-relaysrv.service
-+++ b/src/github.com/syncthing/syncthing/cmd/relaysrv/etc/linux-systemd/syncthing-relaysrv.service
-@@ -5,7 +5,7 @@ After=network.target
- [Service]
- User=syncthing-relaysrv
- Group=syncthing-relaysrv
--ExecStart=/usr/bin/relaysrv
-+ExecStart=/usr/libexec/syncthing/relaysrv
- WorkingDirectory=/var/lib/syncthing-relaysrv
- 
- PrivateTmp=true

diff --git a/net-p2p/syncthing/files/syncthing-relaysrv.confd b/net-p2p/syncthing/files/syncthing-relaysrv.confd
deleted file mode 100644
index 2effc39..00000000
--- a/net-p2p/syncthing/files/syncthing-relaysrv.confd
+++ /dev/null
@@ -1,3 +0,0 @@
-# Options to pass to relaysrv
-# see relaysrv --help for more information
-SR_OPTS=

diff --git a/net-p2p/syncthing/files/syncthing-relaysrv.initd b/net-p2p/syncthing/files/syncthing-relaysrv.initd
deleted file mode 100644
index 860c5f3..00000000
--- a/net-p2p/syncthing/files/syncthing-relaysrv.initd
+++ /dev/null
@@ -1,30 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-SR_USER=syncthing-relaysrv
-SR_GROUP=syncthing-relaysrv
-SR_HOMEDIR=/var/lib/syncthing-relaysrv
-SR_LOGFILE=/var/log/syncthing/relaysrv.log
-
-
-description="Relay service for syncthing"
-command="/usr/libexec/syncthing/relaysrv"
-command_args="${SR_OPTS}"
-pidfile="/run/relaysrv.pid"
-start_stop_daemon_args="--background
-  --user ${SR_USER}
-  --group ${SR_GROUP}
-  --chdir \"${SR_HOMEDIR}\"
-  --make-pidfile
-  --stdout \"${SR_LOGFILE}\"
-  --stderr \"${SR_LOGFILE}\" 
-  "
-
-depend() {
-  need net
-}
-
-start_pre() {
-  checkpath -q -d -o ${SR_USER}:${SR_GROUP} ${SR_HOMEDIR}
-  checkpath -q -f -o ${SR_USER}:${SR_GROUP} ${SR_LOGFILE}
-}

diff --git a/net-p2p/syncthing/files/syncthing-relaysrv.logrotate b/net-p2p/syncthing/files/syncthing-relaysrv.logrotate
deleted file mode 100644
index f168cbf..00000000
--- a/net-p2p/syncthing/files/syncthing-relaysrv.logrotate
+++ /dev/null
@@ -1,6 +0,0 @@
-/var/log/syncthing/relaysrv.log {
-    missingok
-    notifempty
-    sharedscripts
-    copytruncate
-}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-p2p/syncthing/files/
@ 2022-05-26 20:31 Conrad Kostecki
  0 siblings, 0 replies; 3+ messages in thread
From: Conrad Kostecki @ 2022-05-26 20:31 UTC (permalink / raw
  To: gentoo-commits

commit:     86050840cdca4973e35ea81d2101b4d63d5cbf80
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Thu May 26 18:14:25 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu May 26 20:30:43 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86050840

net-p2p/syncthing: remove unused file

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/25649
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 net-p2p/syncthing/files/syncthing.initd-r1 | 32 ------------------------------
 1 file changed, 32 deletions(-)

diff --git a/net-p2p/syncthing/files/syncthing.initd-r1 b/net-p2p/syncthing/files/syncthing.initd-r1
deleted file mode 100644
index cc7e1b75e985..000000000000
--- a/net-p2p/syncthing/files/syncthing.initd-r1
+++ /dev/null
@@ -1,32 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2021 Gentoo Authors
-# 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/.config/syncthing}
-SYNCTHING_LOGFILE=${SYNCTHING_LOGFILE:-/var/log/syncthing/syncthing.log}
-SYNCTHING_UMASK=${SYNCTHING_UMASK:-007}
-SYNCTHING_IONICE=${SYNCTHING_IONICE:-0}
-SYNCTHING_NICE=${SYNCTHING_NICE:-0}
-
-description="Syncthing is an open, trustworthy and decentralized cloud storage system"
-command="/usr/bin/syncthing"
-command_args="-no-browser -home=${SYNCTHING_HOMEDIR} ${SYNCTHING_OPTS}"
-pidfile="/run/syncthing.pid"
-command_background="yes"
-command_user="${SYNCTHING_USER}:${SYNCTHING_GROUP}"
-umask="${SYNCTHING_UMASK}"
-start_stop_daemon_args="--ionice ${SYNCTHING_IONICE} \
-  --nicelevel ${SYNCTHING_NICE}"
-output_log="\"${SYNCTHING_LOGFILE}\""
-error_log="\"${SYNCTHING_LOGFILE}\""
-
-depend() {
-  need localmount net
-}
-
-start_pre() {
-  checkpath -q -d -o ${SYNCTHING_USER}:${SYNCTHING_GROUP} ${SYNCTHING_HOMEDIR}
-  checkpath -q -f -o ${SYNCTHING_USER}:${SYNCTHING_GROUP} ${SYNCTHING_LOGFILE}
-}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-05-26 20:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-26 20:31 [gentoo-commits] repo/gentoo:master commit in: net-p2p/syncthing/files/ Conrad Kostecki
  -- strict thread matches above, loose matches on Subject: below --
2017-01-13 10:08 Patrice Clement
2016-03-08  2:16 Ian Delaney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox