diff options
author | Paolo Pedroni <paolo.pedroni@iol.it> | 2016-02-17 11:51:15 +0100 |
---|---|---|
committer | Kristian Fiskerstrand <k_f@gentoo.org> | 2016-02-28 21:38:34 +0100 |
commit | 4ac506c9c23cee826923655b8b7d722d31559cd5 (patch) | |
tree | fb904f7d3c6cd9e4feee8e4f8639c8767f7c8b3e /net-p2p | |
parent | net-p2p/deluge: unbundle startup scripts for daemon and web interface (diff) | |
download | gentoo-4ac506c9c23cee826923655b8b7d722d31559cd5.tar.gz gentoo-4ac506c9c23cee826923655b8b7d722d31559cd5.tar.bz2 gentoo-4ac506c9c23cee826923655b8b7d722d31559cd5.zip |
net-p2p/deluge: Small fixes to configuration files
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/deluge/files/deluge-web.conf | 2 | ||||
-rw-r--r-- | net-p2p/deluge/files/deluged.conf-2 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/deluge/files/deluge-web.conf b/net-p2p/deluge/files/deluge-web.conf index f0aad8ff11e7..f1e904ade17b 100644 --- a/net-p2p/deluge/files/deluge-web.conf +++ b/net-p2p/deluge/files/deluge-web.conf @@ -3,4 +3,4 @@ # You may specify a group too, after a colon DELUGE_WEB_USER="" #DELUGE_WEB_HOME="" -DELUGE_WEB_OPTS="" +#DELUGE_WEB_OPTS="" diff --git a/net-p2p/deluge/files/deluged.conf-2 b/net-p2p/deluge/files/deluged.conf-2 index 5c507c60353c..8fe6ce4f09c8 100644 --- a/net-p2p/deluge/files/deluged.conf-2 +++ b/net-p2p/deluge/files/deluged.conf-2 @@ -4,4 +4,4 @@ DELUGED_USER="" # DELUGED_UMASK="0002" # DELUGED_OPTS="-p 58846" - +# DELUGED_HOME="" |