From owner-cvs-all@FreeBSD.ORG Thu Aug 21 07:36:34 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 43DF51065683; Thu, 21 Aug 2008 07:36:34 +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 198E48FC0A; Thu, 21 Aug 2008 07:36:34 +0000 (UTC) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m7L7aXSf078942; Thu, 21 Aug 2008 07:36:33 GMT (envelope-from dwmalone@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m7L7aXqA078941; Thu, 21 Aug 2008 07:36:33 GMT (envelope-from dwmalone@repoman.freebsd.org) Message-Id: <200808210736.m7L7aXqA078941@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to dwmalone@repoman.freebsd.org using -f From: David Malone Date: Thu, 21 Aug 2008 07:36:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD 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, 21 Aug 2008 07:36:34 -0000 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