=================================================================== RCS file: /cvs/openbsd/OpenBSDTorrents/runbt.sh,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- openbsd/OpenBSDTorrents/runbt.sh 2005/05/18 01:17:12 1.10 +++ openbsd/OpenBSDTorrents/runbt.sh 2005/05/18 02:22:47 1.11 @@ -1,5 +1,5 @@ #!/bin/sh -#$Id: runbt.sh,v 1.10 2005/05/18 00:17:12 andrew Exp $ +#$Id: runbt.sh,v 1.11 2005/05/18 01:22:47 andrew Exp $ . /etc/OpenBSDTorrents.conf LOGFILE=/home/torrentseeder/runbt.log @@ -21,14 +21,14 @@ echo -n `date` >> ${LOGFILE} echo ' Starting . . . ' >> ${LOGFILE} -nice btlaunchmany.py \ - --super_seeder 1 \ +nice btlaunchmany \ --check_hashes 0 \ --display_interval 60 \ --minport 6881 --maxport 6989 \ --max_files_open 75 \ - --saveas /home/ftp/pub/ --saveas_style 2 \ - /home/torrentsync/torrents/ >> ${LOGFILE} + --saveas_style 2 \ + --save_in ${OBT_DIR_FTP} \ + --torrent_dir /home/torrentsync/torrents/ >> ${LOGFILE} echo -n `date` >> ${LOGFILE} echo ' Died . . . ' >> ${LOGFILE}