New applet: httpd, by Glenn Engel

This commit is contained in:
Glenn L McGrath
2003-01-05 04:01:56 +00:00
parent c2e74ca934
commit 58c708af23
5 changed files with 1381 additions and 1 deletions

View File

@ -236,6 +236,9 @@
#ifdef CONFIG_HOSTNAME
APPLET(hostname, hostname_main, _BB_DIR_BIN, _BB_SUID_NEVER)
#endif
#ifdef CONFIG_HTTPD
APPLET(httpd, httpd_main, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)
#endif
#ifdef CONFIG_HUSH
APPLET_NOUSAGE("hush", hush_main, _BB_DIR_BIN, _BB_SUID_NEVER)
#endif