[BACK]Return to portlock.1 CVS log [TXT][DIR] Up to [local] / src / share / man / man1

File: [local] / src / share / man / man1 / portlock.1 (download)

Revision 1.1, Mon Jul 9 11:36:57 2018 UTC (5 years, 10 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, HEAD

dolock -> portlock
(no discussion about this one)

.\"	$OpenBSD: portlock.1,v 1.1 2018/07/09 11:36:57 espie Exp $
.\"
.\" Copyright (c) 2010 Marc Espie <espie@openbsd.org>
.\"
.\" Permission to use, copy, modify, and distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above
.\" copyright notice and this permission notice appear in all copies.
.\"
.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
.Dd $Mdocdate: July 9 2018 $
.Dt PORTLOCK 1
.Os
.Sh NAME
.Nm portlock
.Nd lock port for concurrent builds
.Sh SYNOPSIS
.Nm
.Op Fl g Ar group
.Op Fl m Ar mode
.Ar lockname Op comment ...
.Sh DESCRIPTION
.Nm
creates a lock named
.Ar lockname
using
.Xr open 2 .
If the lock is already held, it will display one single wait message on
stderr, sleep and retry until satisfaction.
.Pp
If necessary, creates the lock directory, using
.Fl m Ar mode
as a mode argument or the default if that option is not specified,
and
.Fl g Ar group
as the group owner if that option is specified.
.Pp
This implements a locking mechanism for ports building, see
.Sq LOCK INFRASTRUCTURE
in
.Xr ports 7
for details.
See also
.Xr dpb 1
for a complementary lock infrastructure when using dpb.