[BACK]Return to MirrorOpenBSD CVS log [TXT][DIR] Up to [local] / openbsd / OpenBSDTorrents

Diff for /openbsd/OpenBSDTorrents/MirrorOpenBSD between version 1.8 and 1.9

version 1.8, 2010/01/05 19:43:16 version 1.9, 2010/03/03 18:24:47
Line 1 
Line 1 
 #!/bin/sh  #!/bin/sh
 # $RedRiver: MirrorOpenBSD,v 1.7 2009/10/21 18:04:59 andrew Exp $  # $RedRiver: MirrorOpenBSD,v 1.8 2010/01/05 19:43:16 andrew Exp $
   
 . /etc/OpenBSDTorrents.conf  . /etc/OpenBSDTorrents.conf
   
Line 10 
Line 10 
         PID=`head -1 ${PIDFILE}`          PID=`head -1 ${PIDFILE}`
         kill -0 ${PID} 2> /dev/null          kill -0 ${PID} 2> /dev/null
         if [ $? -eq 0 ]; then          if [ $? -eq 0 ]; then
                 echo Already running                  echo $0 Already running
                 exit 1                  exit 1
         fi          fi
 fi  fi

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

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