Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>1999-10-13 22:56:42 +0400
committerEric Andersen <andersen@codepoet.org>1999-10-13 22:56:42 +0400
commit1b61f41f577a247c7a9534c56966e796facf1494 (patch)
treea2008aca5c711f72c9b29b5b4372de074fc5da32 /busybox.c
parent21943ce6416215ff1a2df7b5008460bf9099f478 (diff)
More stuff
Diffstat (limited to 'busybox.c')
-rw-r--r--busybox.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/busybox.c b/busybox.c
index 0892e84ec..561aa01b5 100644
--- a/busybox.c
+++ b/busybox.c
@@ -16,12 +16,10 @@ static const struct Applet applets[] = {
#ifdef BB_CAT //bin
{"cat", cat_more_main},
#endif
-#ifdef BB_CHMOD //bin
- {"chmod", chmod_main},
-#endif
-#ifdef BB_CHOWN //bin
- {"chown", chown_main},
- {"chgrp", chown_main},
+#ifdef BB_CHMOD_CHOWN_CHGRP //bin
+ {"chmod", chmod_chown_chgrp_main},
+ {"chown", chmod_chown_chgrp_main},
+ {"chgrp", chmod_chown_chgrp_main},
#endif
#ifdef BB_CHROOT //sbin
{"chroot", chroot_main},