diff options
author | Eric Andersen <andersen@codepoet.org> | 1999-11-25 07:30:46 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 1999-11-25 07:30:46 +0000 |
commit | 3843e96252a823b4fdfc89c61d00342bf011ad88 (patch) | |
tree | a177e322b9e77485a609429acfdc43824eca0222 /applets | |
parent | b99df0fd65abe3245fa2d04115326100847f865e (diff) | |
download | busybox-w32-3843e96252a823b4fdfc89c61d00342bf011ad88.tar.gz busybox-w32-3843e96252a823b4fdfc89c61d00342bf011ad88.tar.bz2 busybox-w32-3843e96252a823b4fdfc89c61d00342bf011ad88.zip |
Stuf
Diffstat (limited to 'applets')
-rw-r--r-- | applets/busybox.c | 14 |
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}, |