diff options
author | Denys Vlasenko | 2009-05-19 17:36:16 +0200 |
---|---|---|
committer | Denys Vlasenko | 2009-05-19 17:36:16 +0200 |
commit | 5e61115ea45c621867941e52e6ac016680415656 (patch) | |
tree | 7e92d0ee0720d907b4b35bfa510c3969c79eaaa8 /include/applets.h | |
parent | 5a49d284a6a9f6cf2076f23561f95aebdfd44592 (diff) | |
download | busybox-5e61115ea45c621867941e52e6ac016680415656.zip busybox-5e61115ea45c621867941e52e6ac016680415656.tar.gz |
scriptreplay: new applet. +423 bytes
Signed-off-by: Pascal Bellard <pascal.bellard@ads-lu.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
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 359440d..7838757 100644 --- a/include/applets.h +++ b/include/applets.h @@ -326,6 +326,7 @@ IF_RUNSV(APPLET(runsv, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) IF_RUNSVDIR(APPLET(runsvdir, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) IF_RX(APPLET(rx, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) IF_SCRIPT(APPLET(script, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) +IF_SCRIPTREPLAY(APPLET(scriptreplay, _BB_DIR_BIN, _BB_SUID_NEVER)) IF_SED(APPLET(sed, _BB_DIR_BIN, _BB_SUID_NEVER)) IF_SELINUXENABLED(APPLET(selinuxenabled, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)) IF_SENDMAIL(APPLET(sendmail, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)) |