dwmalone 2008-08-21 07:36:17 UTC FreeBSD src repository
Modified files: usr.bin/lockf lockf.1 lockf.c Log: SVN rev 181960 on 2008-08-21 07:36:17Z by dwmalone 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 Revision Changes Path 1.22 +5 -0 src/usr.bin/lockf/lockf.1 1.18 +1 -1 src/usr.bin/lockf/lockf.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"