=================================================================== RCS file: /cvs/openbsd/OpenBSDTorrents/runbt.sh,v retrieving revision 1.14 retrieving revision 1.16 diff -u -r1.14 -r1.16 --- openbsd/OpenBSDTorrents/runbt.sh 2006/05/15 19:47:04 1.14 +++ openbsd/OpenBSDTorrents/runbt.sh 2006/07/24 19:03:53 1.16 @@ -1,5 +1,5 @@ #!/bin/sh -#$RedRiver: runbt.sh,v 1.13 2005/06/01 18:20:26 andrew Exp $ +#$RedRiver: runbt.sh,v 1.15 2006/05/27 04:31:48 andrew Exp $ . /etc/OpenBSDTorrents.conf LOGFILE=/home/torrentseeder/runbt.log @@ -21,11 +21,10 @@ echo -n `date` >> ${LOGFILE} echo ' Starting . . . ' >> ${LOGFILE} -nice btlaunchmany \ - --check_hashes 0 \ +nice launchmany-console \ --display_interval 600 \ - --minport 6881 --maxport 6989 \ - --max_files_open 75 \ + --minport 60881 --maxport 60981 \ + --max_files_open 25 \ --saveas_style 2 \ --save_in ${OBT_DIR_FTP} \ --torrent_dir ${OBT_DIR_CUR_TORRENT} >> ${LOGFILE}