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

Diff for /openbsd/OpenBSDTorrents/runbt.sh between version 1.1 and 1.8

version 1.1, 2005/03/24 02:54:11 version 1.8, 2005/03/29 00:12:21
Line 1 
Line 1 
 btlaunchmany.py --super_seeder 1 --max_uploads 28 \  #!/bin/sh
   #$Id$
   
   LOGFILE=runbt.log
   
   echo -n `date` >> ${LOGFILE}
   echo '  Starting . . . ' >> ${LOGFILE}
   
   btlaunchmany.py \
       --super_seeder 1 \
     --minport 10000 --maxport 10500 \      --minport 10000 --maxport 10500 \
     --saveas /home/ftp/pub/ --saveas_style 2 \      --saveas /home/ftp/pub/ --saveas_style 2 \
     /home/andrew/torrents/      /home/torrentsync/torrents/ > /dev/null
   
   echo -n `date` >> ${LOGFILE}
   echo '  Died . . . ' >> ${LOGFILE}
   
   /home/OpenBSDTorrents/runbt.sh &

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.8

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