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