From e6b9dfa96730d9cedfb1f22a4bc0f3bcb6949ea6 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 7 Jul 2000 20:54:30 +0000 Subject: 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 --- busybox.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'busybox.c') 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 -- cgit v1.2.3