From owner-cvs-src@FreeBSD.ORG Sat Mar 27 14:14:43 2004 Return-Path: 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 5B1B216A4CE; Sat, 27 Mar 2004 14:14:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C7ED43D1D; Sat, 27 Mar 2004 14:14:43 -0800 (PST) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2RMEhGe073847; Sat, 27 Mar 2004 14:14:43 -0800 (PST) (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2RMEhOI073846; Sat, 27 Mar 2004 14:14:43 -0800 (PST) (envelope-from gad) Message-Id: <200403272214.i2RMEhOI073846@repoman.freebsd.org> From: Garance A Drosehn Date: Sat, 27 Mar 2004 14:14:42 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/ps ps.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Sat, 27 Mar 2004 22:14:43 -0000 gad 2004/03/27 14:14:42 PST FreeBSD src repository Modified files: bin/ps ps.c Log: If a non-existent user is given as part of `-U userlist', treat it as a fatal error instead of a minor warning. It is possible that a few users are used to the previous behavior, but I'm claiming it was a bug. Revision Changes Path 1.71 +6 -11 src/bin/ps/ps.c