summaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>1999-10-25 23:32:44 +0000
committerEric Andersen <andersen@codepoet.org>1999-10-25 23:32:44 +0000
commit0460ff2e5d443b485c2f6447c8c2ece1b3bec9c3 (patch)
treed761a790ee864a0a566d29c9d56173763fa04888 /applets
parentd143e8f2bd03470e891a5e3ccca5734edd917e73 (diff)
downloadbusybox-w32-0460ff2e5d443b485c2f6447c8c2ece1b3bec9c3.tar.gz
busybox-w32-0460ff2e5d443b485c2f6447c8c2ece1b3bec9c3.tar.bz2
busybox-w32-0460ff2e5d443b485c2f6447c8c2ece1b3bec9c3.zip
Stuf
Diffstat (limited to 'applets')
-rw-r--r--applets/busybox.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/applets/busybox.c b/applets/busybox.c
index d4313ef06..05144c472 100644
--- a/applets/busybox.c
+++ b/applets/busybox.c
@@ -51,6 +51,12 @@ static const struct Applet applets[] = {
51#ifdef BB_FIND //usr/bin 51#ifdef BB_FIND //usr/bin
52 {"find", find_main}, 52 {"find", find_main},
53#endif 53#endif
54#ifdef BB_CHVT //usr/bin
55 {"chvt", chvt_main},
56#endif
57#ifdef BB_DEALLOCVT //usr/bin
58 {"deallocvt", deallocvt_main},
59#endif
54#ifdef BB_FSCK_MINIX //sbin 60#ifdef BB_FSCK_MINIX //sbin
55 {"fsck.minix", fsck_minix_main}, 61 {"fsck.minix", fsck_minix_main},
56#endif 62#endif
@@ -156,6 +162,9 @@ static const struct Applet applets[] = {
156 {"true", true_main}, 162 {"true", true_main},
157 {"false", false_main}, 163 {"false", false_main},
158#endif 164#endif
165#ifdef BB_UNAME //bin
166 {"uname", uname_main},
167#endif
159#ifdef BB_UMOUNT //bin 168#ifdef BB_UMOUNT //bin
160 {"umount", umount_main}, 169 {"umount", umount_main},
161#endif 170#endif