aboutsummaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-10-11 11:56:20 +0800
committerkris <kris@FreeBSD.org>2005-10-11 11:56:20 +0800
commit5e12994f38c6f120f12d6a172db534131d845853 (patch)
tree1582400e1a3794578dabfa15e97b7eab241e2549 /Tools
parent0c5fd2219b1dfdeab0f250b054fb2007d9242bd3 (diff)
downloadfreebsd-ports-gnome-5e12994f38c6f120f12d6a172db534131d845853.tar.gz
freebsd-ports-gnome-5e12994f38c6f120f12d6a172db534131d845853.tar.zst
freebsd-ports-gnome-5e12994f38c6f120f12d6a172db534131d845853.zip
Update the lockf command to add -k in example usage
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/portbuild/scripts/prunefailure2
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.