Date: Thu, 25 Sep 2008 14:24:07 +0000 (UTC) From: David Malone <dwmalone@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/lockf lockf.1 lockf.c Message-ID: <200809251424.m8PEO8lR067688@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
dwmalone 2008-09-25 14:24:07 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
usr.bin/lockf lockf.1 lockf.c
Log:
SVN rev 183353 on 2008-09-25 14:24:07Z 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.18.2.3 +5 -0 src/usr.bin/lockf/lockf.1
1.16.2.2 +1 -1 src/usr.bin/lockf/lockf.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809251424.m8PEO8lR067688>
