aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-10-25 23:32:44 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-10-25 23:32:44 +0000
commit3c2381e1dc71b30c5511f8142ea271328e15c2dd (patch)
treed761a790ee864a0a566d29c9d56173763fa04888 /applets
parentfbf5a726a6bc6f126c04c7949fe5820b37583530 (diff)
downloadbusybox-w32-3c2381e1dc71b30c5511f8142ea271328e15c2dd.tar.gz
busybox-w32-3c2381e1dc71b30c5511f8142ea271328e15c2dd.tar.bz2
busybox-w32-3c2381e1dc71b30c5511f8142ea271328e15c2dd.zip
Stuf
git-svn-id: svn://busybox.net/trunk/busybox@59 69ca8d6d-28ef-0310-b511-8ec308f3f277
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