aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-10-20 19:39:48 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2006-10-20 19:39:48 +0000
commitc108ed549771d16a8335c1e72a7c6b3798395bac (patch)
tree757dd8f1e77e8b1838adb069b6009b934b90b92b /include
parent456fa6c0b17b2ff465a34db031f667b3fcd4bf2e (diff)
downloadbusybox-w32-c108ed549771d16a8335c1e72a7c6b3798395bac.tar.gz
busybox-w32-c108ed549771d16a8335c1e72a7c6b3798395bac.tar.bz2
busybox-w32-c108ed549771d16a8335c1e72a7c6b3798395bac.zip
raidautorun: new applet, by:
Thomas Jarosch (email?) and Bernhard Fischer <rep.nop@aon.at>
Diffstat (limited to 'include')
-rw-r--r--include/applets.h1
-rw-r--r--include/usage.h7
2 files changed, 8 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h
index 0c0209676..14f6156af 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -228,6 +228,7 @@ USE_PRINTENV(APPLET(printenv, _BB_DIR_BIN, _BB_SUID_NEVER))
228USE_PRINTF(APPLET(printf, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) 228USE_PRINTF(APPLET(printf, _BB_DIR_USR_BIN, _BB_SUID_NEVER))
229USE_PS(APPLET(ps, _BB_DIR_BIN, _BB_SUID_NEVER)) 229USE_PS(APPLET(ps, _BB_DIR_BIN, _BB_SUID_NEVER))
230USE_PWD(APPLET(pwd, _BB_DIR_BIN, _BB_SUID_NEVER)) 230USE_PWD(APPLET(pwd, _BB_DIR_BIN, _BB_SUID_NEVER))
231USE_RAIDAUTORUN(APPLET(raidautorun, _BB_DIR_SBIN, _BB_SUID_NEVER))
231USE_RDATE(APPLET(rdate, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)) 232USE_RDATE(APPLET(rdate, _BB_DIR_USR_SBIN, _BB_SUID_NEVER))
232USE_READAHEAD(APPLET(readahead, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) 233USE_READAHEAD(APPLET(readahead, _BB_DIR_USR_BIN, _BB_SUID_NEVER))
233USE_READLINK(APPLET(readlink, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) 234USE_READLINK(APPLET(readlink, _BB_DIR_USR_BIN, _BB_SUID_NEVER))
diff --git a/include/usage.h b/include/usage.h
index ffd00cfc8..f9597763e 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -2400,6 +2400,13 @@ USE_FEATURE_MDEV_CONFIG( \
2400 "$ pwd\n" \ 2400 "$ pwd\n" \
2401 "/root\n" 2401 "/root\n"
2402 2402
2403#define raidautorun_trivial_usage \
2404 "DEVICE"
2405#define raidautorun_full_usage \
2406 "Tells the kernel to automatically search and start RAID arrays"
2407#define raidautorun_example_usage \
2408 "$ raidautorun /dev/md0"
2409
2403#define rdate_trivial_usage \ 2410#define rdate_trivial_usage \
2404 "[-sp] HOST" 2411 "[-sp] HOST"
2405#define rdate_full_usage \ 2412#define rdate_full_usage \