aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-11-25 07:30:46 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-11-25 07:30:46 +0000
commit2dc5d63dfcb30058e2368a2c3dd86f539d2c2075 (patch)
treea177e322b9e77485a609429acfdc43824eca0222 /applets
parentdc1e72211f7f42a0d6a46a409e74c82c0b7b6a51 (diff)
downloadbusybox-w32-2dc5d63dfcb30058e2368a2c3dd86f539d2c2075.tar.gz
busybox-w32-2dc5d63dfcb30058e2368a2c3dd86f539d2c2075.tar.bz2
busybox-w32-2dc5d63dfcb30058e2368a2c3dd86f539d2c2075.zip
Stuf
git-svn-id: svn://busybox.net/trunk/busybox@118 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'applets')
-rw-r--r--applets/busybox.c14
1 files changed, 10 insertions, 4 deletions
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[] = {
151#ifdef BB_SLEEP //bin 151#ifdef BB_SLEEP //bin
152 {"sleep", sleep_main}, 152 {"sleep", sleep_main},
153#endif 153#endif
154#ifdef BB_TAR //bin 154#ifdef BB_SYNC //bin
155 {"tar", tar_main}, 155 {"sync", sync_main},
156#endif
157#ifdef BB_SYSLOGD //sbin
158 {"syslogd", syslogd_main},
159#endif
160#ifdef BB_LOGGER //usr/bin
161 {"logger", logger_main},
156#endif 162#endif
157#ifdef BB_SWAPONOFF //sbin 163#ifdef BB_SWAPONOFF //sbin
158 {"swapon", swap_on_off_main}, 164 {"swapon", swap_on_off_main},
159 {"swapoff", swap_on_off_main}, 165 {"swapoff", swap_on_off_main},
160#endif 166#endif
161#ifdef BB_SYNC //bin 167#ifdef BB_TAR //bin
162 {"sync", sync_main}, 168 {"tar", tar_main},
163#endif 169#endif
164#ifdef BB_TOUCH //usr/bin 170#ifdef BB_TOUCH //usr/bin
165 {"touch", touch_main}, 171 {"touch", touch_main},