From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 48DB9139085 for ; Fri, 13 Jan 2017 10:08:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65655234102; Fri, 13 Jan 2017 10:08:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2D932234102 for ; Fri, 13 Jan 2017 10:08:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 94464341646 for ; Fri, 13 Jan 2017 10:08:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D635261C for ; Fri, 13 Jan 2017 10:08:26 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1484302102.8751e2d8d4ed71415f574112d540518749b90a9d.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/syncthing/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/syncthing/files/relaysrv.systemd.patch net-p2p/syncthing/files/syncthing-relaysrv.confd net-p2p/syncthing/files/syncthing-relaysrv.initd net-p2p/syncthing/files/syncthing-relaysrv.logrotate X-VCS-Directories: net-p2p/syncthing/files/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 8751e2d8d4ed71415f574112d540518749b90a9d X-VCS-Branch: master Date: Fri, 13 Jan 2017 10:08:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6e845199-4983-406f-9c32-e7ea84b5147d X-Archives-Hash: 9ac630afd2ae4792f5d52802f1c36d11 commit: 8751e2d8d4ed71415f574112d540518749b90a9d Author: Michael Mair-Keimberger (asterix) gmail com> AuthorDate: Sun Jan 8 12:16:47 2017 +0000 Commit: Patrice Clement gentoo 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 -}