aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-07-07 20:54:30 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-07-07 20:54:30 +0000
commitdc0d51de73fc5c374094a48ea82956857da5abc9 (patch)
tree770f9754e5f23af81d0efd9975c0a03feeb6cabb /applets
parent218de2f75ff91322db4f786c8e3954357e992caa (diff)
downloadbusybox-w32-dc0d51de73fc5c374094a48ea82956857da5abc9.tar.gz
busybox-w32-dc0d51de73fc5c374094a48ea82956857da5abc9.tar.bz2
busybox-w32-dc0d51de73fc5c374094a48ea82956857da5abc9.zip
Removed sfdisk from BusyBox. It was buggy, fat, and we really couldn't
maintain it very well, so including it was not very appropriate. Those wanting an fdisk are invited to grab a copy from util-linux. -Erik git-svn-id: svn://busybox.net/trunk/busybox@774 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'applets')
-rw-r--r--applets/busybox.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/applets/busybox.c b/applets/busybox.c
index 5c10eb1d9..44fa16994 100644
--- a/applets/busybox.c
+++ b/applets/busybox.c
@@ -258,9 +258,6 @@ const struct BB_applet applets[] = {
258#ifdef BB_SETKEYCODES 258#ifdef BB_SETKEYCODES
259 {"setkeycodes", setkeycodes_main, _BB_DIR_USR_BIN}, 259 {"setkeycodes", setkeycodes_main, _BB_DIR_USR_BIN},
260#endif 260#endif
261#ifdef BB_SFDISK
262 {"sfdisk", sfdisk_main, _BB_DIR_SBIN},
263#endif
264#ifdef BB_SH 261#ifdef BB_SH
265 {"sh", shell_main, _BB_DIR_BIN}, 262 {"sh", shell_main, _BB_DIR_BIN},
266#endif 263#endif