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:
authorDenis Vlasenko <vda.linux@googlemail.com>2009-03-08 12:30:56 +0300
committerDenis Vlasenko <vda.linux@googlemail.com>2009-03-08 12:30:56 +0300
commit16b4a2de97d98d9683909b7b083035e65b3f87de (patch)
tree7f05fe86b045e8fb5186c09b8b2aea445f8c8c70 /include/applets.h
parentc8985bf3530d04946c5f4859eefdebb229c088c7 (diff)
ftpd: new applet by Adam Tkac
$ size ftpd.o text data bss dec hex filename 5703 0 0 5703 1647 ftpd.o
Diffstat (limited to 'include/applets.h')
-rw-r--r--include/applets.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h
index 15dcbdf5e..becb14066 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -164,6 +164,7 @@ USE_FSCK(APPLET(fsck, _BB_DIR_SBIN, _BB_SUID_NEVER))
//USE_E2FSCK(APPLET_ODDNAME(fsck.ext2, e2fsck, _BB_DIR_SBIN, _BB_SUID_NEVER, fsck_ext2))
//USE_E2FSCK(APPLET_ODDNAME(fsck.ext3, e2fsck, _BB_DIR_SBIN, _BB_SUID_NEVER, fsck_ext3))
USE_FSCK_MINIX(APPLET_ODDNAME(fsck.minix, fsck_minix, _BB_DIR_SBIN, _BB_SUID_NEVER, fsck_minix))
+USE_FTPD(APPLET(ftpd, _BB_DIR_USR_SBIN, _BB_SUID_NEVER))
USE_FTPGET(APPLET_ODDNAME(ftpget, ftpgetput, _BB_DIR_USR_BIN, _BB_SUID_NEVER, ftpget))
USE_FTPPUT(APPLET_ODDNAME(ftpput, ftpgetput, _BB_DIR_USR_BIN, _BB_SUID_NEVER, ftpput))
USE_FUSER(APPLET(fuser, _BB_DIR_USR_BIN, _BB_SUID_NEVER))