diff options
author | Daniel de Oliveira <menelkir@itroll.org> | 2010-06-09 00:09:45 -0300 |
---|---|---|
committer | Daniel de Oliveira <menelkir@itroll.org> | 2010-06-09 00:09:45 -0300 |
commit | 1f3265d618709c64ca9ae07b6b6ad8c6bd6c5364 (patch) | |
tree | f5f9abfd1b873fa3695261ebc6058cf6bf03c8ae /net-p2p/transmission/files/transmission-daemon.confd.1 | |
parent | deleted: profiles/thirdpartymirrors (diff) | |
download | menelkir-1f3265d618709c64ca9ae07b6b6ad8c6bd6c5364.tar.gz menelkir-1f3265d618709c64ca9ae07b6b6ad8c6bd6c5364.tar.bz2 menelkir-1f3265d618709c64ca9ae07b6b6ad8c6bd6c5364.zip |
new file: net-p2p/transmission/ChangeLog
new file: net-p2p/transmission/Manifest
new file: net-p2p/transmission/files/transmission-daemon.confd.1
new file: net-p2p/transmission/files/transmission-daemon.initd.2
new file: net-p2p/transmission/metadata.xml
new file: net-p2p/transmission/transmission-9999.ebuild
Diffstat (limited to 'net-p2p/transmission/files/transmission-daemon.confd.1')
-rw-r--r-- | net-p2p/transmission/files/transmission-daemon.confd.1 | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/net-p2p/transmission/files/transmission-daemon.confd.1 b/net-p2p/transmission/files/transmission-daemon.confd.1 new file mode 100644 index 0000000..28674dd --- /dev/null +++ b/net-p2p/transmission/files/transmission-daemon.confd.1 @@ -0,0 +1,67 @@ +# This is the transmission-daemon config file +# Default settings are commented, uncomment and adapt as needed + +# Allowed IP addresses. +#allowed=127.0.0.1 + +# Enable peer blocklists (yes or no) +#blocklist=no + +# Directory to watch for new .torrent files (empty string to disable) +#watch_dir= + +# Where to look for configuration files +#config_dir=/var/transmission/config + +# RPC port +#port=9091 + +# Require authentication (yes or no) +#auth=no + +# Set username for authentication (only used when auth=yes) +#username= + +# Set password for authentication (only used when auth=yes) +#password= + +# Where to save downloaded data +#download_dir=/var/transmission/downloads + +# Port for incoming peers +#peerport=51413 + +# Enable portmapping via NAT-PMP or UPnP (yes or no) +#portmap=no + +# Maximum overall number of peers +#peerlimit_global=240 + +# Maximum number of peers per torrent +#peerlimit_torrent=60 + +# How to encrypt peer connections (required, preferred, tolerated) +#encryption=preferred + +# Where to listen for peer connections (ipv4 address) +#bind_address_ipv4= + +# Where to listen for peer connections (ipv6 address) +#bind_address_ipv6= + +# Where to listen for RPC connections +#rpc_bind_address= + +# Misc. settings + + +# Location of pidfile +#pidfile=/var/run/transmission.pid + +# Location of logfile +# (Note: works only on systems with sys-apps/openrc, leave unset otherwise) +#logfile= + +# Run daemon as another user (username or username:groupname) +# (Note: works only on systems with sys-apps/openrc, leave unset otherwise) +#runas_user= |