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

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

version 1.6, 2005/03/28 23:47:21 version 1.7, 2005/03/28 23:52:33
Line 4 
Line 4 
 LOGFILE=runbt.log  LOGFILE=runbt.log
   
 echo -n `date` >> ${LOGFILE}  echo -n `date` >> ${LOGFILE}
 echo    Starting . . .  >> ${LOGFILE}  echo '  Starting . . . ' >> ${LOGFILE}
   
 btlaunchmany.py \  btlaunchmany.py \
     --super_seeder 1 \      --super_seeder 1 \
Line 13 
Line 13 
     /home/torrentsync/torrents/ > /dev/null      /home/torrentsync/torrents/ > /dev/null
   
 echo -n `date` >> ${LOGFILE}  echo -n `date` >> ${LOGFILE}
 echo    Died . . .  >> ${LOGFILE}  echo '  Died . . . ' >> ${LOGFILE}
   
 /home/OpenBSDTorrents/OpenBSDTorrents/runbt.sh &  /home/OpenBSDTorrents/OpenBSDTorrents/runbt.sh &

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

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