From owner-cvs-all@FreeBSD.ORG Sun Apr 4 10:50:24 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 4F19616A4CE; Sun, 4 Apr 2004 10:50:24 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32CED43D5C; Sun, 4 Apr 2004 10:50:24 -0700 (PDT) (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 i34HoNGe076489; Sun, 4 Apr 2004 10:50:23 -0700 (PDT) (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i34HoNii076487; Sun, 4 Apr 2004 10:50:23 -0700 (PDT) (envelope-from gad) Message-Id: <200404041750.i34HoNii076487@repoman.freebsd.org> From: Garance A Drosehn Date: Sun, 4 Apr 2004 10:50:23 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: 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, 04 Apr 2004 17:50:24 -0000 gad 2004/04/04 10:50:23 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) bin/ps ps.c Log: MFC *: Change the #if-ish logic which is used to add the `-f' option when `ps' is compiled with LAZY_PS, so that there is only one PS_ARGS string to modify when changing the option-list. Also get `-f' to show up in the usage() statement when compiled with LAZY_PS. Also move the 'f' case in the select statement, so it in alphabetical order. [* = 1.68 1.69 & 1.86 ps.c] Approved by: re(scottl) Revision Changes Path 1.30.2.12 +14 -15 src/bin/ps/ps.c