diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-05-18 09:45:36 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-05-18 09:45:36 +0000 |
commit | 6d709972cdad4848908813c673b2f5fdc9e3c4c0 (patch) | |
tree | 77c14cf3279dd5e2d2536477ee6eff4884cd3bcc /include | |
parent | 4500c58a0766b9cc86dd8ddd25094593a8977197 (diff) | |
download | busybox-w32-6d709972cdad4848908813c673b2f5fdc9e3c4c0.tar.gz busybox-w32-6d709972cdad4848908813c673b2f5fdc9e3c4c0.tar.bz2 busybox-w32-6d709972cdad4848908813c673b2f5fdc9e3c4c0.zip |
cttyhack: new applet.
Diffstat (limited to 'include')
-rw-r--r-- | include/applets.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h index 99e6aceb5..e4dff119a 100644 --- a/include/applets.h +++ b/include/applets.h | |||
@@ -102,6 +102,7 @@ USE_CPIO(APPLET(cpio, _BB_DIR_BIN, _BB_SUID_NEVER)) | |||
102 | USE_CROND(APPLET(crond, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)) | 102 | USE_CROND(APPLET(crond, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)) |
103 | USE_CRONTAB(APPLET(crontab, _BB_DIR_USR_BIN, _BB_SUID_ALWAYS)) | 103 | USE_CRONTAB(APPLET(crontab, _BB_DIR_USR_BIN, _BB_SUID_ALWAYS)) |
104 | USE_CRYPTPW(APPLET(cryptpw, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) | 104 | USE_CRYPTPW(APPLET(cryptpw, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) |
105 | USE_CTTYHACK(APPLET_NOUSAGE(cttyhack, cttyhack, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) | ||
105 | USE_CUT(APPLET_NOEXEC(cut, cut, _BB_DIR_USR_BIN, _BB_SUID_NEVER, cut)) | 106 | USE_CUT(APPLET_NOEXEC(cut, cut, _BB_DIR_USR_BIN, _BB_SUID_NEVER, cut)) |
106 | USE_DATE(APPLET(date, _BB_DIR_BIN, _BB_SUID_NEVER)) | 107 | USE_DATE(APPLET(date, _BB_DIR_BIN, _BB_SUID_NEVER)) |
107 | USE_DC(APPLET(dc, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) | 108 | USE_DC(APPLET(dc, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) |