Subject: CVS commit: pkgsrc/pkgtools/shlock
To: None <pkgsrc-changes@netbsd.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: pkgsrc-changes
Date: 01/15/2002 15:20:30
Module Name:	pkgsrc
Committed By:	agc
Date:		Tue Jan 15 13:20:30 UTC 2002

Update of /cvsroot/pkgsrc/pkgtools/shlock
In directory netbsd.hut.fi:/tmp/cvs-serv4456

Log Message:
Initial import of Erik E. Fair's shlock utility, with sources taken from
NetBSD-current, into the NetBSD Packages Collection.

The shlock command can create or verify a lock file on behalf of a
shell or other script program.  When it attempts to create a lock
file, if one already exists, shlock verifies that it is or is not
valid.  If valid, shlock will exit with a non-zero exit code.  If
invalid, shlock will re- move the lock file, and create a new one.

shlock uses the rename(2) system call to make the final target lock
file, which is an atomic operation (i.e.  "dot locking", so named for
this mech- anism's original use for locking system mailboxes).  It
puts the process ID ("PID") from the command line into the requested
lock file.

shlock verifies that an extant lock file is still valid by using
kill(2) with a zero signal to check for the existence of the process
that holds the lock.

This package is only for Solaris and Linux platforms at present.


Vendor Tag:	TNF
Release Tags:	pkgsrc-base
		
N pkgsrc/pkgtools/shlock/Makefile
N pkgsrc/pkgtools/shlock/PLIST
N pkgsrc/pkgtools/shlock/DESCR
N pkgsrc/pkgtools/shlock/files/shlock.c
N pkgsrc/pkgtools/shlock/files/shlock.1
N pkgsrc/pkgtools/shlock/files/Makefile

No conflicts created by this import