diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2003-02-09 06:51:14 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2003-02-09 06:51:14 +0000 |
commit | 06e9565b6c365668dafeef1fdc0e60c9a1154623 (patch) | |
tree | c75619aad6d3ca6f4c32cd8d1dffbe4f6c53367b /include/applets.h | |
parent | 877d418b39421361800afe4e1d4ca69b80edc121 (diff) | |
download | busybox-w32-06e9565b6c365668dafeef1fdc0e60c9a1154623.tar.gz busybox-w32-06e9565b6c365668dafeef1fdc0e60c9a1154623.tar.bz2 busybox-w32-06e9565b6c365668dafeef1fdc0e60c9a1154623.zip |
New applet, inetd, make httpd features more configurable, update authors, last_patch_80
from Vladimir N. Oleynik
Diffstat (limited to 'include/applets.h')
-rw-r--r-- | include/applets.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h index 9e88f5044..5474de581 100644 --- a/include/applets.h +++ b/include/applets.h | |||
@@ -265,6 +265,9 @@ | |||
265 | #ifdef CONFIG_IFUPDOWN | 265 | #ifdef CONFIG_IFUPDOWN |
266 | APPLET(ifup, ifupdown_main, _BB_DIR_SBIN, _BB_SUID_NEVER) | 266 | APPLET(ifup, ifupdown_main, _BB_DIR_SBIN, _BB_SUID_NEVER) |
267 | #endif | 267 | #endif |
268 | #ifdef CONFIG_INETD | ||
269 | APPLET(inetd, inetd_main, _BB_DIR_USR_SBIN, _BB_SUID_NEVER) | ||
270 | #endif | ||
268 | #ifdef CONFIG_INIT | 271 | #ifdef CONFIG_INIT |
269 | APPLET(init, init_main, _BB_DIR_SBIN, _BB_SUID_NEVER) | 272 | APPLET(init, init_main, _BB_DIR_SBIN, _BB_SUID_NEVER) |
270 | #endif | 273 | #endif |