1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-08 03:57:11 +00:00
David Malone 7f15c32d76 Lockf was exiting with status 1 if the command did not exit normally.
This is easy to confuse with the actual exit status of the program.
Instead exit with EX_SOFTWARE if the command doesn't exit normally.

MFC after:	1 month
2008-08-21 07:36:17 +00:00
..