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

Diff for /openbsd/OpenBSDTorrents/runbt.sh between version 1.5 and 1.6

version 1.5, 2005/03/28 23:13:41 version 1.6, 2005/03/28 23:47:21
Line 1 
Line 1 
 #!/bin/sh  #!/bin/sh
 #$Id$  #$Id$
   
   LOGFILE=runbt.log
   
   echo -n `date` >> ${LOGFILE}
   echo    Starting . . .  >> ${LOGFILE}
   
 btlaunchmany.py \  btlaunchmany.py \
     --super_seeder 1 \      --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/torrentsync/torrents/      /home/torrentsync/torrents/ > /dev/null
   
   echo -n `date` >> ${LOGFILE}
   echo    Died . . .  >> ${LOGFILE}
   
 /home/OpenBSDTorrents/OpenBSDTorrents/runbt.sh &  /home/OpenBSDTorrents/OpenBSDTorrents/runbt.sh &

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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