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 6C94E59CA3 for ; Thu, 10 Mar 2016 10:34:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A77E21C0CF; Thu, 10 Mar 2016 10:34:31 +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 CB91521C0BE for ; Thu, 10 Mar 2016 10:34:30 +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 76CDD340928 for ; Thu, 10 Mar 2016 10:34:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1DCB8F5 for ; Thu, 10 Mar 2016 10:34:25 +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: <1457605091.e7447aac71d16585382070229e86872586524e5c.monsieurp@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.conf net-p2p/deluge/files/deluged.conf-2 X-VCS-Directories: net-p2p/deluge/files/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: e7447aac71d16585382070229e86872586524e5c X-VCS-Branch: master Date: Thu, 10 Mar 2016 10:34:25 +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: 8d56f221-e154-434e-a9f0-62d42c175b8b X-Archives-Hash: 66d565f40e5bb6f64e91adc7d6fc0028 commit: e7447aac71d16585382070229e86872586524e5c Author: PPed72 iol it> AuthorDate: Wed Mar 9 10:15:36 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Thu Mar 10 10:18:11 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7447aac net-p2p/deluge: improve configuration defaults Signed-off-by: Patrice Clement gentoo.org> net-p2p/deluge/files/deluge-web.conf | 4 ++-- net-p2p/deluge/files/deluged.conf-2 | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/net-p2p/deluge/files/deluge-web.conf b/net-p2p/deluge/files/deluge-web.conf index f1e904a..a08f9b7 100644 --- a/net-p2p/deluge/files/deluge-web.conf +++ b/net-p2p/deluge/files/deluge-web.conf @@ -1,6 +1,6 @@ # /etc/conf.d/deluge-web # Change this to the user you want to run deluged as. # You may specify a group too, after a colon -DELUGE_WEB_USER="" -#DELUGE_WEB_HOME="" +DELUGE_WEB_USER="deluge:deluge" +DELUGE_WEB_HOME="/var/lib/deluge" #DELUGE_WEB_OPTS="" diff --git a/net-p2p/deluge/files/deluged.conf-2 b/net-p2p/deluge/files/deluged.conf-2 index 8fe6ce4..ac0c4cd 100644 --- a/net-p2p/deluge/files/deluged.conf-2 +++ b/net-p2p/deluge/files/deluged.conf-2 @@ -1,7 +1,7 @@ # /etc/conf.d/deluged # Change this to the user you want to run deluged as. # You may specify a group too, after a colon -DELUGED_USER="" +DELUGED_USER="deluge:deluge" # DELUGED_UMASK="0002" -# DELUGED_OPTS="-p 58846" -# DELUGED_HOME="" +DELUGED_OPTS="-p 58846" +DELUGED_HOME="/var/lib/deluge"