Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-07-08 00:54:30 +0400
committerEric Andersen <andersen@codepoet.org>2000-07-08 00:54:30 +0400
commite6b9dfa96730d9cedfb1f22a4bc0f3bcb6949ea6 (patch)
tree770f9754e5f23af81d0efd9975c0a03feeb6cabb /busybox.c
parent53a955786d71ba891cf98e5c5e4bcbbc6f0ded3e (diff)
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
Diffstat (limited to 'busybox.c')
-rw-r--r--busybox.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/busybox.c b/busybox.c
index 5c10eb1d9..44fa16994 100644
--- a/busybox.c
+++ b/busybox.c
@@ -258,9 +258,6 @@ const struct BB_applet applets[] = {
#ifdef BB_SETKEYCODES
{"setkeycodes", setkeycodes_main, _BB_DIR_USR_BIN},
#endif
-#ifdef BB_SFDISK
- {"sfdisk", sfdisk_main, _BB_DIR_SBIN},
-#endif
#ifdef BB_SH
{"sh", shell_main, _BB_DIR_BIN},
#endif