diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2015-10-19 00:52:26 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2015-10-19 00:52:26 +0200 |
commit | 28826ac8c02793431203edb4adb961d5521d643d (patch) | |
tree | fdc16e8bb697a047bc553a0e3b9d70a24885a3a0 /debianutils/pipe_progress.c | |
parent | 854bb6879da7277446c7a943387e2880017804e0 (diff) | |
download | busybox-w32-28826ac8c02793431203edb4adb961d5521d643d.tar.gz busybox-w32-28826ac8c02793431203edb4adb961d5521d643d.tar.bz2 busybox-w32-28826ac8c02793431203edb4adb961d5521d643d.zip |
debianutils/*: convert to new-style "one file" applets
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'debianutils/pipe_progress.c')
-rw-r--r-- | debianutils/pipe_progress.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debianutils/pipe_progress.c b/debianutils/pipe_progress.c index 2c7444f31..21d330b59 100644 --- a/debianutils/pipe_progress.c +++ b/debianutils/pipe_progress.c | |||
@@ -6,6 +6,15 @@ | |||
6 | * | 6 | * |
7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config PIPE_PROGRESS | ||
10 | //config: bool "pipe_progress" | ||
11 | //config: default y | ||
12 | //config: help | ||
13 | //config: Display a dot to indicate pipe activity. | ||
14 | |||
15 | //applet:IF_PIPE_PROGRESS(APPLET(pipe_progress, BB_DIR_BIN, BB_SUID_DROP)) | ||
16 | |||
17 | //kbuild:lib-$(CONFIG_PIPE_PROGRESS) += pipe_progress.o | ||
9 | 18 | ||
10 | //usage:#define pipe_progress_trivial_usage NOUSAGE_STR | 19 | //usage:#define pipe_progress_trivial_usage NOUSAGE_STR |
11 | //usage:#define pipe_progress_full_usage "" | 20 | //usage:#define pipe_progress_full_usage "" |