From abc0f4f8f97b36f2865986374405d091cefea107 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 8 Dec 1999 23:19:36 +0000 Subject: Latest and greatest --- applets/busybox.c | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'applets/busybox.c') diff --git a/applets/busybox.c b/applets/busybox.c index 95c294425..67a606cc4 100644 --- a/applets/busybox.c +++ b/applets/busybox.c @@ -27,6 +27,9 @@ static const struct Applet applets[] = { #ifdef BB_CLEAR //usr/bin {"clear", clear_main}, #endif +#ifdef BB_CHVT //usr/bin + {"chvt", chvt_main}, +#endif #ifdef BB_CP //bin {"cp", cp_main}, #endif @@ -51,8 +54,8 @@ static const struct Applet applets[] = { #ifdef BB_FIND //usr/bin {"find", find_main}, #endif -#ifdef BB_CHVT //usr/bin - {"chvt", chvt_main}, +#ifdef BB_FREE //usr/bin + {"free", free_main}, #endif #ifdef BB_DEALLOCVT //usr/bin {"deallocvt", deallocvt_main}, @@ -170,6 +173,9 @@ static const struct Applet applets[] = { {"swapon", swap_on_off_main}, {"swapoff", swap_on_off_main}, #endif +#ifdef BB_TAIL //usr/bin + {"tail", tail_main}, +#endif #ifdef BB_TAR //bin {"tar", tar_main}, #endif -- cgit v1.2.3