[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.16

version 1.10, 2005/05/18 01:17:12 version 1.16, 2006/07/24 19:03:53
Line 1 
Line 1 
 #!/bin/sh  #!/bin/sh
 #$Id$  #$RedRiver: runbt.sh,v 1.15 2006/05/27 04:31:48 andrew Exp $
   
 . /etc/OpenBSDTorrents.conf  . /etc/OpenBSDTorrents.conf
 LOGFILE=/home/torrentseeder/runbt.log  LOGFILE=/home/torrentseeder/runbt.log
Line 21 
Line 21 
 echo -n `date` >> ${LOGFILE}  echo -n `date` >> ${LOGFILE}
 echo '  Starting . . . ' >> ${LOGFILE}  echo '  Starting . . . ' >> ${LOGFILE}
   
 nice btlaunchmany.py \  nice launchmany-console \
     --super_seeder 1 \      --display_interval 600 \
     --check_hashes 0 \      --minport 60881 --maxport 60981 \
     --display_interval 60 \      --max_files_open 25 \
     --minport 6881 --maxport 6989 \      --saveas_style 2 \
     --max_files_open 75 \      --save_in ${OBT_DIR_FTP} \
     --saveas /home/ftp/pub/ --saveas_style 2 \      --torrent_dir ${OBT_DIR_CUR_TORRENT} >> ${LOGFILE}
     /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.16

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