Michael Opdenacker contributed a readahead applet.
This commit is contained in:
@@ -219,6 +219,7 @@ USE_PRINTF(APPLET(printf, _BB_DIR_USR_BIN, _BB_SUID_NEVER))
|
||||
USE_PS(APPLET(ps, _BB_DIR_BIN, _BB_SUID_NEVER))
|
||||
USE_PWD(APPLET(pwd, _BB_DIR_BIN, _BB_SUID_NEVER))
|
||||
USE_RDATE(APPLET(rdate, _BB_DIR_USR_SBIN, _BB_SUID_NEVER))
|
||||
USE_READAHEAD(APPLET(readahead, _BB_DIR_USR_BIN, _BB_SUID_NEVER))
|
||||
USE_READLINK(APPLET(readlink, _BB_DIR_USR_BIN, _BB_SUID_NEVER))
|
||||
USE_READPROFILE(APPLET(readprofile, _BB_DIR_USR_SBIN, _BB_SUID_NEVER))
|
||||
USE_REALPATH(APPLET(realpath, _BB_DIR_USR_BIN, _BB_SUID_NEVER))
|
||||
|
@@ -2385,6 +2385,12 @@ USE_FEATURE_MDEV_CONFIG( \
|
||||
"\t-s\tSet the system date and time (default)\n" \
|
||||
"\t-p\tPrint the date and time"
|
||||
|
||||
#define readahead_trivial_usage \
|
||||
"[FILE]..."
|
||||
#define readahead_full_usage \
|
||||
"Preloads FILE(s) in RAM cache so that subsequent reads for those" \
|
||||
"files do not block on disk I/O."
|
||||
|
||||
#ifdef CONFIG_FEATURE_READLINK_FOLLOW
|
||||
#define USAGE_READLINK_FOLLOW(a) a
|
||||
#else
|
||||
|
Reference in New Issue
Block a user