aboutsummaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-12-11 12:32:29 +0800
committerkris <kris@FreeBSD.org>2005-12-11 12:32:29 +0800
commit0ea985a328a48d94da92af2efa4cd20db8bcd581 (patch)
treeae049f1ea686e2d63c868d3d88c9a6a7f219f79b /Tools
parente5c33c3685ea7b46e582fd3402e965727b76d967 (diff)
downloadfreebsd-ports-gnome-0ea985a328a48d94da92af2efa4cd20db8bcd581.tar.gz
freebsd-ports-gnome-0ea985a328a48d94da92af2efa4cd20db8bcd581.tar.zst
freebsd-ports-gnome-0ea985a328a48d94da92af2efa4cd20db8bcd581.zip
Don't use a lock file, the script will be called with lockf -t 0 instead.
This avoids problems from stale lockfiles after reboots.
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/portbuild/scripts/dologs6
1 files changed, 0 insertions, 6 deletions
diff --git a/Tools/portbuild/scripts/dologs b/Tools/portbuild/scripts/dologs
index aa86b1fa80f8..df3b10d226ca 100755
--- a/Tools/portbuild/scripts/dologs
+++ b/Tools/portbuild/scripts/dologs
@@ -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}