Hi Denys,

I submitted this a year ago, but you decided at the time that you
don't want to have a non-standard tool in busybox (even though the
already existing readahead is non-standard ;)).

I have no intention of supporting this out-of-tree, so if your
decision is still valid, I will kill this branch.

Resending just in case you changed your mind.

Best regards,
Bartosz Golaszewski

Bartosz Golaszewski (3):
  libbb: add str_isblank() macro
  libbb: add config_from_fp() and config_free() functions
  readahead: applet extension

 docs/readahead.txt      |  39 +++
 include/libbb.h         |   5 +
 libbb/parse_config.c    |  27 +-
 libbb/skip_whitespace.c |  17 ++
 miscutils/Config.src    |  10 +
 miscutils/readahead.c   | 640 ++++++++++++++++++++++++++++++++++++++++++++++--
 6 files changed, 717 insertions(+), 21 deletions(-)
 create mode 100644 docs/readahead.txt

-- 
2.7.4

_______________________________________________
busybox mailing list
busybox@busybox.net
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to