From owner-cvs-all@FreeBSD.ORG Fri Nov 19 21:41:40 2004 Return-Path: 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 72C6C16A4E4; Fri, 19 Nov 2004 21:41:40 +0000 (GMT) Received: from mail.ciam.ru (mail.ciam.ru [213.147.57.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AC1843D54; Fri, 19 Nov 2004 21:41:40 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from ppp83-237-98-67.pppoe.mtu-net.ru ([83.237.98.67]) by mail.ciam.ru with esmtpa (Exim 4.x) id 1CVGVc-0000oc-Ig; Sat, 20 Nov 2004 00:41:38 +0300 Message-ID: <419E68A1.3080809@FreeBSD.org> Date: Sat, 20 Nov 2004 00:41:53 +0300 From: Sergey Matveychuk User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20040910 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kris Kennaway References: <200411191029.iAJATl5K035360@repoman.freebsd.org> In-Reply-To: <200411191029.iAJATl5K035360@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: 2.8 (++) X-Spam-Report: Spam detection software, running on the system "proxy.ciam.ru", hasmessagelabel similar future email. If you have any questions, see the administrator of that system for details.> > net-mgmt/nagios-pluginsChanges Path > 1.32 +4 -0 ports/net-mgmt/nagios-plugins/Makefile [...] Content analysis details: (2.8 points, 5.0 required) pts rule name description --------------------------------------------------addr 1) cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/net-mgmt/nagios-plugins Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 19 Nov 2004 21:41:40 -0000 Kris Kennaway wrote: > kris 2004-11-18 22:47:44 UTC > > FreeBSD ports repository > > Modified files: > net-mgmt/nagios-plugins Makefile > Log: > BROKEN on 5.x: Does not compile > > Revision Changes Path > 1.32 +4 -0 ports/net-mgmt/nagios-plugins/Makefile It's looks like ps(1) command does not work on pointyhat. A configure script of this port runs "ps -axwo 'stat ucomm vsz rss user uid ppid command'" to find out does it work. And it fails. -- Sem.