inotify: new applet by Vladimir Dronnikov <dronnikov AT gmail.com>

function                                             old     new   delta
inotifyd_main                                          -     453    +453
packed_usage                                       24246   24450    +204
inotify_add_watch                                      -      47     +47
inotify_init                                           -      29     +29
mask_names                                             -      13     +13
signal_handler                                       130     140     +10
applet_names                                        1859    1868      +9
applet_main                                         1132    1136      +4
applet_nameofs                                       566     568      +2
signalled                                              1       2      +1
This commit is contained in:
Denis Vlasenko
2008-05-24 20:47:18 +00:00
parent e94a87134d
commit 8e2c9e1518
5 changed files with 184 additions and 0 deletions

View File

@@ -222,6 +222,12 @@ config FBSPLASH
"NN" (ASCII decimal number) - percentage to show on progress bar
"exit" - well you guessed it
config INOTIFYD
bool "inotifyd"
default n
help
Simple inotify daemon. Reports filesystem changes. Requires kernel >= 2.6.13
config LAST
bool "last"
default n