freebsd-skq/usr.bin/lockf
jdp 4d96d1de07 On failure, return various exit codes from <sysexits.h>. In particular,
return EX_TEMPFAIL if the file was already locked.  This makes it easier
to distinguish between lock collisions and failures within the command
being executed.

Also, don't complain if the unlink() fails in the cleanup handler.  It
doesn't matter anyway, and it obscured the exit status returned from
the command that was executed.
1997-01-09 19:53:21 +00:00
..
lockf.1 On failure, return various exit codes from <sysexits.h>. In particular, 1997-01-09 19:53:21 +00:00
lockf.c On failure, return various exit codes from <sysexits.h>. In particular, 1997-01-09 19:53:21 +00:00
Makefile Initial import of the lockf utility. It executes an arbitrary command 1997-01-08 20:12:59 +00:00