diff options
author | Denis Vlasenko | 2008-11-24 13:25:20 +0000 |
---|---|---|
committer | Denis Vlasenko | 2008-11-24 13:25:20 +0000 |
commit | a9acbe6caddc59e7e25f4e469322e5c210e17775 (patch) | |
tree | 4e11174d18e586c5f7510adf31323f9dd98d7446 /include/applets.h | |
parent | 00d8417631b1ae378d708e885dce74bafb02be96 (diff) | |
download | busybox-a9acbe6caddc59e7e25f4e469322e5c210e17775.zip busybox-a9acbe6caddc59e7e25f4e469322e5c210e17775.tar.gz |
timeout: new applet. 370 bytes. by Roberto Foglietta.
Diffstat (limited to 'include/applets.h')
-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 286f71d..fb904bb 100644 --- a/include/applets.h +++ b/include/applets.h @@ -372,6 +372,7 @@ USE_TFTP(APPLET(tftp, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) USE_TFTPD(APPLET(tftpd, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) #endif USE_TIME(APPLET(time, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) +USE_TIMEOUT(APPLET(timeout, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) USE_TOP(APPLET(top, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) USE_TOUCH(APPLET_NOFORK(touch, touch, _BB_DIR_BIN, _BB_SUID_NEVER, touch)) USE_TR(APPLET(tr, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) |