From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 81EEF1388C1 for ; Sun, 28 Feb 2016 20:39:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF27EE0804; Sun, 28 Feb 2016 20:39:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 08517E0802 for ; Sun, 28 Feb 2016 20:39:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3304C340AA9 for ; Sun, 28 Feb 2016 20:38:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 008471BA1 for ; Sun, 28 Feb 2016 20:38:58 +0000 (UTC) From: "Kristian Fiskerstrand" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kristian Fiskerstrand" Message-ID: <1456691923.827aca59c6854e49418f92bc6b8ef484a4c77b26.k_f@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/deluge/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/deluge/files/deluge-web.init net-p2p/deluge/files/deluged.init-2 X-VCS-Directories: net-p2p/deluge/files/ X-VCS-Committer: k_f X-VCS-Committer-Name: Kristian Fiskerstrand X-VCS-Revision: 827aca59c6854e49418f92bc6b8ef484a4c77b26 X-VCS-Branch: master Date: Sun, 28 Feb 2016 20:38:58 +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: 49c0ebcb-ac26-4684-b57a-967169068cc2 X-Archives-Hash: 4b4b19c4463072f5a6257d05201a9a80 commit: 827aca59c6854e49418f92bc6b8ef484a4c77b26 Author: Paolo Pedroni iol it> AuthorDate: Fri Feb 26 09:10:26 2016 +0000 Commit: Kristian Fiskerstrand gentoo org> CommitDate: Sun Feb 28 20:38:43 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=827aca59 net-p2p/deluge: change shebang to #!/sbin/openrc-run net-p2p/deluge/files/deluge-web.init | 2 +- net-p2p/deluge/files/deluged.init-2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-p2p/deluge/files/deluge-web.init b/net-p2p/deluge/files/deluge-web.init index fc540e4..8e1fb08 100644 --- a/net-p2p/deluge/files/deluge-web.init +++ b/net-p2p/deluge/files/deluge-web.init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later # $Id$ diff --git a/net-p2p/deluge/files/deluged.init-2 b/net-p2p/deluge/files/deluged.init-2 index 082bf9d..6869438 100644 --- a/net-p2p/deluge/files/deluged.init-2 +++ b/net-p2p/deluge/files/deluged.init-2 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later # $Id$