ccollect:0.6.2->0.7.0
[nslu2-linux/optware.git] / sources / torrent / torrent.conf
blobcffc047e8247c9e31db4e248147628a2772bee0c
1 ##
2 #   Configuration
3 #   NOTE: no spaces around the = sign
4 #   the config will be sourced (eg. . torrent.conf)
7 SOURCE=/tmp/harddisk/torrent/source
8 WORK=/tmp/harddisk/torrent/work
9 TARGET=/tmp/harddisk/torrent/target
10 MAILTO=
11 MAILFROM=
12 # default MAILER is mini_sendmail
13 MAILOPT="-sblackhole.dyndns.org -f"
14 USER=admin
15 GROUP=root
16 DATE_FORMAT="%d %h %H:%M"
18 # btget port range environment
19 BTLIB_MINPORT=56881
20 export BTLIB_MINPORT
21 BTLIB_MAXPORT=56889
22 export BTLIB_MAXPORT
23 #time between logs
24 LOG_TIME=59
26 # Seed torrent after completition (YES or NO)
27 AUTOSEED="YES"
30 #Colors for command line. # comment out if not needed
31 GREEN="\033[32;1m"
32 #NC="\033[0m"
33 #BACK_UP="\033[1K\033[0G"
34 NORMAL="\033[0m"
35 WARN="\033[33;1m"
36 BAD="\033[31;1m"
37 BOLD="\033[1m"
38 GOOD="\033[32;1m"