From owner-cvs-all Mon May 13 1: 3:26 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5213E37B400; Mon, 13 May 2002 01:03:21 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4D83LD67696; Mon, 13 May 2002 01:03:21 -0700 (PDT) (envelope-from tjr) Message-Id: <200205130803.g4D83LD67696@freefall.freebsd.org> From: "Tim J. Robbins" Date: Mon, 13 May 2002 01:03:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/nice nice.c 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 tjr 2002/05/13 01:03:21 PDT Modified files: usr.bin/nice nice.c Log: If we can't change the scheduling priority, warn but still execute the requested utility. This is how nice(1) traditionall behaved, and the behaviour required by SUSv3 and POSIX.2 UPE. Submitted by: Peter Avalos (partially) Reviewed by: mike Revision Changes Path 1.10 +3 -3 src/usr.bin/nice/nice.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message