diff options
author | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-12-13 08:21:33 +0000 |
---|---|---|
committer | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-12-13 08:21:33 +0000 |
commit | 29984542f111692854c0ab2bb7d453b765cfd67a (patch) | |
tree | e560de3934ac70ae03dd77695450cff91bdfce0b /include/applets.h | |
parent | 17a278a4dee25c9e3b5e71628781982120ec6166 (diff) | |
download | busybox-w32-29984542f111692854c0ab2bb7d453b765cfd67a.tar.gz busybox-w32-29984542f111692854c0ab2bb7d453b765cfd67a.tar.bz2 busybox-w32-29984542f111692854c0ab2bb7d453b765cfd67a.zip |
Nothing to see here. Move along.
Not buying it, eh?
I know I said new features before 1.1, but, well... (I was weak!)
The config file and hotplug modes aren't implemented yet. Might take a stab at
those tomorrow. (I _should_ go back to focusing on the bug triage list.)
git-svn-id: svn://busybox.net/trunk/busybox@12856 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include/applets.h')
-rw-r--r-- | include/applets.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h index 79d18207e..47376c624 100644 --- a/include/applets.h +++ b/include/applets.h | |||
@@ -414,6 +414,9 @@ | |||
414 | #ifdef CONFIG_MD5SUM | 414 | #ifdef CONFIG_MD5SUM |
415 | APPLET(md5sum, md5sum_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) | 415 | APPLET(md5sum, md5sum_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) |
416 | #endif | 416 | #endif |
417 | #ifdef CONFIG_MDEV | ||
418 | APPLET(mdev, mdev_main, _BB_DIR_SBIN, _BB_SUID_NEVER) | ||
419 | #endif | ||
417 | #ifdef CONFIG_MESG | 420 | #ifdef CONFIG_MESG |
418 | APPLET(mesg, mesg_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) | 421 | APPLET(mesg, mesg_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) |
419 | #endif | 422 | #endif |