From owner-cvs-all Fri Nov 8 5:10:24 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C670437B401; Fri, 8 Nov 2002 05:10:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85BA643E3B; Fri, 8 Nov 2002 05:10:22 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gA8D8LmV033251; Fri, 8 Nov 2002 05:08:21 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gA8D8LCT033250; Fri, 8 Nov 2002 05:08:21 -0800 (PST) Message-Id: <200211081308.gA8D8LCT033250@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Fri, 8 Nov 2002 05:08:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile ports/sysutils/pkill Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/11/08 05:08:21 PST Modified files: sysutils Makefile Added files: sysutils/pkill Makefile distinfo pkg-comment pkg-descr pkg-plist Log: o New port pkill version 0.1: NetBSD's pgrep and pkill: find or signal processes matching criteria o Based on current NetBSD's pgrep(1) and pkill(1) with the following differences: 1) -STABLE version does not support filtering by session ID since this information is only available in kernel space. -CURRENT supports this. 2) Added -M and -N flags following ps(1). Therefore, drop additional privileges (drop_privs) if any of those flags are defined. 3) kvm access without sgid o Items (2) and (3) are based on jmallett code sent to me for inspiration. :) Great thanks to jmallett for that. Obtained from: NetBSD CVS (original pkill/pgrep code) Revision Changes Path 1.308 +1 -0 ports/sysutils/Makefile 1.1 +36 -0 ports/sysutils/pkill/Makefile (new) 1.1 +2 -0 ports/sysutils/pkill/distinfo (new) 1.1 +1 -0 ports/sysutils/pkill/pkg-comment (new) 1.1 +12 -0 ports/sysutils/pkill/pkg-descr (new) 1.1 +2 -0 ports/sysutils/pkill/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message