=================================================================== RCS file: /cvs/openbsd/OpenBSDTorrents/runbt.sh,v retrieving revision 1.6 retrieving revision 1.9 diff -u -r1.6 -r1.9 --- openbsd/OpenBSDTorrents/runbt.sh 2005/03/28 23:47:21 1.6 +++ openbsd/OpenBSDTorrents/runbt.sh 2005/04/29 21:16:31 1.9 @@ -1,18 +1,19 @@ #!/bin/sh -#$Id: runbt.sh,v 1.6 2005/03/28 23:47:21 andrew Exp $ +#$Id: runbt.sh,v 1.9 2005/04/29 20:16:31 andrew Exp $ LOGFILE=runbt.log echo -n `date` >> ${LOGFILE} -echo Starting . . . >> ${LOGFILE} +echo ' Starting . . . ' >> ${LOGFILE} btlaunchmany.py \ --super_seeder 1 \ --minport 10000 --maxport 10500 \ + --max_files_open 75 \ --saveas /home/ftp/pub/ --saveas_style 2 \ - /home/torrentsync/torrents/ > /dev/null + /home/torrentsync/torrents/ >> ${LOGFILE} echo -n `date` >> ${LOGFILE} -echo Died . . . >> ${LOGFILE} +echo ' Died . . . ' >> ${LOGFILE} -/home/OpenBSDTorrents/OpenBSDTorrents/runbt.sh & +/home/OpenBSDTorrents/runbt.sh &