cvs commit: src/usr.bin/lockf lockf.1 lockf.c
David Malone
dwmalone at FreeBSD.org
Thu Sep 25 14:27:10 UTC 2008
dwmalone 2008-09-25 14:27:00 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
usr.bin/lockf lockf.1 lockf.c
Log:
SVN rev 183354 on 2008-09-25 14:27:00Z by dwmalone
MFC:
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.
Approved by: re (kib)
Revision Changes Path
1.16.2.3 +5 -0 src/usr.bin/lockf/lockf.1
1.11.8.3 +1 -1 src/usr.bin/lockf/lockf.c
More information about the cvs-src
mailing list