From dbab7c8606a439e8db036704680daab2d6fc5449 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Fri, 12 Nov 2010 10:51:40 +0100 Subject: [PATCH] transmission: fix comments in configfiles, thanks to ilya Signed-off-by: Stephan Raue --- .../transmission/config/transmission.conf | 21 ++++++++++++------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/packages/network/transmission/config/transmission.conf b/packages/network/transmission/config/transmission.conf index b42588e335..2e14ca89e8 100644 --- a/packages/network/transmission/config/transmission.conf +++ b/packages/network/transmission/config/transmission.conf @@ -1,6 +1,9 @@ -# Setup Transmission BitTorrent daemon +# transmission.conf -# start transmission at boot ( yes / no ) +# This configuration file allows you to setup 'Transmission' a +# BitTorrent daemon + +# Start transmission at boot ( yes / no ) TRANSMISSION_START="no" # Allow RPC access to a comma-delimited whitelist of IP addresses. @@ -8,19 +11,21 @@ # "127.0.0.1" Example: "127.0.0.*,192.168.1.*" TRANSMISSION_IP="127.0.0.1,192.168.0.*" -# use authentification for the web frontend ( yes / no ) +# Use authentication for the web frontend ( yes / no ) TRANSMISSION_AUTH="yes" -# username for logging to the webfrontend +# Username for logging to the webfrontend TRANSMISSION_USER="openelec" # password for logging to the webfrontend TRANSMISSION_PWD="openelec" -# incoming dir for not completed files (relative to downloaddir / -# "none" for disabling incoming dir) +# Incoming directory for non completed files +# Relative to 'Downloads' directory +# Set to "none" to disable TRANSMISSION_INCDIR="incoming" -# watch dir for .torrent files (relative to downloaddir / -# "none" for disabling watch dir) +# Watch directory for .torrent files +# Relative to 'Downloads' directory +# Set to "none" to disable watch folder TRANSMISSION_WATCHDIR="watch"