=================================================================== RCS file: /cvs/openbsd/OpenBSDTorrents/runbt.sh,v retrieving revision 1.12 retrieving revision 1.16 diff -u -r1.12 -r1.16 --- openbsd/OpenBSDTorrents/runbt.sh 2005/05/25 02:05:50 1.12 +++ openbsd/OpenBSDTorrents/runbt.sh 2006/07/24 19:03:53 1.16 @@ -1,5 +1,5 @@ #!/bin/sh -#$Id: runbt.sh,v 1.12 2005/05/25 01:05:50 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,14 +21,13 @@ 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 /home/torrentsync/torrents/ >> ${LOGFILE} + --torrent_dir ${OBT_DIR_CUR_TORRENT} >> ${LOGFILE} echo -n `date` >> ${LOGFILE} echo ' Died . . . ' >> ${LOGFILE}