From 06e9565b6c365668dafeef1fdc0e60c9a1154623 Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Sun, 9 Feb 2003 06:51:14 +0000 Subject: New applet, inetd, make httpd features more configurable, update authors, last_patch_80 from Vladimir N. Oleynik --- include/applets.h | 3 +++ include/usage.h | 8 ++++++++ 2 files changed, 11 insertions(+) (limited to 'include') 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 @@ #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 diff --git a/include/usage.h b/include/usage.h index d2fb19372..55693c61e 100644 --- a/include/usage.h +++ b/include/usage.h @@ -915,6 +915,14 @@ "\t-m\tdon't run any mappings\n" \ "\t-f\tforce de/configuration\n" +#define inetd_trivial_usage \ + "[-q len] [conf]" +#define inetd_full_usage \ + "Usage: [-q len] [conf]\n\n" \ + "Option:\n" \ + "\t-q\tSets the size of the socket listen queue to\n" \ + "the specified value. Default is 128." + #define init_trivial_usage \ "" #define init_full_usage \ -- cgit v1.2.3