diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-10-11 03:56:42 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-10-11 03:56:42 +0000 |
commit | 29028363d7209cc3ec976d006dd6f212ae356636 (patch) | |
tree | 96f59a8ed3ac961cf9e35c37858597f06c04f7e7 /Tools | |
parent | bd58a06a02fcb82a278a36deb580df540f5a2665 (diff) |
Notes
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/portbuild/scripts/updatefailure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/portbuild/scripts/updatefailure b/Tools/portbuild/scripts/updatefailure index c5e4b9231bc3..cd38e8e0512c 100755 --- a/Tools/portbuild/scripts/updatefailure +++ b/Tools/portbuild/scripts/updatefailure @@ -5,7 +5,7 @@ # # This must be called via: # -# lockf ${pb}/${arch}/${branch}/failure.lock ${pb}/scripts/updatefailure ${arch} ${branch} +# lockf -k ${pb}/${arch}/${branch}/failure.lock ${pb}/scripts/updatefailure ${arch} ${branch} # # to avoid racing with any package builds in progress that might try to append to # these files. |