[git commit master] applets: meant to fix order, not enable bbsh

Mike Frysinger vapier at gentoo.org
Wed Nov 4 23:53:16 UTC 2009


commit: http://git.busybox.net/busybox/commit/?id=05ed00f09aef68f2b5f67c4f4a56dc7fcd50aefb
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Mike Frysinger <vapier at gentoo.org>
---
 include/applets.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/applets.h b/include/applets.h
index e1b8e76..60fb8bf 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -80,7 +80,7 @@ IF_ASH(APPLET(ash, _BB_DIR_BIN, _BB_SUID_DROP))
 IF_AWK(APPLET_NOEXEC(awk, awk, _BB_DIR_USR_BIN, _BB_SUID_DROP, awk))
 IF_BASENAME(APPLET_NOFORK(basename, basename, _BB_DIR_USR_BIN, _BB_SUID_DROP, basename))
 IF_BBCONFIG(APPLET(bbconfig, _BB_DIR_BIN, _BB_SUID_DROP))
-IF_BBSH(APPLET(bbsh, _BB_DIR_BIN, _BB_SUID_DROP))
+//IF_BBSH(APPLET(bbsh, _BB_DIR_BIN, _BB_SUID_DROP))
 IF_BEEP(APPLET(beep, _BB_DIR_USR_BIN, _BB_SUID_DROP))
 IF_BLKID(APPLET(blkid, _BB_DIR_SBIN, _BB_SUID_DROP))
 IF_BRCTL(APPLET(brctl, _BB_DIR_USR_SBIN, _BB_SUID_DROP))
-- 
1.6.3.3



More information about the busybox-cvs mailing list