From 3843e96252a823b4fdfc89c61d00342bf011ad88 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 25 Nov 1999 07:30:46 +0000 Subject: Stuf --- applets/busybox.c | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'applets') diff --git a/applets/busybox.c b/applets/busybox.c index efa4ec72d..af81ad8a2 100644 --- a/applets/busybox.c +++ b/applets/busybox.c @@ -151,15 +151,21 @@ static const struct Applet applets[] = { #ifdef BB_SLEEP //bin {"sleep", sleep_main}, #endif -#ifdef BB_TAR //bin - {"tar", tar_main}, +#ifdef BB_SYNC //bin + {"sync", sync_main}, +#endif +#ifdef BB_SYSLOGD //sbin + {"syslogd", syslogd_main}, +#endif +#ifdef BB_LOGGER //usr/bin + {"logger", logger_main}, #endif #ifdef BB_SWAPONOFF //sbin {"swapon", swap_on_off_main}, {"swapoff", swap_on_off_main}, #endif -#ifdef BB_SYNC //bin - {"sync", sync_main}, +#ifdef BB_TAR //bin + {"tar", tar_main}, #endif #ifdef BB_TOUCH //usr/bin {"touch", touch_main}, -- cgit v1.2.3