diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2016-11-22 23:14:24 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2016-11-22 23:14:24 +0100 |
commit | fb4da167114e96d7f20ef97474f976f8ffa604e7 (patch) | |
tree | 6f688202bc89ffa68b6679d1b252fd69b7471c94 /miscutils/inotifyd.c | |
parent | 9f8eb1ee7620020e01b3596ac7259d51ebca7a7b (diff) | |
download | busybox-w32-fb4da167114e96d7f20ef97474f976f8ffa604e7.tar.gz busybox-w32-fb4da167114e96d7f20ef97474f976f8ffa604e7.tar.bz2 busybox-w32-fb4da167114e96d7f20ef97474f976f8ffa604e7.zip |
Split miscutils/Config.src items into miscutils/*.c files
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils/inotifyd.c')
-rw-r--r-- | miscutils/inotifyd.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/miscutils/inotifyd.c b/miscutils/inotifyd.c index 52db08ada..ffac8b958 100644 --- a/miscutils/inotifyd.c +++ b/miscutils/inotifyd.c | |||
@@ -26,6 +26,12 @@ | |||
26 | * | 26 | * |
27 | * See below for mask names explanation. | 27 | * See below for mask names explanation. |
28 | */ | 28 | */ |
29 | //config:config INOTIFYD | ||
30 | //config: bool "inotifyd" | ||
31 | //config: default n # doesn't build on Knoppix 5 | ||
32 | //config: help | ||
33 | //config: Simple inotify daemon. Reports filesystem changes. Requires | ||
34 | //config: kernel >= 2.6.13 | ||
29 | 35 | ||
30 | //usage:#define inotifyd_trivial_usage | 36 | //usage:#define inotifyd_trivial_usage |
31 | //usage: "PROG FILE1[:MASK]..." | 37 | //usage: "PROG FILE1[:MASK]..." |