New applet, inetd, make httpd features more configurable, update authors, last_patch_80

from Vladimir N. Oleynik
This commit is contained in:
Glenn L McGrath
2003-02-09 06:51:14 +00:00
parent 877d418b39
commit 06e9565b6c
9 changed files with 2651 additions and 770 deletions

View File

@@ -265,6 +265,9 @@
#ifdef CONFIG_IFUPDOWN
APPLET(ifup, ifupdown_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
#endif
#ifdef CONFIG_INETD
APPLET(inetd, inetd_main, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)
#endif
#ifdef CONFIG_INIT
APPLET(init, init_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
#endif