diff options
author | Manuel Novoa III | 2005-02-13 20:14:05 +0000 |
---|---|---|
committer | Manuel Novoa III | 2005-02-13 20:14:05 +0000 |
commit | 2c511609c4d92ee4e3e603d449c13579d1ea641a (patch) | |
tree | d57c8dd9efa4c30cd01290f878cae688ae792cc0 /coreutils/Config.in | |
parent | d2fe81706c9d65dd1580c85338036cc403364fae (diff) | |
download | busybox-2c511609c4d92ee4e3e603d449c13579d1ea641a.zip busybox-2c511609c4d92ee4e3e603d449c13579d1ea641a.tar.gz |
Add 'nice' and replace 'renice' with a new implementation.
Diffstat (limited to 'coreutils/Config.in')
-rw-r--r-- | coreutils/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in index 4aff5ce..a299506 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 |