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 791DD1381DF for ; Tue, 16 Feb 2016 18:21:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2316A21C028; Tue, 16 Feb 2016 18:21:08 +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 AE1B621C01F for ; Tue, 16 Feb 2016 18:21:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C6A60340B66 for ; Tue, 16 Feb 2016 18:21:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6931315FB for ; Tue, 16 Feb 2016 18:21:05 +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: <1455645077.f821754bbdeaf70e6b079d94d124b8f90978290c.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/deluged.init X-VCS-Directories: net-p2p/deluge/files/ X-VCS-Committer: k_f X-VCS-Committer-Name: Kristian Fiskerstrand X-VCS-Revision: f821754bbdeaf70e6b079d94d124b8f90978290c X-VCS-Branch: master Date: Tue, 16 Feb 2016 18:21:05 +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: 8d82684f-a82a-4db7-ae1e-656ed48eac65 X-Archives-Hash: cacdf5543252da5a533c3fc75a121de8 commit: f821754bbdeaf70e6b079d94d124b8f90978290c Author: Paolo Pedroni iol it> AuthorDate: Tue Feb 16 09:44:01 2016 +0000 Commit: Kristian Fiskerstrand gentoo org> CommitDate: Tue Feb 16 17:51:17 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f821754b net-p2p/deluge: fix bug #468340 for real, this time net-p2p/deluge/files/deluged.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-p2p/deluge/files/deluged.init b/net-p2p/deluge/files/deluged.init index f68e40d..e2eb2d1 100644 --- a/net-p2p/deluge/files/deluged.init +++ b/net-p2p/deluge/files/deluged.init @@ -49,7 +49,7 @@ start() { if [ "${DELUGEUI_START}" = "true" ] ; then ebegin "Starting Deluge" start-stop-daemon --start --background --pidfile \ - /var/run/deluge.pid --make-pidfile \ + /run/deluge.pid --make-pidfile \ --exec /usr/bin/deluge --user "${DELUGED_USER%:*}" \ -e HOME="${DELUGED_USER_HOME}" -- ${DELUGEUI_OPTS} eend $?