1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

Don't use a lock file, the script will be called with lockf -t 0 instead.

This avoids problems from stale lockfiles after reboots.
This commit is contained in:
Kris Kennaway 2005-12-11 04:32:29 +00:00
parent 70ca5470b7
commit 29d910959f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150847

View File

@ -8,12 +8,6 @@ arch=$1
home=${pb}/errorlogs
scripts=${pb}/scripts
lock=$home/lock
if [ -f $lock ]; then exit; fi
echo ${arch} > $lock
for ver in latest full; do
for num in 4 4-exp 5 5-exp 6 7; do
cd $home/$arch-$num-$ver && ${scripts}/processlogs ${arch}