raidautorun: new applet, by:

Thomas Jarosch (email?) and
Bernhard Fischer <rep.nop@aon.at>
This commit is contained in:
Denis Vlasenko
2006-10-20 19:39:48 +00:00
parent 456fa6c0b1
commit c108ed5497
5 changed files with 39 additions and 0 deletions

View File

@@ -228,6 +228,7 @@ USE_PRINTENV(APPLET(printenv, _BB_DIR_BIN, _BB_SUID_NEVER))
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_RAIDAUTORUN(APPLET(raidautorun, _BB_DIR_SBIN, _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))

View File

@@ -2400,6 +2400,13 @@ USE_FEATURE_MDEV_CONFIG( \
"$ pwd\n" \
"/root\n"
#define raidautorun_trivial_usage \
"DEVICE"
#define raidautorun_full_usage \
"Tells the kernel to automatically search and start RAID arrays"
#define raidautorun_example_usage \
"$ raidautorun /dev/md0"
#define rdate_trivial_usage \
"[-sp] HOST"
#define rdate_full_usage \