[BACK]Return to runbt.sh CVS log [TXT][DIR] Up to [local] / openbsd / OpenBSDTorrents

Diff for /openbsd/OpenBSDTorrents/runbt.sh between version 1.10 and 1.11

version 1.10, 2005/05/18 01:17:12 version 1.11, 2005/05/18 02:22:47
Line 21 
Line 21 
 echo -n `date` >> ${LOGFILE}  echo -n `date` >> ${LOGFILE}
 echo '  Starting . . . ' >> ${LOGFILE}  echo '  Starting . . . ' >> ${LOGFILE}
   
 nice btlaunchmany.py \  nice btlaunchmany \
     --super_seeder 1 \  
     --check_hashes 0 \      --check_hashes 0 \
     --display_interval 60 \      --display_interval 60 \
     --minport 6881 --maxport 6989 \      --minport 6881 --maxport 6989 \
     --max_files_open 75 \      --max_files_open 75 \
     --saveas /home/ftp/pub/ --saveas_style 2 \      --saveas_style 2 \
     /home/torrentsync/torrents/ >> ${LOGFILE}      --save_in ${OBT_DIR_FTP} \
       --torrent_dir /home/torrentsync/torrents/ >> ${LOGFILE}
   
 echo -n `date` >> ${LOGFILE}  echo -n `date` >> ${LOGFILE}
 echo '  Died . . . ' >> ${LOGFILE}  echo '  Died . . . ' >> ${LOGFILE}

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>