]> jfr.im git - irc/blitzed-org/bopm.git/commitdiff
update paths for bopm 3.0!
authordgl <redacted>
Wed, 29 Jan 2003 18:03:44 +0000 (18:03 +0000)
committerdgl <redacted>
Wed, 29 Jan 2003 18:03:44 +0000 (18:03 +0000)
contrib/crontab/bopmchk

index 18229929db81010cf1bca36ace77a81485fff3da..2f824a92df41e4825882a3413412bd993e476e55 100644 (file)
@@ -25,12 +25,12 @@ cd ~/bopm
 
 # Leave the rest alone.
 
-if [ -f bopm.pid ] ; then
-  PID=`cat bopm.pid`
+if [ -f var/bopm.pid ] ; then
+  PID=`cat var/bopm.pid`
   if `kill -CHLD $PID >/dev/null 2>&1`; then
     exit 0;
   fi
-  rm -f bopm.pid
+  rm -f var/bopm.pid
 fi
 
 bin/bopm