diff options
author | kris <kris@FreeBSD.org> | 2005-12-11 12:32:29 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-12-11 12:32:29 +0800 |
commit | 0ea985a328a48d94da92af2efa4cd20db8bcd581 (patch) | |
tree | ae049f1ea686e2d63c868d3d88c9a6a7f219f79b /Tools | |
parent | e5c33c3685ea7b46e582fd3402e965727b76d967 (diff) | |
download | freebsd-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-x | Tools/portbuild/scripts/dologs | 6 |
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} |