From owner-cvs-all@FreeBSD.ORG Sun Feb 13 19:16:40 2005 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 A705516A4CE; Sun, 13 Feb 2005 19:16:40 +0000 (GMT) Received: from mx-mtaout02.mts.net (wnpgmb02-group-smtpout.mts.net [142.161.130.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90B5443D46; Sun, 13 Feb 2005 19:16:39 +0000 (GMT) (envelope-from csjp@FreeBSD.ORG) Received: from dev0 ([206.45.175.72]) by mx-mtaout02.mts.net with ESMTP id <20050213191638.JELX11399.mx-mtaout02.mts.net@dev0>; Sun, 13 Feb 2005 13:16:38 -0600 From: "Christian S.J. Peron" To: src-committers@FreeBSD.org In-Reply-To: <200502131913.j1DJDlNB022501@repoman.freebsd.org> References: <200502131913.j1DJDlNB022501@repoman.freebsd.org> Content-Type: text/plain Date: Sun, 13 Feb 2005 13:16:15 -0600 Message-Id: <1108322175.639.10.camel@build01> Mime-Version: 1.0 X-Mailer: Evolution 2.0.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/ps ps.c 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: Sun, 13 Feb 2005 19:16:40 -0000 On Sun, 2005-02-13 at 19:13 +0000, Christian S.J. Peron wrote: > csjp 2005-02-13 19:13:46 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_5) > bin/ps ps.c > Log: > MFC ps.c revision 1.108 > date: 2004/11/14 19:30:02; author: csjp; state: Exp; lines: +25 -0 > Currently if the user specifies -e and procfs is not mounted on /proc, > printing of the process environment will fail silently. > > -define a function which will check to see if procfs is mounted on /proc > -Implement this test if the user specified -e > -If procfs is not mounted on /proc and -e was specified, print a warning. > informing the user that procfs(5) is required. > > MFC ps.c revision 1.108 ^^^^ Should be 1.109 :) -- Christian S.J. Peron csjp@FreeBSD.ORG FreeBSD Committer