aboutsummaryrefslogtreecommitdiff
path: root/busybox.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>1999-11-25 07:30:46 +0000
committerEric Andersen <andersen@codepoet.org>1999-11-25 07:30:46 +0000
commit3843e96252a823b4fdfc89c61d00342bf011ad88 (patch)
treea177e322b9e77485a609429acfdc43824eca0222 /busybox.c
parentb99df0fd65abe3245fa2d04115326100847f865e (diff)
downloadbusybox-3843e96252a823b4fdfc89c61d00342bf011ad88.tar.gz
Stuf
Diffstat (limited to 'busybox.c')
-rw-r--r--busybox.c14
1 files changed, 10 insertions, 4 deletions
diff --git a/busybox.c b/busybox.c
index efa4ec72d..af81ad8a2 100644
--- a/busybox.c
+++ b/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},