diff options
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 9e06c0d80..f92cd0d31 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in | |||
@@ -361,6 +361,12 @@ config CONFIG_NICE | |||
361 | help | 361 | help |
362 | nice runs a program with modified scheduling priority. | 362 | nice runs a program with modified scheduling priority. |
363 | 363 | ||
364 | config CONFIG_NOHUP | ||
365 | bool "nohup" | ||
366 | default n | ||
367 | help | ||
368 | run a command immune to hangups, with output to a non-tty. | ||
369 | |||
364 | config CONFIG_OD | 370 | config CONFIG_OD |
365 | bool "od" | 371 | bool "od" |
366 | default n | 372 | default n |