From owner-cvs-all@FreeBSD.ORG Thu Sep 25 14:24:09 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 38F03106568D; Thu, 25 Sep 2008 14:24:09 +0000 (UTC) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0D9D98FC13; Thu, 25 Sep 2008 14:24:09 +0000 (UTC) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8PEO8Fj067694; Thu, 25 Sep 2008 14:24:08 GMT (envelope-from dwmalone@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8PEO8lR067688; Thu, 25 Sep 2008 14:24:08 GMT (envelope-from dwmalone@repoman.freebsd.org) Message-Id: <200809251424.m8PEO8lR067688@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to dwmalone@repoman.freebsd.org using -f From: David Malone Date: Thu, 25 Sep 2008 14:24:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/usr.bin/lockf lockf.1 lockf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Sep 2008 14:24:09 -0000 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