diff options
Diffstat (limited to 'coreutils/nohup.c')
-rw-r--r-- | coreutils/nohup.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/coreutils/nohup.c b/coreutils/nohup.c index 63853fd55..d8489686d 100644 --- a/coreutils/nohup.c +++ b/coreutils/nohup.c | |||
@@ -9,6 +9,15 @@ | |||
9 | * | 9 | * |
10 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 10 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
11 | */ | 11 | */ |
12 | //config:config NOHUP | ||
13 | //config: bool "nohup" | ||
14 | //config: default y | ||
15 | //config: help | ||
16 | //config: run a command immune to hangups, with output to a non-tty. | ||
17 | |||
18 | //applet:IF_NOHUP(APPLET(nohup, BB_DIR_USR_BIN, BB_SUID_DROP)) | ||
19 | |||
20 | //kbuild:lib-$(CONFIG_NOHUP) += nohup.o | ||
12 | 21 | ||
13 | //usage:#define nohup_trivial_usage | 22 | //usage:#define nohup_trivial_usage |
14 | //usage: "PROG ARGS" | 23 | //usage: "PROG ARGS" |