From 2c511609c4d92ee4e3e603d449c13579d1ea641a Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Sun, 13 Feb 2005 20:14:05 +0000 Subject: Add 'nice' and replace 'renice' with a new implementation. --- coreutils/Config.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'coreutils/Config.in') diff --git a/coreutils/Config.in b/coreutils/Config.in index 4aff5ce69..a299506e6 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in @@ -329,6 +329,12 @@ config CONFIG_MV help mv is used to move or rename files or directories. +config CONFIG_NICE + bool "nice" + default n + help + nice runs a program with modified scheduling priority. + config CONFIG_OD bool "od" default n -- cgit v1.2.3