transmission: fix comments in configfiles, thanks to ilya

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-12 10:51:40 +01:00
parent e4b5caaca0
commit dbab7c8606

View File

@ -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" TRANSMISSION_START="no"
# Allow RPC access to a comma-delimited whitelist of IP addresses. # 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.*" # "127.0.0.1" Example: "127.0.0.*,192.168.1.*"
TRANSMISSION_IP="127.0.0.1,192.168.0.*" 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" TRANSMISSION_AUTH="yes"
# username for logging to the webfrontend # Username for logging to the webfrontend
TRANSMISSION_USER="openelec" TRANSMISSION_USER="openelec"
# password for logging to the webfrontend # password for logging to the webfrontend
TRANSMISSION_PWD="openelec" TRANSMISSION_PWD="openelec"
# incoming dir for not completed files (relative to downloaddir / # Incoming directory for non completed files
# "none" for disabling incoming dir) # Relative to 'Downloads' directory
# Set to "none" to disable
TRANSMISSION_INCDIR="incoming" TRANSMISSION_INCDIR="incoming"
# watch dir for .torrent files (relative to downloaddir / # Watch directory for .torrent files
# "none" for disabling watch dir) # Relative to 'Downloads' directory
# Set to "none" to disable watch folder
TRANSMISSION_WATCHDIR="watch" TRANSMISSION_WATCHDIR="watch"