aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/applets.h3
-rw-r--r--include/usage.h8
2 files changed, 11 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
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 @@
915 "\t-m\tdon't run any mappings\n" \ 915 "\t-m\tdon't run any mappings\n" \
916 "\t-f\tforce de/configuration\n" 916 "\t-f\tforce de/configuration\n"
917 917
918#define inetd_trivial_usage \
919 "[-q len] [conf]"
920#define inetd_full_usage \
921 "Usage: [-q len] [conf]\n\n" \
922 "Option:\n" \
923 "\t-q\tSets the size of the socket listen queue to\n" \
924 "the specified value. Default is 128."
925
918#define init_trivial_usage \ 926#define init_trivial_usage \
919 "" 927 ""
920#define init_full_usage \ 928#define init_full_usage \