From owner-cvs-src@FreeBSD.ORG Thu Aug 25 20:10:48 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 148AF16A41F; Thu, 25 Aug 2005 20:10:48 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C707343D45; Thu, 25 Aug 2005 20:10:47 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7PKAluC077719; Thu, 25 Aug 2005 20:10:47 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7PKAlt5077718; Thu, 25 Aug 2005 20:10:47 GMT (envelope-from pjd) Message-Id: <200508252010.j7PKAlt5077718@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Thu, 25 Aug 2005 20:10:47 +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/pkill pkill.1 pkill.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Aug 2005 20:10:48 -0000 pjd 2005-08-25 20:10:47 UTC FreeBSD src repository Modified files: usr.bin/pkill pkill.1 pkill.c Log: Revert previous behaviour of '-F' option and add '-L' option, which will tell pkill(1)/pgrep(1) to try to flock(2) pidfile before reading PID from there. Discussed with: jhb, gad Revision Changes Path 1.18 +10 -7 src/usr.bin/pkill/pkill.1 1.28 +33 -20 src/usr.bin/pkill/pkill.c