summaryrefslogtreecommitdiff
path: root/include/applets.h
diff options
context:
space:
mode:
authorDenis Vlasenko2008-02-27 11:54:59 +0000
committerDenis Vlasenko2008-02-27 11:54:59 +0000
commit5014dada3fa0bb6f6873e28fe6491f0789239cdc (patch)
tree25cc7ed4e457d924131f3e7cdbab1e187a617639 /include/applets.h
parent8195d20e36bfeeb30b3424e2635ba4757ec38137 (diff)
downloadbusybox-5014dada3fa0bb6f6873e28fe6491f0789239cdc.zip
busybox-5014dada3fa0bb6f6873e28fe6491f0789239cdc.tar.gz
script: new applet by Pascal Bellard <pascal.bellard AT ads-lu.com>
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 b2e89ee..d4b6dbe 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -305,6 +305,7 @@ USE_RUNLEVEL(APPLET(runlevel, _BB_DIR_SBIN, _BB_SUID_NEVER))
USE_RUNSV(APPLET(runsv, _BB_DIR_USR_BIN, _BB_SUID_NEVER))
USE_RUNSVDIR(APPLET(runsvdir, _BB_DIR_USR_BIN, _BB_SUID_NEVER))
USE_RX(APPLET(rx, _BB_DIR_USR_BIN, _BB_SUID_NEVER))
+USE_SCRIPT(APPLET(script, _BB_DIR_USR_BIN, _BB_SUID_NEVER))
USE_SED(APPLET(sed, _BB_DIR_BIN, _BB_SUID_NEVER))
USE_SELINUXENABLED(APPLET(selinuxenabled, _BB_DIR_USR_SBIN, _BB_SUID_NEVER))
USE_SENDMAIL(APPLET_ODDNAME(sendmail, sendgetmail, _BB_DIR_USR_BIN, _BB_SUID_NEVER, sendmail))